#88356D

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

Shades of Dark Purple #88356D

Tints of Dark Purple #88356D

Color information

#88356D (or 0x88356D) is unknown color: approx Dark Purple. HEX triplet: 88, 35 and 6D. RGB value is (136,53,109). Sum of RGB (Red+Green+Blue) = 136+53+109=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88356D is #77CA92. Grayscale: #545454. Windows color (decimal): -7850643 or 7157128. OLE color: 7157128.

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

Color convert

RGB13653109-
CMYK00.610.200.47
HSL319.52º43.92%37.06%-
HSV(B)319.52º61.03%53.33%-
XYZ14.198.8815.44-
YUV84.2142164.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=45.64%
G=17.79%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365310900.610.200.47319.5243.9237.06
Hex88356D03D142F1402c25
Octal2106515507524575005445
Binary100010001101011101101011110110100101111101000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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