#88139A

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

Shades of Dark Magenta #88139A

Tints of Dark Magenta #88139A

Color information

#88139A (or 0x88139A) is unknown color: approx Dark Magenta. HEX triplet: 88, 13 and 9A. RGB value is (136,19,154). Sum of RGB (Red+Green+Blue) = 136+19+154=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #88139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88139A is #77EC65. Grayscale: #444444. Windows color (decimal): -7859302 or 10097544. OLE color: 10097544.

HSL color Cylindrical-coordinate representation of color #88139A: hue angle of 292º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88139A is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13619154-
CMYK0.120.8800.40
HSL292º78.03%33.92%-
HSV(B)292º87.66%60.39%-
XYZ16.228.0331.27-
YUV69.37175.76175.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 19 (7.81% from 255) = 6.15%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=44.01%
G=6.15%
B=49.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136191540.120.8800.4029278.0333.92
Hex88139AC580281244e22
Octal210232321413005044411642
Binary1000100010011100110101100101100001010001001001001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88139A; }

 p { color: rgb(136,19,154); }

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

<style>
 a { background-color: #88139A; }

 a { background-color: rgb(136,19,154); }

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

<style>
 span { border-color: #88139A; }

 span { border-color: rgb(136,19,154); }

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