#88166F

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

Shades of Dark Purple #88166F

Tints of Dark Purple #88166F

Color information

#88166F (or 0x88166F) is unknown color: approx Dark Purple. HEX triplet: 88, 16 and 6F. RGB value is (136,22,111). Sum of RGB (Red+Green+Blue) = 136+22+111=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88166F is #77E990. Grayscale: #414141. Windows color (decimal): -7858577 or 7280264. OLE color: 7280264.

HSL color Cylindrical-coordinate representation of color #88166F: hue angle of 313.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88166F is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13622111-
CMYK00.840.180.47
HSL313.16º72.15%30.98%-
HSV(B)313.16º83.82%53.33%-
XYZ13.316.9615.68-
YUV66.23153.27177.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 22 (8.98% from 255) = 8.18%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=50.56%
G=8.18%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362211100.840.180.47313.1672.1530.98
Hex88166F054122F139481f
Octal210261570124225747111037
Binary100010001011011011110101010010010101111100111001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,22,111); }

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

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

 a { background-color: rgb(136,22,111); }

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

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

 span { border-color: rgb(136,22,111); }

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