#85519A

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

Shades of Affair #85519A

Tints of Affair #85519A

Color information

#85519A (or 0x85519A) is unknown color: approx Affair. HEX triplet: 85, 51 and 9A. RGB value is (133,81,154). Sum of RGB (Red+Green+Blue) = 133+81+154=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #85519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85519A is #7AAE65. Grayscale: #686868. Windows color (decimal): -8040038 or 10113413. OLE color: 10113413.

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

Color convert

RGB13381154-
CMYK0.140.4700.40
HSL282.74º31.06%46.08%-
HSV(B)282.74º47.4%60.39%-
XYZ18.4513.232.15-
YUV104.87155.73148.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=36.14%
G=22.01%
B=41.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133811540.140.4700.40282.7431.0646.08
Hex85519AE2F02811b1f2e
Octal20512123216570504333756
Binary100001011010001100110101110101111010100010001101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,81,154); }

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

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

 a { background-color: rgb(133,81,154); }

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

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

 span { border-color: rgb(133,81,154); }

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