#86529C

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

Shades of Affair #86529C

Tints of Affair #86529C

Color information

#86529C (or 0x86529C) is unknown color: approx Affair. HEX triplet: 86, 52 and 9C. RGB value is (134,82,156). Sum of RGB (Red+Green+Blue) = 134+82+156=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #86529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86529C is #79AD63. Grayscale: #696969. Windows color (decimal): -7974244 or 10244742. OLE color: 10244742.

HSL color Cylindrical-coordinate representation of color #86529C: hue angle of 282.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86529C is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13482156-
CMYK0.140.4700.39
HSL282.16º31.09%46.67%-
HSV(B)282.16º47.44%61.18%-
XYZ18.8513.533.07-
YUV105.98156.23147.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=36.02%
G=22.04%
B=41.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134821560.140.4700.39282.1631.0946.67
Hex86529CE2F02711a1f2f
Octal20612223416570474323757
Binary100001101010010100111001110101111010011110001101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86529C; }

 p { color: rgb(134,82,156); }

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

<style>
 a { background-color: #86529C; }

 a { background-color: rgb(134,82,156); }

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

<style>
 span { border-color: #86529C; }

 span { border-color: rgb(134,82,156); }

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