Html Css Color HEX #880399 Dark Magenta

📋 copy color: '#880399'

red 136 ◦ green 3 ◦ blue 153

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

Shades of Dark Magenta #880399

Tints of Dark Magenta #880399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 46.58%
G = 1.03%
B = 52.4%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#880399 (or 0x880399) is known color: Dark Magenta. HEX triplet: 88, 03 and 99. RGB value is (136,3,153). Sum of RGB (Red+Green+Blue) = 136+3+153=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #880399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880399 is #77FC66. Grayscale: #3B3B3B. Windows color (decimal): -7863399 or 10027912. OLE color: 10027912.

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

Color convert

RGB 136 3 153 -
CMYK 0.11 0.98 0 0.4
HSL 293.2º 0.96% 0.31% -
HSV(B) 293.2º 0.98% 0.6% -
XYZ 15.94 7.6 30.76 -
YUV 59.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 136 3 153 0.11 0.98 0 0.4 293.2 0.96 0.31
Hex 88 3 99 B 62 0 28 125 60 1F
Octal 210 3 231 13 142 0 50 445 140 37
Binary 10001000 11 10011001 1011 1100010 0 101000 100100101 1100000 11111

Color Harmonies of #880399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880399

Black with #880399

Text Example


Text Example

White with #880399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880399; }

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

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

background-color css

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

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

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

border-color css

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

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

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