Html Css Color HEX #871297 Dark Magenta

📋 copy color: '#871297'

red 135 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #871297

Tints of Dark Magenta #871297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 44.41%
G = 5.92%
B = 49.67%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#871297 (or 0x871297) is known color: Dark Magenta. HEX triplet: 87, 12 and 97. RGB value is (135,18,151). Sum of RGB (Red+Green+Blue) = 135+18+151=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #871297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871297 is #78ED68. Grayscale: #434343. Windows color (decimal): -7925097 or 9900679. OLE color: 9900679.

HSL color Cylindrical-coordinate representation of color #871297: hue angle of 292.78º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871297 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 18 151 -
CMYK 0.11 0.88 0 0.41
HSL 292.78º 0.79% 0.33% -
HSV(B) 292.78º 0.88% 0.59% -
XYZ 15.79 7.82 29.95 -
YUV 68.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 135 18 151 0.11 0.88 0 0.41 292.78 0.79 0.33
Hex 87 12 97 B 58 0 29 125 4F 21
Octal 207 22 227 13 130 0 51 445 117 41
Binary 10000111 10010 10010111 1011 1011000 0 101001 100100101 1001111 100001

Color Harmonies of #871297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871297

Black with #871297

Text Example


Text Example

White with #871297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871297; }

 p { color: rgb(135,18,151); }

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

background-color css

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

 a { background-color: rgb(135,18,151); }

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

border-color css

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

 span { border-color: rgb(135,18,151); }

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