Html Css Color HEX #881197 Dark Magenta

📋 copy color: '#881197'

red 136 ◦ green 17 ◦ blue 151

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

Shades of Dark Magenta #881197

Tints of Dark Magenta #881197

RGB

 RED value IS 136 (53.52% from 255) = 44.74%

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

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 44.74%
G = 5.59%
B = 49.67%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#881197 (or 0x881197) is known color: Dark Magenta. HEX triplet: 88, 11 and 97. RGB value is (136,17,151). Sum of RGB (Red+Green+Blue) = 136+17+151=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #881197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881197 is #77EE68. Grayscale: #434343. Windows color (decimal): -7859817 or 9900424. OLE color: 9900424.

HSL color Cylindrical-coordinate representation of color #881197: hue angle of 293.28º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881197 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 17 151 -
CMYK 0.10 0.89 0 0.41
HSL 293.28º 0.8% 0.33% -
HSV(B) 293.28º 0.89% 0.59% -
XYZ 15.94 7.87 29.96 -
YUV 67.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 136 17 151 0.10 0.89 0 0.41 293.28 0.8 0.33
Hex 88 11 97 A 59 0 29 125 50 21
Octal 210 21 227 12 131 0 51 445 120 41
Binary 10001000 10001 10010111 1010 1011001 0 101001 100100101 1010000 100001

Color Harmonies of #881197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881197

Black with #881197

Text Example


Text Example

White with #881197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881197; }

 p { color: rgb(136,17,151); }

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

background-color css

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

 a { background-color: rgb(136,17,151); }

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

border-color css

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

 span { border-color: rgb(136,17,151); }

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