#88579A

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

Shades of Affair #88579A

Tints of Affair #88579A

Color information

#88579A (or 0x88579A) is unknown color: approx Affair. HEX triplet: 88, 57 and 9A. RGB value is (136,87,154). Sum of RGB (Red+Green+Blue) = 136+87+154=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #88579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88579A is #77A865. Grayscale: #6D6D6D. Windows color (decimal): -7841894 or 10114952. OLE color: 10114952.

HSL color Cylindrical-coordinate representation of color #88579A: hue angle of 283.88º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88579A is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13687154-
CMYK0.120.4400.40
HSL283.88º27.8%47.25%-
HSV(B)283.88º43.51%60.39%-
XYZ19.3914.3832.33-
YUV109.29153.23147.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=36.07%
G=23.08%
B=40.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136871540.120.4400.40283.8827.847.25
Hex88579AC2C02811c1c2f
Octal21012723214540504343457
Binary100010001010111100110101100101100010100010001110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,87,154); }

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

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

 a { background-color: rgb(136,87,154); }

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

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

 span { border-color: rgb(136,87,154); }

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