Html Css Color HEX #871198 Dark Magenta

📋 copy color: '#871198'

red 135 ◦ green 17 ◦ blue 152

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

Shades of Dark Magenta #871198

Tints of Dark Magenta #871198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50%

R = 44.41%
G = 5.59%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#871198 (or 0x871198) is known color: Dark Magenta. HEX triplet: 87, 11 and 98. RGB value is (135,17,152). Sum of RGB (Red+Green+Blue) = 135+17+152=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #871198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871198 is #78EE67. Grayscale: #434343. Windows color (decimal): -7925352 or 9965959. OLE color: 9965959.

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

Color convert

RGB 135 17 152 -
CMYK 0.11 0.89 0 0.40
HSL 292.44º 0.8% 0.33% -
HSV(B) 292.44º 0.89% 0.6% -
XYZ 15.86 7.82 30.38 -
YUV 67.67 175.59 176.02 -
System Red Green Blue C M Y K H S L
Decimal 135 17 152 0.11 0.89 0 0.40 292.44 0.8 0.33
Hex 87 11 98 B 59 0 28 124 50 21
Octal 207 21 230 13 131 0 50 444 120 41
Binary 10000111 10001 10011000 1011 1011001 0 101000 100100100 1010000 100001

Color Harmonies of #871198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871198

Black with #871198

Text Example


Text Example

White with #871198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871198; }

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

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

background-color css

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

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

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

border-color css

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

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

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