#932989

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

Shades of Dark Purple #932989

Tints of Dark Purple #932989

Color information

#932989 (or 0x932989) is unknown color: approx Dark Purple. HEX triplet: 93, 29 and 89. RGB value is (147,41,137). Sum of RGB (Red+Green+Blue) = 147+41+137=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #932989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932989 is #6CD676. Grayscale: #535353. Windows color (decimal): -7132791 or 8989075. OLE color: 8989075.

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

Color convert

RGB14741137-
CMYK00.720.070.42
HSL305.66º56.38%36.86%-
HSV(B)305.66º72.11%57.65%-
XYZ17.349.624.6-
YUV83.64158.12173.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=45.23%
G=12.62%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474113700.720.070.42305.6656.3836.86
Hex93298904872A1323825
Octal2235121101107524627045
Binary100100111010011000100101001000111101010100110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932989; }

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

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

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

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

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

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

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

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