#88257C

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

Shades of Dark Purple #88257C

Tints of Dark Purple #88257C

Color information

#88257C (or 0x88257C) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 7C. RGB value is (136,37,124). Sum of RGB (Red+Green+Blue) = 136+37+124=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88257C is #77DA83. Grayscale: #4C4C4C. Windows color (decimal): -7854724 or 8136072. OLE color: 8136072.

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

Color convert

RGB13637124-
CMYK00.730.090.47
HSL307.27º57.23%33.92%-
HSV(B)307.27º72.79%53.33%-
XYZ14.458.0119.85-
YUV76.52154.8170.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 37 (14.84% from 255) = 12.46%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=45.79%
G=12.46%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363712400.730.090.47307.2757.2333.92
Hex88257C04992F1333922
Octal21045174011111574637142
Binary100010001001011111100010010011001101111100110011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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