#88559B

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

Shades of Affair #88559B

Tints of Affair #88559B

Color information

#88559B (or 0x88559B) is unknown color: approx Affair. HEX triplet: 88, 55 and 9B. RGB value is (136,85,155). Sum of RGB (Red+Green+Blue) = 136+85+155=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #88559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88559B is #77AA64. Grayscale: #6B6B6B. Windows color (decimal): -7842405 or 10179976. OLE color: 10179976.

HSL color Cylindrical-coordinate representation of color #88559B: hue angle of 283.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88559B is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13685155-
CMYK0.120.4500.39
HSL283.71º29.17%47.06%-
HSV(B)283.71º45.16%60.78%-
XYZ19.3214.132.71-
YUV108.23154.4147.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=36.17%
G=22.61%
B=41.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136851550.120.4500.39283.7129.1747.06
Hex88559BC2D02711c1d2f
Octal21012523314550474343557
Binary100010001010101100110111100101101010011110001110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88559B; }

 p { color: rgb(136,85,155); }

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

<style>
 a { background-color: #88559B; }

 a { background-color: rgb(136,85,155); }

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

<style>
 span { border-color: #88559B; }

 span { border-color: rgb(136,85,155); }

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