Html Css Color HEX #881997 Dark Magenta

📋 copy color: '#881997'

red 136 ◦ green 25 ◦ blue 151

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

Shades of Dark Magenta #881997

Tints of Dark Magenta #881997

RGB

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

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

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

R = 43.59%
G = 8.01%
B = 48.4%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#881997 (or 0x881997) is known color: Dark Magenta. HEX triplet: 88, 19 and 97. RGB value is (136,25,151). Sum of RGB (Red+Green+Blue) = 136+25+151=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #881997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881997 is #77E668. Grayscale: #484848. Windows color (decimal): -7857769 or 9902472. OLE color: 9902472.

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

Color convert

RGB 136 25 151 -
CMYK 0.10 0.83 0 0.41
HSL 292.86º 0.72% 0.35% -
HSV(B) 292.86º 0.83% 0.59% -
XYZ 16.09 8.16 30.01 -
YUV 72.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 136 25 151 0.10 0.83 0 0.41 292.86 0.72 0.35
Hex 88 19 97 A 53 0 29 125 48 23
Octal 210 31 227 12 123 0 51 445 110 43
Binary 10001000 11001 10010111 1010 1010011 0 101001 100100101 1001000 100011

Color Harmonies of #881997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881997

Black with #881997

Text Example


Text Example

White with #881997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881997; }

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

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

background-color css

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

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

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

border-color css

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

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

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