#88217C

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

Shades of Dark Purple #88217C

Tints of Dark Purple #88217C

Color information

#88217C (or 0x88217C) is unknown color: approx Dark Purple. HEX triplet: 88, 21 and 7C. RGB value is (136,33,124). Sum of RGB (Red+Green+Blue) = 136+33+124=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88217C is #77DE83. Grayscale: #494949. Windows color (decimal): -7855748 or 8135048. OLE color: 8135048.

HSL color Cylindrical-coordinate representation of color #88217C: hue angle of 306.99º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88217C is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13633124-
CMYK00.760.090.47
HSL306.99º60.95%33.14%-
HSV(B)306.99º75.74%53.33%-
XYZ14.347.7819.81-
YUV74.17156.12172.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=46.42%
G=11.26%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363312400.760.090.47306.9960.9533.14
Hex88217C04C92F1333d21
Octal21041174011411574637541
Binary100010001000011111100010011001001101111100110011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88217C; }

 p { color: rgb(136,33,124); }

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

<style>
 a { background-color: #88217C; }

 a { background-color: rgb(136,33,124); }

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

<style>
 span { border-color: #88217C; }

 span { border-color: rgb(136,33,124); }

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