#860A9C

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

Shades of Dark Magenta #860A9C

Tints of Dark Magenta #860A9C

Color information

#860A9C (or 0x860A9C) is unknown color: approx Dark Magenta. HEX triplet: 86, 0A and 9C. RGB value is (134,10,156). Sum of RGB (Red+Green+Blue) = 134+10+156=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #860A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860A9C is #79F563. Grayscale: #3F3F3F. Windows color (decimal): -7992676 or 10226310. OLE color: 10226310.

HSL color Cylindrical-coordinate representation of color #860A9C: hue angle of 290.96º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860A9C is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13410156-
CMYK0.140.9400.39
HSL290.96º87.95%32.55%-
HSV(B)290.96º93.59%61.18%-
XYZ15.947.6932.1-
YUV63.72180.08178.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 10 (4.30% from 255) = 3.33%
BLUE value IS 156 (61.33% from 255) = 52%
R=44.67%
G=3.33%
B=52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134101560.140.9400.39290.9687.9532.55
Hex86A9CE5E0271235821
Octal206122341613604744313041
Binary100001101010100111001110101111001001111001000111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860A9C; }

 p { color: rgb(134,10,156); }

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

<style>
 a { background-color: #860A9C; }

 a { background-color: rgb(134,10,156); }

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

<style>
 span { border-color: #860A9C; }

 span { border-color: rgb(134,10,156); }

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