#88559D

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

Shades of Affair #88559D

Tints of Affair #88559D

Color information

#88559D (or 0x88559D) is unknown color: approx Affair. HEX triplet: 88, 55 and 9D. RGB value is (136,85,157). Sum of RGB (Red+Green+Blue) = 136+85+157=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #88559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88559D is #77AA62. Grayscale: #6C6C6C. Windows color (decimal): -7842403 or 10311048. OLE color: 10311048.

HSL color Cylindrical-coordinate representation of color #88559D: hue angle of 282.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88559D is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13685157-
CMYK0.130.4600.38
HSL282.5º29.75%47.45%-
HSV(B)282.5º45.86%61.57%-
XYZ19.4914.1733.61-
YUV108.46155.4147.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=35.98%
G=22.49%
B=41.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136851570.130.4600.38282.529.7547.45
Hex88559DD2E02611a1e2f
Octal21012523515560464323657
Binary100010001010101100111011101101110010011010001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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