#8C2576

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

Shades of Dark Purple #8C2576

Tints of Dark Purple #8C2576

Color information

#8C2576 (or 0x8C2576) is unknown color: approx Dark Purple. HEX triplet: 8C, 25 and 76. RGB value is (140,37,118). Sum of RGB (Red+Green+Blue) = 140+37+118=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2576 is #73DA89. Grayscale: #4C4C4C. Windows color (decimal): -7592586 or 7742860. OLE color: 7742860.

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

Color convert

RGB14037118-
CMYK00.740.160.45
HSL312.82º58.19%34.71%-
HSV(B)312.82º73.57%54.9%-
XYZ14.758.2117.95-
YUV77.03151.12172.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 118 (46.48% from 255) = 40%
R=47.46%
G=12.54%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403711800.740.160.45312.8258.1934.71
Hex8C257604A102D1393a23
Octal21445166011220554717243
Binary1000110010010111101100100101010000101101100111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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