#932EAF

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

Shades of Dark Orchid #932EAF

Tints of Dark Orchid #932EAF

Color information

#932EAF (or 0x932EAF) is unknown color: approx Dark Orchid. HEX triplet: 93, 2E and AF. RGB value is (147,46,175). Sum of RGB (Red+Green+Blue) = 147+46+175=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #932EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932EAF is #6CD150. Grayscale: #5A5A5A. Windows color (decimal): -7131473 or 11480723. OLE color: 11480723.

HSL color Cylindrical-coordinate representation of color #932EAF: hue angle of 286.98º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #932EAF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14746175-
CMYK0.160.7400.31
HSL286.98º58.37%43.33%-
HSV(B)286.98º73.71%68.63%-
XYZ20.7511.2541.64-
YUV90.9175.46168.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 46 (18.36% from 255) = 12.5%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=39.95%
G=12.5%
B=47.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147461750.160.7400.31286.9858.3743.33
Hex932EAF104A01F11f3a2b
Octal22356257201120374377253
Binary1001001110111010101111100001001010011111100011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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