Html Css Color HEX #880097 Dark Magenta

📋 copy color: '#880097'

red 136 ◦ green 0 ◦ blue 151

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

Shades of Dark Magenta #880097

Tints of Dark Magenta #880097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.39%
G = 0%
B = 52.61%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#880097 (or 0x880097) is known color: Dark Magenta. HEX triplet: 88, 00 and 97. RGB value is (136,0,151). Sum of RGB (Red+Green+Blue) = 136+0+151=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #880097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880097 is #77FF68. Grayscale: #393939. Windows color (decimal): -7864169 or 9896072. OLE color: 9896072.

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

Color convert

RGB 136 0 151 -
CMYK 0.10 1 0 0.41
HSL 294.04º 1% 0.3% -
HSV(B) 294.04º 1% 0.59% -
XYZ 15.74 7.47 29.89 -
YUV 57.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 136 0 151 0.10 1 0 0.41 294.04 1 0.3
Hex 88 0 97 A 64 0 29 126 64 1E
Octal 210 0 227 12 144 0 51 446 144 36
Binary 10001000 0 10010111 1010 1100100 0 101001 100100110 1100100 11110

Color Harmonies of #880097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880097

Black with #880097

Text Example


Text Example

White with #880097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880097; }

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

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

background-color css

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

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

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

border-color css

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

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

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