Html Css Color HEX #88099D Dark Magenta

📋 copy color: '#88099D'

red 136 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #88099D

Tints of Dark Magenta #88099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 45.03%
G = 2.98%
B = 51.99%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88099D (or 0x88099D) is known color: Dark Magenta. HEX triplet: 88, 09 and 9D. RGB value is (136,9,157). Sum of RGB (Red+Green+Blue) = 136+9+157=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #88099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88099D is #77F662. Grayscale: #3F3F3F. Windows color (decimal): -7861859 or 10291592. OLE color: 10291592.

HSL color Cylindrical-coordinate representation of color #88099D: hue angle of 291.49º 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 #88099D is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 9 157 -
CMYK 0.13 0.94 0 0.38
HSL 291.49º 0.89% 0.33% -
HSV(B) 291.49º 0.94% 0.62% -
XYZ 16.34 7.86 32.56 -
YUV 63.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 136 9 157 0.13 0.94 0 0.38 291.49 0.89 0.33
Hex 88 9 9D D 5E 0 26 123 59 21
Octal 210 11 235 15 136 0 46 443 131 41
Binary 10001000 1001 10011101 1101 1011110 0 100110 100100011 1011001 100001

Color Harmonies of #88099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88099D

Black with #88099D

Text Example


Text Example

White with #88099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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