Html Css Color HEX #871199 Dark Magenta

📋 copy color: '#871199'

red 135 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #871199

Tints of Dark Magenta #871199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.57%

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

R = 44.26%
G = 5.57%
B = 50.16%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#871199 (or 0x871199) is known color: Dark Magenta. HEX triplet: 87, 11 and 99. RGB value is (135,17,153). Sum of RGB (Red+Green+Blue) = 135+17+153=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #871199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871199 is #78EE66. Grayscale: #434343. Windows color (decimal): -7925351 or 10031495. OLE color: 10031495.

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

Color convert

RGB 135 17 153 -
CMYK 0.12 0.89 0 0.4
HSL 292.06º 0.8% 0.33% -
HSV(B) 292.06º 0.89% 0.6% -
XYZ 15.94 7.85 30.81 -
YUV 67.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 135 17 153 0.12 0.89 0 0.4 292.06 0.8 0.33
Hex 87 11 99 C 59 0 28 124 50 21
Octal 207 21 231 14 131 0 50 444 120 41
Binary 10000111 10001 10011001 1100 1011001 0 101000 100100100 1010000 100001

Color Harmonies of #871199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871199

Black with #871199

Text Example


Text Example

White with #871199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871199; }

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

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

background-color css

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

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

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

border-color css

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

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

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