#8C1087

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

Shades of Dark Magenta #8C1087

Tints of Dark Magenta #8C1087

Color information

#8C1087 (or 0x8C1087) is unknown color: approx Dark Magenta. HEX triplet: 8C, 10 and 87. RGB value is (140,16,135). Sum of RGB (Red+Green+Blue) = 140+16+135=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1087 is #73EF78. Grayscale: #424242. Windows color (decimal): -7597945 or 8851596. OLE color: 8851596.

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

Color convert

RGB14016135-
CMYK00.890.040.45
HSL302.42º79.49%30.59%-
HSV(B)302.42º88.57%54.9%-
XYZ15.377.723.6-
YUV66.64166.58180.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.11%
GREEN value IS 16 (6.64% from 255) = 5.50%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=48.11%
G=5.50%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401613500.890.040.45302.4279.4930.59
Hex8C108705942D12e4f1f
Octal21420207013145545611737
Binary10001100100001000011101011001100101101100101110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,16,135); }

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

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

 a { background-color: rgb(140,16,135); }

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

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

 span { border-color: rgb(140,16,135); }

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