#88539A

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

Shades of Affair #88539A

Tints of Affair #88539A

Color information

#88539A (or 0x88539A) is unknown color: approx Affair. HEX triplet: 88, 53 and 9A. RGB value is (136,83,154). Sum of RGB (Red+Green+Blue) = 136+83+154=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #88539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88539A is #77AC65. Grayscale: #6A6A6A. Windows color (decimal): -7842918 or 10113928. OLE color: 10113928.

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

Color convert

RGB13683154-
CMYK0.120.4600.40
HSL284.79º29.96%46.47%-
HSV(B)284.79º46.1%60.39%-
XYZ19.0813.7532.22-
YUV106.94154.56148.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=36.46%
G=22.25%
B=41.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136831540.120.4600.40284.7929.9646.47
Hex88539AC2E02811d1e2e
Octal21012323214560504353656
Binary100010001010011100110101100101110010100010001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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