#88167F

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

Shades of Dark Purple #88167F

Tints of Dark Purple #88167F

Color information

#88167F (or 0x88167F) is unknown color: approx Dark Purple. HEX triplet: 88, 16 and 7F. RGB value is (136,22,127). Sum of RGB (Red+Green+Blue) = 136+22+127=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88167F is #77E980. Grayscale: #434343. Windows color (decimal): -7858561 or 8328840. OLE color: 8328840.

HSL color Cylindrical-coordinate representation of color #88167F: hue angle of 304.74º 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 #88167F is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13622127-
CMYK00.840.070.47
HSL304.74º72.15%30.98%-
HSV(B)304.74º83.82%53.33%-
XYZ14.277.3420.74-
YUV68.06161.27176.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 22 (8.98% from 255) = 7.72%
BLUE value IS 127 (50% from 255) = 44.56%
R=47.72%
G=7.72%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362212700.840.070.47304.7472.1530.98
Hex88167F05472F131481f
Octal21026177012475746111037
Binary1000100010110111111101010100111101111100110001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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