#88159A

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

Shades of Dark Magenta #88159A

Tints of Dark Magenta #88159A

Color information

#88159A (or 0x88159A) is unknown color: approx Dark Magenta. HEX triplet: 88, 15 and 9A. RGB value is (136,21,154). Sum of RGB (Red+Green+Blue) = 136+21+154=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #88159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88159A is #77EA65. Grayscale: #464646. Windows color (decimal): -7858790 or 10098056. OLE color: 10098056.

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

Color convert

RGB13621154-
CMYK0.120.8600.40
HSL291.88º76%34.31%-
HSV(B)291.88º86.36%60.39%-
XYZ16.258.131.28-
YUV70.55175.1174.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 154 (60.55% from 255) = 49.52%
R=43.73%
G=6.75%
B=49.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136211540.120.8600.40291.887634.31
Hex88159AC560281244c22
Octal210252321412605044411442
Binary1000100010101100110101100101011001010001001001001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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