Html Css Color HEX #871393 Dark Magenta

📋 copy color: '#871393'

red 135 ◦ green 19 ◦ blue 147

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

Shades of Dark Magenta #871393

Tints of Dark Magenta #871393

RGB

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

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

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

R = 44.85%
G = 6.31%
B = 48.84%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871393 (or 0x871393) is known color: Dark Magenta. HEX triplet: 87, 13 and 93. RGB value is (135,19,147). Sum of RGB (Red+Green+Blue) = 135+19+147=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #871393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871393 is #78EC6C. Grayscale: #434343. Windows color (decimal): -7924845 or 9638791. OLE color: 9638791.

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

Color convert

RGB 135 19 147 -
CMYK 0.08 0.87 0 0.42
HSL 294.38º 0.77% 0.33% -
HSV(B) 294.38º 0.87% 0.58% -
XYZ 15.49 7.72 28.28 -
YUV 68.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 135 19 147 0.08 0.87 0 0.42 294.38 0.77 0.33
Hex 87 13 93 8 57 0 2A 126 4D 21
Octal 207 23 223 10 127 0 52 446 115 41
Binary 10000111 10011 10010011 1000 1010111 0 101010 100100110 1001101 100001

Color Harmonies of #871393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871393

Black with #871393

Text Example


Text Example

White with #871393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871393; }

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

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

background-color css

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

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

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

border-color css

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

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

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