#8C2D82

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

Shades of Dark Purple #8C2D82

Tints of Dark Purple #8C2D82

Color information

#8C2D82 (or 0x8C2D82) is unknown color: approx Dark Purple. HEX triplet: 8C, 2D and 82. RGB value is (140,45,130). Sum of RGB (Red+Green+Blue) = 140+45+130=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2D82 is #73D27D. Grayscale: #525252. Windows color (decimal): -7590526 or 8531340. OLE color: 8531340.

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

Color convert

RGB14045130-
CMYK00.680.070.45
HSL306.32º51.35%36.27%-
HSV(B)306.32º67.86%54.9%-
XYZ15.789.0622.04-
YUV83.1154.47168.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 45 (17.97% from 255) = 14.29%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=44.44%
G=14.29%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404513000.680.070.45306.3251.3536.27
Hex8C2D8204472D1323324
Octal2145520201047554626344
Binary100011001011011000001001000100111101101100110010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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