#88356C

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

Shades of Dark Purple #88356C

Tints of Dark Purple #88356C

Color information

#88356C (or 0x88356C) is unknown color: approx Dark Purple. HEX triplet: 88, 35 and 6C. RGB value is (136,53,108). Sum of RGB (Red+Green+Blue) = 136+53+108=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88356C is #77CA93. Grayscale: #535353. Windows color (decimal): -7850644 or 7091592. OLE color: 7091592.

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

Color convert

RGB13653108-
CMYK00.610.210.47
HSL320.24º43.92%37.06%-
HSV(B)320.24º61.03%53.33%-
XYZ14.138.8615.15-
YUV84.09141.5165.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=45.79%
G=17.85%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365310800.610.210.47320.2443.9237.06
Hex88356C03D152F1402c25
Octal2106515407525575005445
Binary100010001101011101100011110110101101111101000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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