#8C2C85

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

Shades of Dark Purple #8C2C85

Tints of Dark Purple #8C2C85

Color information

#8C2C85 (or 0x8C2C85) is unknown color: approx Dark Purple. HEX triplet: 8C, 2C and 85. RGB value is (140,44,133). Sum of RGB (Red+Green+Blue) = 140+44+133=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2C85 is #73D37A. Grayscale: #525252. Windows color (decimal): -7590779 or 8727692. OLE color: 8727692.

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

Color convert

RGB14044133-
CMYK00.690.050.45
HSL304.38º52.17%36.08%-
HSV(B)304.38º68.57%54.9%-
XYZ15.959.0723.1-
YUV82.85156.3168.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=44.16%
G=13.88%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404413300.690.050.45304.3852.1736.08
Hex8C2C8504552D1303424
Octal2145420501055554606444
Binary100011001011001000010101000101101101101100110000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,44,133); }

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

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

 a { background-color: rgb(140,44,133); }

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

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

 span { border-color: rgb(140,44,133); }

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