Html Css Color HEX #860997 Dark Magenta

📋 copy color: '#860997'

red 134 ◦ green 9 ◦ blue 151

#860997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #860997

Tints of Dark Magenta #860997

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 value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#860997 (or 0x860997) is known color: 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

RGB 134 9 151 -
CMYK 0.11 0.94 0 0.41
HSL 292.82º 0.89% 0.31% -
HSV(B) 292.82º 0.94% 0.59% -
XYZ 15.52 7.5 29.91 -
YUV 62.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 134 9 151 0.11 0.94 0 0.41 292.82 0.89 0.31
Hex 86 9 97 B 5E 0 29 125 59 1F
Octal 206 11 227 13 136 0 51 445 131 37
Binary 10000110 1001 10010111 1011 1011110 0 101001 100100101 1011001 11111

Color Harmonies of #860997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860997

Black with #860997

Text Example


Text Example

White with #860997

Text Example


Text Example

HTML Codes & Css Web 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>