#932889

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

Shades of Dark Purple #932889

Tints of Dark Purple #932889

Color information

#932889 (or 0x932889) is unknown color: approx Dark Purple. HEX triplet: 93, 28 and 89. RGB value is (147,40,137). Sum of RGB (Red+Green+Blue) = 147+40+137=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #932889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932889 is #6CD776. Grayscale: #525252. Windows color (decimal): -7133047 or 8988819. OLE color: 8988819.

HSL color Cylindrical-coordinate representation of color #932889: hue angle of 305.61º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #932889 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14740137-
CMYK00.730.070.42
HSL305.61º57.22%36.67%-
HSV(B)305.61º72.79%57.65%-
XYZ17.319.5324.59-
YUV83.05158.45173.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 40 (16.02% from 255) = 12.35%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=45.37%
G=12.35%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474013700.730.070.42305.6157.2236.67
Hex93288904972A1323925
Octal2235021101117524627145
Binary100100111010001000100101001001111101010100110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932889; }

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

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

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

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

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

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

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

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