#8C0E88

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

Shades of Dark Magenta #8C0E88

Tints of Dark Magenta #8C0E88

Color information

#8C0E88 (or 0x8C0E88) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0E and 88. RGB value is (140,14,136). Sum of RGB (Red+Green+Blue) = 140+14+136=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0E88 is #73F177. Grayscale: #414141. Windows color (decimal): -7598456 or 8916620. OLE color: 8916620.

HSL color Cylindrical-coordinate representation of color #8C0E88: hue angle of 301.9º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C0E88 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB14014136-
CMYK00.900.030.45
HSL301.9º81.82%30.2%-
HSV(B)301.9º90%54.9%-
XYZ15.427.6723.96-
YUV65.58167.74181.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.28%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=48.28%
G=4.83%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401413600.900.030.45301.981.8230.2
Hex8CE8805A32D12e521e
Octal21416210013235545612236
Binary100011001110100010000101101011101101100101110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,14,136); }

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

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

 a { background-color: rgb(140,14,136); }

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

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

 span { border-color: rgb(140,14,136); }

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