Html Css Color HEX #88099C Dark Magenta

📋 copy color: '#88099C'

red 136 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #88099C

Tints of Dark Magenta #88099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 45.18%
G = 2.99%
B = 51.83%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88099C (or 0x88099C) is known color: Dark Magenta. HEX triplet: 88, 09 and 9C. RGB value is (136,9,156). Sum of RGB (Red+Green+Blue) = 136+9+156=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #88099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88099C is #77F663. Grayscale: #3F3F3F. Windows color (decimal): -7861860 or 10226056. OLE color: 10226056.

HSL color Cylindrical-coordinate representation of color #88099C: hue angle of 291.84º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88099C is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 9 156 -
CMYK 0.13 0.94 0 0.39
HSL 291.84º 0.89% 0.32% -
HSV(B) 291.84º 0.94% 0.61% -
XYZ 16.25 7.83 32.11 -
YUV 63.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 136 9 156 0.13 0.94 0 0.39 291.84 0.89 0.32
Hex 88 9 9C D 5E 0 27 124 59 20
Octal 210 11 234 15 136 0 47 444 131 40
Binary 10001000 1001 10011100 1101 1011110 0 100111 100100100 1011001 100000

Color Harmonies of #88099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88099C

Black with #88099C

Text Example


Text Example

White with #88099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88099C; }

 p { color: rgb(136,9,156); }

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

background-color css

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

 a { background-color: rgb(136,9,156); }

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

border-color css

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

 span { border-color: rgb(136,9,156); }

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