Html Css Color HEX #871993 Dark Magenta

📋 copy color: '#871993'

red 135 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #871993

Tints of Dark Magenta #871993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

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

R = 43.97%
G = 8.14%
B = 47.88%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871993 (or 0x871993) is known color: Dark Magenta. HEX triplet: 87, 19 and 93. RGB value is (135,25,147). Sum of RGB (Red+Green+Blue) = 135+25+147=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #871993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871993 is #78E66C. Grayscale: #474747. Windows color (decimal): -7923309 or 9640327. OLE color: 9640327.

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

Color convert

RGB 135 25 147 -
CMYK 0.08 0.83 0 0.42
HSL 294.1º 0.71% 0.34% -
HSV(B) 294.1º 0.83% 0.58% -
XYZ 15.61 7.95 28.32 -
YUV 71.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 135 25 147 0.08 0.83 0 0.42 294.1 0.71 0.34
Hex 87 19 93 8 53 0 2A 126 47 22
Octal 207 31 223 10 123 0 52 446 107 42
Binary 10000111 11001 10010011 1000 1010011 0 101010 100100110 1000111 100010

Color Harmonies of #871993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871993

Black with #871993

Text Example


Text Example

White with #871993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871993; }

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

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

background-color css

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

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

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

border-color css

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

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

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