#8C2D70

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

Shades of Dark Purple #8C2D70

Tints of Dark Purple #8C2D70

Color information

#8C2D70 (or 0x8C2D70) is unknown color: approx Dark Purple. HEX triplet: 8C, 2D and 70. RGB value is (140,45,112). Sum of RGB (Red+Green+Blue) = 140+45+112=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2D70 is #73D28F. Grayscale: #505050. Windows color (decimal): -7590544 or 7351692. OLE color: 7351692.

HSL color Cylindrical-coordinate representation of color #8C2D70: hue angle of 317.68º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D70 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14045112-
CMYK00.680.200.45
HSL317.68º51.35%36.27%-
HSV(B)317.68º67.86%54.9%-
XYZ14.688.6216.22-
YUV81.04145.47170.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=47.14%
G=15.15%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404511200.680.200.45317.6851.3536.27
Hex8C2D70044142D13e3324
Octal21455160010424554766344
Binary1000110010110111100000100010010100101101100111110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,45,112); }

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

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

 a { background-color: rgb(140,45,112); }

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

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

 span { border-color: rgb(140,45,112); }

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