#88286D

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

Shades of Dark Purple #88286D

Tints of Dark Purple #88286D

Color information

#88286D (or 0x88286D) is unknown color: approx Dark Purple. HEX triplet: 88, 28 and 6D. RGB value is (136,40,109). Sum of RGB (Red+Green+Blue) = 136+40+109=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88286D is #77D792. Grayscale: #4C4C4C. Windows color (decimal): -7853971 or 7153800. OLE color: 7153800.

HSL color Cylindrical-coordinate representation of color #88286D: hue angle of 316.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88286D is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13640109-
CMYK00.710.200.47
HSL316.88º54.55%34.51%-
HSV(B)316.88º70.59%53.33%-
XYZ13.677.8615.26-
YUV76.57146.3170.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=47.72%
G=14.04%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364010900.710.200.47316.8854.5534.51
Hex88286D047142F13d3723
Octal21050155010724574756743
Binary1000100010100011011010100011110100101111100111101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88286D; }

 p { color: rgb(136,40,109); }

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

<style>
 a { background-color: #88286D; }

 a { background-color: rgb(136,40,109); }

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

<style>
 span { border-color: #88286D; }

 span { border-color: rgb(136,40,109); }

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