Html Css Color HEX #871193 Dark Magenta

📋 copy color: '#871193'

red 135 ◦ green 17 ◦ blue 147

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

Shades of Dark Magenta #871193

Tints of Dark Magenta #871193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.69%

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

R = 45.15%
G = 5.69%
B = 49.16%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871193 (or 0x871193) is known color: Dark Magenta. HEX triplet: 87, 11 and 93. RGB value is (135,17,147). Sum of RGB (Red+Green+Blue) = 135+17+147=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #871193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871193 is #78EE6C. Grayscale: #424242. Windows color (decimal): -7925357 or 9638279. OLE color: 9638279.

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

Color convert

RGB 135 17 147 -
CMYK 0.08 0.88 0 0.42
HSL 294.46º 0.79% 0.32% -
HSV(B) 294.46º 0.88% 0.58% -
XYZ 15.46 7.66 28.27 -
YUV 67.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 135 17 147 0.08 0.88 0 0.42 294.46 0.79 0.32
Hex 87 11 93 8 58 0 2A 126 4F 20
Octal 207 21 223 10 130 0 52 446 117 40
Binary 10000111 10001 10010011 1000 1011000 0 101010 100100110 1001111 100000

Color Harmonies of #871193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871193

Black with #871193

Text Example


Text Example

White with #871193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871193; }

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

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

background-color css

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

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

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

border-color css

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

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

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