Html Css Color HEX #88099F Dark Magenta

📋 copy color: '#88099F'

red 136 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #88099F

Tints of Dark Magenta #88099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 44.74%
G = 2.96%
B = 52.3%

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

#88099F (or 0x88099F) is known color: Dark Magenta. HEX triplet: 88, 09 and 9F. RGB value is (136,9,159). Sum of RGB (Red+Green+Blue) = 136+9+159=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #88099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88099F is #77F660. Grayscale: #3F3F3F. Windows color (decimal): -7861857 or 10422664. OLE color: 10422664.

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

Color convert

RGB 136 9 159 -
CMYK 0.14 0.94 0 0.38
HSL 290.8º 0.89% 0.33% -
HSV(B) 290.8º 0.94% 0.62% -
XYZ 16.51 7.93 33.46 -
YUV 64.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 136 9 159 0.14 0.94 0 0.38 290.8 0.89 0.33
Hex 88 9 9F E 5E 0 26 123 59 21
Octal 210 11 237 16 136 0 46 443 131 41
Binary 10001000 1001 10011111 1110 1011110 0 100110 100100011 1011001 100001

Color Harmonies of #88099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88099F

Black with #88099F

Text Example


Text Example

White with #88099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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