#8C2876

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

Shades of Dark Purple #8C2876

Tints of Dark Purple #8C2876

Color information

#8C2876 (or 0x8C2876) is unknown color: approx Dark Purple. HEX triplet: 8C, 28 and 76. RGB value is (140,40,118). Sum of RGB (Red+Green+Blue) = 140+40+118=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2876 is #73D789. Grayscale: #4E4E4E. Windows color (decimal): -7591818 or 7743628. OLE color: 7743628.

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

Color convert

RGB14040118-
CMYK00.710.160.45
HSL313.2º55.56%35.29%-
HSV(B)313.2º71.43%54.9%-
XYZ14.848.417.98-
YUV78.79150.13171.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.98%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=46.98%
G=13.42%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404011800.710.160.45313.255.5635.29
Hex8C2876047102D1393823
Octal21450166010720554717043
Binary1000110010100011101100100011110000101101100111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,40,118); }

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

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

 a { background-color: rgb(140,40,118); }

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

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

 span { border-color: rgb(140,40,118); }

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