#88357A

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

Shades of Dark Purple #88357A

Tints of Dark Purple #88357A

Color information

#88357A (or 0x88357A) is unknown color: approx Dark Purple. HEX triplet: 88, 35 and 7A. RGB value is (136,53,122). Sum of RGB (Red+Green+Blue) = 136+53+122=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88357A is #77CA85. Grayscale: #555555. Windows color (decimal): -7850630 or 8009096. OLE color: 8009096.

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

Color convert

RGB13653122-
CMYK00.610.100.47
HSL310.12º43.92%37.06%-
HSV(B)310.12º61.03%53.33%-
XYZ14.949.1919.4-
YUV85.68148.5163.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=43.73%
G=17.04%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365312200.610.100.47310.1243.9237.06
Hex88357A03DA2F1362c25
Octal2106517207512574665445
Binary10001000110101111101001111011010101111100110110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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