Html Css Color HEX #870992 Dark Magenta

📋 copy color: '#870992'

red 135 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #870992

Tints of Dark Magenta #870992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.34%

R = 46.55%
G = 3.1%
B = 50.34%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#870992 (or 0x870992) is known color: Dark Magenta. HEX triplet: 87, 09 and 92. RGB value is (135,9,146). Sum of RGB (Red+Green+Blue) = 135+9+146=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #870992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870992 is #78F66D. Grayscale: #3D3D3D. Windows color (decimal): -7927406 or 9570695. OLE color: 9570695.

HSL color Cylindrical-coordinate representation of color #870992: hue angle of 295.18º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870992 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 9 146 -
CMYK 0.08 0.94 0 0.43
HSL 295.18º 0.88% 0.3% -
HSV(B) 295.18º 0.94% 0.57% -
XYZ 15.28 7.42 27.82 -
YUV 62.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 135 9 146 0.08 0.94 0 0.43 295.18 0.88 0.3
Hex 87 9 92 8 5E 0 2B 127 58 1E
Octal 207 11 222 10 136 0 53 447 130 36
Binary 10000111 1001 10010010 1000 1011110 0 101011 100100111 1011000 11110

Color Harmonies of #870992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870992

Black with #870992

Text Example


Text Example

White with #870992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870992; }

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

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

background-color css

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

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

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

border-color css

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

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

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