#88287E

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

Shades of Dark Purple #88287E

Tints of Dark Purple #88287E

Color information

#88287E (or 0x88287E) is unknown color: approx Dark Purple. HEX triplet: 88, 28 and 7E. RGB value is (136,40,126). Sum of RGB (Red+Green+Blue) = 136+40+126=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #88287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88287E is #77D781. Grayscale: #4E4E4E. Windows color (decimal): -7853954 or 8267912. OLE color: 8267912.

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

Color convert

RGB13640126-
CMYK00.710.070.47
HSL306.25º54.55%34.51%-
HSV(B)306.25º70.59%53.33%-
XYZ14.688.2620.56-
YUV78.51154.8169.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 40 (16.02% from 255) = 13.25%
BLUE value IS 126 (49.61% from 255) = 41.72%
R=45.03%
G=13.25%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364012600.710.070.47306.2554.5534.51
Hex88287E04772F1323723
Octal2105017601077574626743
Binary10001000101000111111001000111111101111100110010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88287E; }

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

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

<style>
 a { background-color: #88287E; }

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

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

<style>
 span { border-color: #88287E; }

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

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