Html Css Color HEX #871798 Dark Magenta

📋 copy color: '#871798'

red 135 ◦ green 23 ◦ blue 152

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

Shades of Dark Magenta #871798

Tints of Dark Magenta #871798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 43.55%
G = 7.42%
B = 49.03%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#871798 (or 0x871798) is known color: Dark Magenta. HEX triplet: 87, 17 and 98. RGB value is (135,23,152). Sum of RGB (Red+Green+Blue) = 135+23+152=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #871798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871798 is #78E867. Grayscale: #464646. Windows color (decimal): -7923816 or 9967495. OLE color: 9967495.

HSL color Cylindrical-coordinate representation of color #871798: hue angle of 292.09º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871798 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 23 152 -
CMYK 0.11 0.85 0 0.40
HSL 292.09º 0.74% 0.34% -
HSV(B) 292.09º 0.85% 0.6% -
XYZ 15.97 8.03 30.41 -
YUV 71.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 135 23 152 0.11 0.85 0 0.40 292.09 0.74 0.34
Hex 87 17 98 B 55 0 28 124 4A 22
Octal 207 27 230 13 125 0 50 444 112 42
Binary 10000111 10111 10011000 1011 1010101 0 101000 100100100 1001010 100010

Color Harmonies of #871798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871798

Black with #871798

Text Example


Text Example

White with #871798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871798; }

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

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

background-color css

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

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

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

border-color css

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

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

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