Html Css Color HEX #870997 Dark Magenta

📋 copy color: '#870997'

red 135 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #870997

Tints of Dark Magenta #870997

RGB

 RED value IS 135 (53.13% from 255) = 45.76%

 GREEN value IS 9 (3.91% from 255) = 3.05%

 BLUE value IS 151 (59.38% from 255) = 51.19%

R = 45.76%
G = 3.05%
B = 51.19%

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

#870997 (or 0x870997) is known color: Dark Magenta. HEX triplet: 87, 09 and 97. RGB value is (135,9,151). Sum of RGB (Red+Green+Blue) = 135+9+151=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #870997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870997 is #78F668. Grayscale: #3E3E3E. Windows color (decimal): -7927401 or 9898375. OLE color: 9898375.

HSL color Cylindrical-coordinate representation of color #870997: hue angle of 293.24º 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 #870997 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 9 151 -
CMYK 0.11 0.94 0 0.41
HSL 293.24º 0.89% 0.31% -
HSV(B) 293.24º 0.94% 0.59% -
XYZ 15.68 7.58 29.92 -
YUV 62.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 135 9 151 0.11 0.94 0 0.41 293.24 0.89 0.31
Hex 87 9 97 B 5E 0 29 125 59 1F
Octal 207 11 227 13 136 0 51 445 131 37
Binary 10000111 1001 10010111 1011 1011110 0 101001 100100101 1011001 11111

Color Harmonies of #870997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870997

Black with #870997

Text Example


Text Example

White with #870997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870997; }

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

 H1.HeaderClassName
 {
   color: #870997;
 }
 .AnyTagClassName
 {
   color: #870997;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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