#860997

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

Shades of Dark Magenta #860997

Tints of Dark Magenta #860997

Color information

#860997 (or 0x860997) is unknown color: approx Dark Magenta. HEX triplet: 86, 09 and 97. RGB value is (134,9,151). Sum of RGB (Red+Green+Blue) = 134+9+151=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #860997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860997 is #79F668. Grayscale: #3E3E3E. Windows color (decimal): -7992937 or 9898374. OLE color: 9898374.

HSL color Cylindrical-coordinate representation of color #860997: hue angle of 292.82º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860997 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1349151-
CMYK0.110.9400.41
HSL292.82º88.75%31.37%-
HSV(B)292.82º94.04%59.22%-
XYZ15.527.529.91-
YUV62.56177.91178.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 151 (59.38% from 255) = 51.36%
R=45.58%
G=3.06%
B=51.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13491510.110.9400.41292.8288.7531.37
Hex86997B5E029125591f
Octal206112271313605144513137
Binary10000110100110010111101110111100101001100100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860997; }

 p { color: rgb(134,9,151); }

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

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

 a { background-color: rgb(134,9,151); }

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

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

 span { border-color: rgb(134,9,151); }

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