#88136F

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

Shades of Dark Purple #88136F

Tints of Dark Purple #88136F

Color information

#88136F (or 0x88136F) is unknown color: approx Dark Purple. HEX triplet: 88, 13 and 6F. RGB value is (136,19,111). Sum of RGB (Red+Green+Blue) = 136+19+111=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88136F is #77EC90. Grayscale: #404040. Windows color (decimal): -7859345 or 7279496. OLE color: 7279496.

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

Color convert

RGB13619111-
CMYK00.860.180.47
HSL312.82º75.48%30.39%-
HSV(B)312.82º86.03%53.33%-
XYZ13.266.8515.66-
YUV64.47154.26179.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 19 (7.81% from 255) = 7.14%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=51.13%
G=7.14%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361911100.860.180.47312.8275.4830.39
Hex88136F056122F1394b1e
Octal210231570126225747111336
Binary100010001001111011110101011010010101111100111001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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