#8C0F88

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

Shades of Dark Magenta #8C0F88

Tints of Dark Magenta #8C0F88

Color information

#8C0F88 (or 0x8C0F88) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0F and 88. RGB value is (140,15,136). Sum of RGB (Red+Green+Blue) = 140+15+136=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0F88 is #73F077. Grayscale: #414141. Windows color (decimal): -7598200 or 8916876. OLE color: 8916876.

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

Color convert

RGB14015136-
CMYK00.890.030.45
HSL301.92º80.65%30.39%-
HSV(B)301.92º89.29%54.9%-
XYZ15.437.6923.96-
YUV66.17167.41180.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.11%
GREEN value IS 15 (6.25% from 255) = 5.15%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=48.11%
G=5.15%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401513600.890.030.45301.9280.6530.39
Hex8CF8805932D12e511e
Octal21417210013135545612136
Binary100011001111100010000101100111101101100101110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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