Html Css Color HEX #881597 Dark Magenta

📋 copy color: '#881597'

red 136 ◦ green 21 ◦ blue 151

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

Shades of Dark Magenta #881597

Tints of Dark Magenta #881597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

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

R = 44.16%
G = 6.82%
B = 49.03%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#881597 (or 0x881597) is known color: Dark Magenta. HEX triplet: 88, 15 and 97. RGB value is (136,21,151). Sum of RGB (Red+Green+Blue) = 136+21+151=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #881597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881597 is #77EA68. Grayscale: #454545. Windows color (decimal): -7858793 or 9901448. OLE color: 9901448.

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

Color convert

RGB 136 21 151 -
CMYK 0.10 0.86 0 0.41
HSL 293.08º 0.76% 0.34% -
HSV(B) 293.08º 0.86% 0.59% -
XYZ 16.01 8 29.98 -
YUV 70.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 136 21 151 0.10 0.86 0 0.41 293.08 0.76 0.34
Hex 88 15 97 A 56 0 29 125 4C 22
Octal 210 25 227 12 126 0 51 445 114 42
Binary 10001000 10101 10010111 1010 1010110 0 101001 100100101 1001100 100010

Color Harmonies of #881597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881597

Black with #881597

Text Example


Text Example

White with #881597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881597; }

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

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

background-color css

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

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

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

border-color css

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

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

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