Html Css Color HEX #88099E Dark Magenta

📋 copy color: '#88099E'

red 136 ◦ green 9 ◦ blue 158

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

Shades of Dark Magenta #88099E

Tints of Dark Magenta #88099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.15%

R = 44.88%
G = 2.97%
B = 52.15%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88099E (or 0x88099E) is known color: Dark Magenta. HEX triplet: 88, 09 and 9E. RGB value is (136,9,158). Sum of RGB (Red+Green+Blue) = 136+9+158=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #88099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88099E is #77F661. Grayscale: #3F3F3F. Windows color (decimal): -7861858 or 10357128. OLE color: 10357128.

HSL color Cylindrical-coordinate representation of color #88099E: hue angle of 291.14º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88099E is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 9 158 -
CMYK 0.14 0.94 0 0.38
HSL 291.14º 0.89% 0.33% -
HSV(B) 291.14º 0.94% 0.62% -
XYZ 16.42 7.9 33.01 -
YUV 63.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 136 9 158 0.14 0.94 0 0.38 291.14 0.89 0.33
Hex 88 9 9E E 5E 0 26 123 59 21
Octal 210 11 236 16 136 0 46 443 131 41
Binary 10001000 1001 10011110 1110 1011110 0 100110 100100011 1011001 100001

Color Harmonies of #88099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88099E

Black with #88099E

Text Example


Text Example

White with #88099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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