Html Css Color HEX #871493 Dark Magenta

📋 copy color: '#871493'

red 135 ◦ green 20 ◦ blue 147

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

Shades of Dark Magenta #871493

Tints of Dark Magenta #871493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

 BLUE value IS 147 (57.81% from 255) = 48.68%

R = 44.7%
G = 6.62%
B = 48.68%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871493 (or 0x871493) is known color: Dark Magenta. HEX triplet: 87, 14 and 93. RGB value is (135,20,147). Sum of RGB (Red+Green+Blue) = 135+20+147=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #871493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871493 is #78EB6C. Grayscale: #444444. Windows color (decimal): -7924589 or 9639047. OLE color: 9639047.

HSL color Cylindrical-coordinate representation of color #871493: hue angle of 294.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871493 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 20 147 -
CMYK 0.08 0.86 0 0.42
HSL 294.33º 0.76% 0.33% -
HSV(B) 294.33º 0.86% 0.58% -
XYZ 15.51 7.76 28.28 -
YUV 68.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 135 20 147 0.08 0.86 0 0.42 294.33 0.76 0.33
Hex 87 14 93 8 56 0 2A 126 4C 21
Octal 207 24 223 10 126 0 52 446 114 41
Binary 10000111 10100 10010011 1000 1010110 0 101010 100100110 1001100 100001

Color Harmonies of #871493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871493

Black with #871493

Text Example


Text Example

White with #871493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871493; }

 p { color: rgb(135,20,147); }

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

background-color css

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

 a { background-color: rgb(135,20,147); }

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

border-color css

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

 span { border-color: rgb(135,20,147); }

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