Html Css Color HEX #871994 Dark Magenta

📋 copy color: '#871994'

red 135 ◦ green 25 ◦ blue 148

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

Shades of Dark Magenta #871994

Tints of Dark Magenta #871994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.05%

R = 43.83%
G = 8.12%
B = 48.05%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871994 (or 0x871994) is known color: Dark Magenta. HEX triplet: 87, 19 and 94. RGB value is (135,25,148). Sum of RGB (Red+Green+Blue) = 135+25+148=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #871994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871994 is #78E66B. Grayscale: #474747. Windows color (decimal): -7923308 or 9705863. OLE color: 9705863.

HSL color Cylindrical-coordinate representation of color #871994: hue angle of 293.66º 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 #871994 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 25 148 -
CMYK 0.09 0.83 0 0.42
HSL 293.66º 0.71% 0.34% -
HSV(B) 293.66º 0.83% 0.58% -
XYZ 15.68 7.98 28.73 -
YUV 71.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 135 25 148 0.09 0.83 0 0.42 293.66 0.71 0.34
Hex 87 19 94 9 53 0 2A 126 47 22
Octal 207 31 224 11 123 0 52 446 107 42
Binary 10000111 11001 10010100 1001 1010011 0 101010 100100110 1000111 100010

Color Harmonies of #871994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871994

Black with #871994

Text Example


Text Example

White with #871994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871994; }

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

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

background-color css

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

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

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

border-color css

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

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

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