#932cbf

Color #932CBF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #932CBF

Tints of Dark Orchid #932CBF

Color information

#932CBF (or 0x932CBF) is unknown color: approx Dark Orchid. HEX triplet: 93, 2C and BF. RGB value is (147,44,191). Sum of RGB (Red+Green+Blue) = 147+44+191=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #932CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932CBF is #6CD340. Grayscale: #5B5B5B. Windows color (decimal): -7131969 or 12528787. OLE color: 12528787.

HSL color Cylindrical-coordinate representation of color #932CBF: hue angle of 282.04º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932CBF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14744191-
CMYK0.230.7700.25
HSL282.04º62.55%46.08%-
HSV(B)282.04º76.96%74.9%-
XYZ22.3411.7750.38-
YUV91.56184.12167.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 44 (17.58% from 255) = 11.52%
BLUE value IS 191 (75% from 255) = 50%
R=38.48%
G=11.52%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147441910.230.7700.25282.0462.5546.08
Hex932CBF174D01911a3f2e
Octal22354277271150314327756
Binary1001001110110010111111101111001101011001100011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932cbf; }

 p { color: rgb(147,44,191); }

 H1.HeaderClassName
 {
   color: #932cbf;
 }
 .AnyTagClassName
 {
   color: #932cbf;
 }
</style>
background-color css

<style>
 a { background-color: #932cbf; }

 a { background-color: rgb(147,44,191); }

 div.DivClassName
 {
   background-color: #932cbf;
 }
 .BgClassName
 {
   background-color: #932cbf;
 }
</style>
border-color css

<style>
 span { border-color: #932cbf; }

 span { border-color: rgb(147,44,191); }

 td.TdClassName
 {
   border-color: #932cbf;
 }
 .TagClassName
 {
   border-color: #932cbf;
 }
</style>