#8C2989

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

Shades of Dark Purple #8C2989

Tints of Dark Purple #8C2989

Color information

#8C2989 (or 0x8C2989) is unknown color: approx Dark Purple. HEX triplet: 8C, 29 and 89. RGB value is (140,41,137). Sum of RGB (Red+Green+Blue) = 140+41+137=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2989 is #73D676. Grayscale: #515151. Windows color (decimal): -7591543 or 8989068. OLE color: 8989068.

HSL color Cylindrical-coordinate representation of color #8C2989: hue angle of 301.82º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2989 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB14041137-
CMYK00.710.020.45
HSL301.82º54.7%35.49%-
HSV(B)301.82º70.71%54.9%-
XYZ16.128.9724.55-
YUV81.54159.3169.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=44.03%
G=12.89%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404113700.710.020.45301.8254.735.49
Hex8C298904722D12e3723
Octal2145121101072554566743
Binary10001100101001100010010100011110101101100101110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2989; }

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

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

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

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

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

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

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

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