#932EAC

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

Shades of Dark Orchid #932EAC

Tints of Dark Orchid #932EAC

Color information

#932EAC (or 0x932EAC) is unknown color: approx Dark Orchid. HEX triplet: 93, 2E and AC. RGB value is (147,46,172). Sum of RGB (Red+Green+Blue) = 147+46+172=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #932EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932EAC is #6CD153. Grayscale: #5A5A5A. Windows color (decimal): -7131476 or 11284115. OLE color: 11284115.

HSL color Cylindrical-coordinate representation of color #932EAC: hue angle of 288.1º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #932EAC is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14746172-
CMYK0.150.7300.33
HSL288.1º57.8%42.75%-
HSV(B)288.1º73.26%67.45%-
XYZ20.4611.1440.1-
YUV90.56173.96168.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=40.27%
G=12.60%
B=47.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147461720.150.7300.33288.157.842.75
Hex932EACF490211203a2b
Octal22356254171110414407253
Binary1001001110111010101100111110010010100001100100000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,46,172); }

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

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

 a { background-color: rgb(147,46,172); }

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

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

 span { border-color: rgb(147,46,172); }

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