Html Css Color HEX #871694 Dark Magenta

📋 copy color: '#871694'

red 135 ◦ green 22 ◦ blue 148

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

Shades of Dark Magenta #871694

Tints of Dark Magenta #871694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

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

R = 44.26%
G = 7.21%
B = 48.52%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871694 (or 0x871694) is known color: Dark Magenta. HEX triplet: 87, 16 and 94. RGB value is (135,22,148). Sum of RGB (Red+Green+Blue) = 135+22+148=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #871694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871694 is #78E96B. Grayscale: #454545. Windows color (decimal): -7924076 or 9705095. OLE color: 9705095.

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

Color convert

RGB 135 22 148 -
CMYK 0.09 0.85 0 0.42
HSL 293.81º 0.74% 0.33% -
HSV(B) 293.81º 0.85% 0.58% -
XYZ 15.62 7.86 28.71 -
YUV 70.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 135 22 148 0.09 0.85 0 0.42 293.81 0.74 0.33
Hex 87 16 94 9 55 0 2A 126 4A 21
Octal 207 26 224 11 125 0 52 446 112 41
Binary 10000111 10110 10010100 1001 1010101 0 101010 100100110 1001010 100001

Color Harmonies of #871694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871694

Black with #871694

Text Example


Text Example

White with #871694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871694; }

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

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

background-color css

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

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

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

border-color css

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

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

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