Html Css Color HEX #880997 Dark Magenta

📋 copy color: '#880997'

red 136 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #880997

Tints of Dark Magenta #880997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

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

R = 45.95%
G = 3.04%
B = 51.01%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#880997 (or 0x880997) is known color: Dark Magenta. HEX triplet: 88, 09 and 97. RGB value is (136,9,151). Sum of RGB (Red+Green+Blue) = 136+9+151=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #880997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880997 is #77F668. Grayscale: #3E3E3E. Windows color (decimal): -7861865 or 9898376. OLE color: 9898376.

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

Color convert

RGB 136 9 151 -
CMYK 0.10 0.94 0 0.41
HSL 293.66º 0.89% 0.31% -
HSV(B) 293.66º 0.94% 0.59% -
XYZ 15.84 7.66 29.92 -
YUV 63.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 136 9 151 0.10 0.94 0 0.41 293.66 0.89 0.31
Hex 88 9 97 A 5E 0 29 126 59 1F
Octal 210 11 227 12 136 0 51 446 131 37
Binary 10001000 1001 10010111 1010 1011110 0 101001 100100110 1011001 11111

Color Harmonies of #880997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880997

Black with #880997

Text Example


Text Example

White with #880997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880997; }

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

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

background-color css

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

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

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

border-color css

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

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

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