Html Css Color HEX #870199 Dark Magenta

📋 copy color: '#870199'

red 135 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #870199

Tints of Dark Magenta #870199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 46.71%
G = 0.35%
B = 52.94%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#870199 (or 0x870199) is known color: Dark Magenta. HEX triplet: 87, 01 and 99. RGB value is (135,1,153). Sum of RGB (Red+Green+Blue) = 135+1+153=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #870199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870199 is #78FE66. Grayscale: #393939. Windows color (decimal): -7929447 or 10027399. OLE color: 10027399.

HSL color Cylindrical-coordinate representation of color #870199: hue angle of 292.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870199 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 1 153 -
CMYK 0.12 0.99 0 0.4
HSL 292.89º 0.99% 0.3% -
HSV(B) 292.89º 0.99% 0.6% -
XYZ 15.75 7.47 30.75 -
YUV 58.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 135 1 153 0.12 0.99 0 0.4 292.89 0.99 0.3
Hex 87 1 99 C 63 0 28 125 63 1E
Octal 207 1 231 14 143 0 50 445 143 36
Binary 10000111 1 10011001 1100 1100011 0 101000 100100101 1100011 11110

Color Harmonies of #870199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870199

Black with #870199

Text Example


Text Example

White with #870199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870199; }

 p { color: rgb(135,1,153); }

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

background-color css

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

 a { background-color: rgb(135,1,153); }

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

border-color css

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

 span { border-color: rgb(135,1,153); }

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