#88009F

Color #88009F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #88009F

Tints of Dark Magenta #88009F

Color information

#88009F (or 0x88009F) is unknown color: approx Dark Magenta. HEX triplet: 88, 00 and 9F. RGB value is (136,0,159). Sum of RGB (Red+Green+Blue) = 136+0+159=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #88009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88009F is #77FF60. Grayscale: #3A3A3A. Windows color (decimal): -7864161 or 10420360. OLE color: 10420360.

HSL color Cylindrical-coordinate representation of color #88009F: hue angle of 291.32º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88009F is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1360159-
CMYK0.14100.38
HSL291.32º100%31.18%-
HSV(B)291.32º100%62.35%-
XYZ16.417.7433.43-
YUV58.79184.56183.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=46.10%
G=0%
B=53.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13601590.14100.38291.3210031.18
Hex8809FE64026123641f
Octal21002371614404644314437
Binary10001000010011111111011001000100110100100011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88009F;
 }
 .AnyTagClassName
 {
   color: #88009F;
 }
</style>
background-color css

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

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

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

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

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

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