Html Css Color HEX #871593 Dark Magenta

📋 copy color: '#871593'

red 135 ◦ green 21 ◦ blue 147

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

Shades of Dark Magenta #871593

Tints of Dark Magenta #871593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

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

R = 44.55%
G = 6.93%
B = 48.51%

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

#871593 (or 0x871593) is known color: Dark Magenta. HEX triplet: 87, 15 and 93. RGB value is (135,21,147). Sum of RGB (Red+Green+Blue) = 135+21+147=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #871593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871593 is #78EA6C. Grayscale: #454545. Windows color (decimal): -7924333 or 9639303. OLE color: 9639303.

HSL color Cylindrical-coordinate representation of color #871593: hue angle of 294.29º degrees, saturation: 0.75, 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 #871593 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 21 147 -
CMYK 0.08 0.86 0 0.42
HSL 294.29º 0.75% 0.33% -
HSV(B) 294.29º 0.86% 0.58% -
XYZ 15.53 7.79 28.29 -
YUV 69.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 135 21 147 0.08 0.86 0 0.42 294.29 0.75 0.33
Hex 87 15 93 8 56 0 2A 126 4B 21
Octal 207 25 223 10 126 0 52 446 113 41
Binary 10000111 10101 10010011 1000 1010110 0 101010 100100110 1001011 100001

Color Harmonies of #871593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871593

Black with #871593

Text Example


Text Example

White with #871593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871593; }

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

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

background-color css

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

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

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

border-color css

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

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

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