Html Css Color HEX #880499 Dark Magenta

📋 copy color: '#880499'

red 136 ◦ green 4 ◦ blue 153

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

Shades of Dark Magenta #880499

Tints of Dark Magenta #880499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 46.42%
G = 1.37%
B = 52.22%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#880499 (or 0x880499) is known color: Dark Magenta. HEX triplet: 88, 04 and 99. RGB value is (136,4,153). Sum of RGB (Red+Green+Blue) = 136+4+153=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #880499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880499 is #77FB66. Grayscale: #3B3B3B. Windows color (decimal): -7863143 or 10028168. OLE color: 10028168.

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

Color convert

RGB 136 4 153 -
CMYK 0.11 0.97 0 0.4
HSL 293.15º 0.95% 0.31% -
HSV(B) 293.15º 0.97% 0.6% -
XYZ 15.95 7.62 30.77 -
YUV 60.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 136 4 153 0.11 0.97 0 0.4 293.15 0.95 0.31
Hex 88 4 99 B 61 0 28 125 5F 1F
Octal 210 4 231 13 141 0 50 445 137 37
Binary 10001000 100 10011001 1011 1100001 0 101000 100100101 1011111 11111

Color Harmonies of #880499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880499

Black with #880499

Text Example


Text Example

White with #880499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880499; }

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

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

background-color css

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

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

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

border-color css

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

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

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