#88117C

Color #88117C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #88117C

Tints of Dark Purple #88117C

Color information

#88117C (or 0x88117C) is unknown color: approx Dark Purple. HEX triplet: 88, 11 and 7C. RGB value is (136,17,124). Sum of RGB (Red+Green+Blue) = 136+17+124=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88117C is #77EE83. Grayscale: #404040. Windows color (decimal): -7859844 or 8130952. OLE color: 8130952.

HSL color Cylindrical-coordinate representation of color #88117C: hue angle of 306.05º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88117C is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13617124-
CMYK00.870.090.47
HSL306.05º77.78%30%-
HSV(B)306.05º87.5%53.33%-
XYZ13.997.0919.7-
YUV64.78161.42178.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 17 (7.03% from 255) = 6.14%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=49.10%
G=6.14%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361712400.870.090.47306.0577.7830
Hex88117C05792F1324e1e
Octal210211740127115746211636
Binary10001000100011111100010101111001101111100110010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88117C; }

 p { color: rgb(136,17,124); }

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

<style>
 a { background-color: #88117C; }

 a { background-color: rgb(136,17,124); }

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

<style>
 span { border-color: #88117C; }

 span { border-color: rgb(136,17,124); }

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