Html Css Color HEX #880199 Dark Magenta

📋 copy color: '#880199'

red 136 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #880199

Tints of Dark Magenta #880199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 46.9%
G = 0.34%
B = 52.76%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#880199 (or 0x880199) is known color: Dark Magenta. HEX triplet: 88, 01 and 99. RGB value is (136,1,153). Sum of RGB (Red+Green+Blue) = 136+1+153=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #880199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880199 is #77FE66. Grayscale: #3A3A3A. Windows color (decimal): -7863911 or 10027400. OLE color: 10027400.

HSL color Cylindrical-coordinate representation of color #880199: hue angle of 293.29º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880199 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 1 153 -
CMYK 0.11 0.99 0 0.4
HSL 293.29º 0.99% 0.3% -
HSV(B) 293.29º 0.99% 0.6% -
XYZ 15.91 7.56 30.76 -
YUV 58.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 136 1 153 0.11 0.99 0 0.4 293.29 0.99 0.3
Hex 88 1 99 B 63 0 28 125 63 1E
Octal 210 1 231 13 143 0 50 445 143 36
Binary 10001000 1 10011001 1011 1100011 0 101000 100100101 1100011 11110

Color Harmonies of #880199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880199

Black with #880199

Text Example


Text Example

White with #880199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880199; }

 p { color: rgb(136,1,153); }

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

background-color css

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

 a { background-color: rgb(136,1,153); }

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

border-color css

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

 span { border-color: rgb(136,1,153); }

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