#88357D

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

Shades of Dark Purple #88357D

Tints of Dark Purple #88357D

Color information

#88357D (or 0x88357D) is unknown color: approx Dark Purple. HEX triplet: 88, 35 and 7D. RGB value is (136,53,125). Sum of RGB (Red+Green+Blue) = 136+53+125=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88357D is #77CA82. Grayscale: #555555. Windows color (decimal): -7850627 or 8205704. OLE color: 8205704.

HSL color Cylindrical-coordinate representation of color #88357D: hue angle of 307.95º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88357D is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13653125-
CMYK00.610.080.47
HSL307.95º43.92%37.06%-
HSV(B)307.95º61.03%53.33%-
XYZ15.139.2620.39-
YUV86.02150163.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=43.31%
G=16.88%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365312500.610.080.47307.9543.9237.06
Hex88357D03D82F1342c25
Octal2106517507510574645445
Binary10001000110101111110101111011000101111100110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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