#8C2981

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

Shades of Dark Purple #8C2981

Tints of Dark Purple #8C2981

Color information

#8C2981 (or 0x8C2981) is unknown color: approx Dark Purple. HEX triplet: 8C, 29 and 81. RGB value is (140,41,129). Sum of RGB (Red+Green+Blue) = 140+41+129=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2981 is #73D67E. Grayscale: #505050. Windows color (decimal): -7591551 or 8464780. OLE color: 8464780.

HSL color Cylindrical-coordinate representation of color #8C2981: hue angle of 306.67º 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 #8C2981 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB14041129-
CMYK00.710.080.45
HSL306.67º54.7%35.49%-
HSV(B)306.67º70.71%54.9%-
XYZ15.578.7521.64-
YUV80.63155.3170.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=45.16%
G=13.23%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404112900.710.080.45306.6754.735.49
Hex8C298104782D1333723
Octal21451201010710554636743
Binary1000110010100110000001010001111000101101100110011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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