Html Css Color HEX #871396 Dark Magenta

📋 copy color: '#871396'

red 135 ◦ green 19 ◦ blue 150

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

Shades of Dark Magenta #871396

Tints of Dark Magenta #871396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

 BLUE value IS 150 (58.98% from 255) = 49.34%

R = 44.41%
G = 6.25%
B = 49.34%

CMYK

 C value IS 0.1

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#871396 (or 0x871396) is known color: Dark Magenta. HEX triplet: 87, 13 and 96. RGB value is (135,19,150). Sum of RGB (Red+Green+Blue) = 135+19+150=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #871396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871396 is #78EC69. Grayscale: #444444. Windows color (decimal): -7924842 or 9835399. OLE color: 9835399.

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

Color convert

RGB 135 19 150 -
CMYK 0.1 0.87 0 0.41
HSL 293.13º 0.78% 0.33% -
HSV(B) 293.13º 0.87% 0.59% -
XYZ 15.73 7.82 29.53 -
YUV 68.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 135 19 150 0.1 0.87 0 0.41 293.13 0.78 0.33
Hex 87 13 96 A 57 0 29 125 4E 21
Octal 207 23 226 12 127 0 51 445 116 41
Binary 10000111 10011 10010110 1010 1010111 0 101001 100100101 1001110 100001

Color Harmonies of #871396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871396

Black with #871396

Text Example


Text Example

White with #871396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871396; }

 p { color: rgb(135,19,150); }

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

background-color css

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

 a { background-color: rgb(135,19,150); }

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

border-color css

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

 span { border-color: rgb(135,19,150); }

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