#932F89

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

Shades of Dark Purple #932F89

Tints of Dark Purple #932F89

Color information

#932F89 (or 0x932F89) is unknown color: approx Dark Purple. HEX triplet: 93, 2F and 89. RGB value is (147,47,137). Sum of RGB (Red+Green+Blue) = 147+47+137=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #932F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932F89 is #6CD076. Grayscale: #565656. Windows color (decimal): -7131255 or 8990611. OLE color: 8990611.

HSL color Cylindrical-coordinate representation of color #932F89: hue angle of 306º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #932F89 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14747137-
CMYK00.680.070.42
HSL306º51.55%38.04%-
HSV(B)306º68.03%57.65%-
XYZ17.5610.0424.68-
YUV87.16156.13170.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 47 (18.75% from 255) = 14.20%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=44.41%
G=14.20%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474713700.680.070.4230651.5538.04
Hex932F8904472A1323426
Octal2235721101047524626446
Binary100100111011111000100101000100111101010100110010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,47,137); }

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

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

 a { background-color: rgb(147,47,137); }

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

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

 span { border-color: rgb(147,47,137); }

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