Html Css Color HEX #880299 Dark Magenta

📋 copy color: '#880299'

red 136 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #880299

Tints of Dark Magenta #880299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 46.74%
G = 0.69%
B = 52.58%

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

#880299 (or 0x880299) is known color: Dark Magenta. HEX triplet: 88, 02 and 99. RGB value is (136,2,153). Sum of RGB (Red+Green+Blue) = 136+2+153=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #880299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880299 is #77FD66. Grayscale: #3A3A3A. Windows color (decimal): -7863655 or 10027656. OLE color: 10027656.

HSL color Cylindrical-coordinate representation of color #880299: hue angle of 293.25º degrees, saturation: 0.97, 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 #880299 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 2 153 -
CMYK 0.11 0.99 0 0.4
HSL 293.25º 0.97% 0.3% -
HSV(B) 293.25º 0.99% 0.6% -
XYZ 15.92 7.58 30.76 -
YUV 59.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 136 2 153 0.11 0.99 0 0.4 293.25 0.97 0.3
Hex 88 2 99 B 63 0 28 125 61 1E
Octal 210 2 231 13 143 0 50 445 141 36
Binary 10001000 10 10011001 1011 1100011 0 101000 100100101 1100001 11110

Color Harmonies of #880299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880299

Black with #880299

Text Example


Text Example

White with #880299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880299; }

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

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

background-color css

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

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

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

border-color css

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

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

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