#88257D

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

Shades of Dark Purple #88257D

Tints of Dark Purple #88257D

Color information

#88257D (or 0x88257D) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 7D. RGB value is (136,37,125). Sum of RGB (Red+Green+Blue) = 136+37+125=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88257D is #77DA82. Grayscale: #4C4C4C. Windows color (decimal): -7854723 or 8201608. OLE color: 8201608.

HSL color Cylindrical-coordinate representation of color #88257D: hue angle of 306.67º 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 #88257D is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13637125-
CMYK00.730.080.47
HSL306.67º57.23%33.92%-
HSV(B)306.67º72.79%53.33%-
XYZ14.528.0420.19-
YUV76.63155.3170.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=45.64%
G=12.42%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363712500.730.080.47306.6757.2333.92
Hex88257D04982F1333922
Octal21045175011110574637142
Binary100010001001011111101010010011000101111100110011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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