#83529A

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

Shades of Affair #83529A

Tints of Affair #83529A

Color information

#83529A (or 0x83529A) is unknown color: approx Affair. HEX triplet: 83, 52 and 9A. RGB value is (131,82,154). Sum of RGB (Red+Green+Blue) = 131+82+154=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #83529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83529A is #7CAD65. Grayscale: #686868. Windows color (decimal): -8170854 or 10113667. OLE color: 10113667.

HSL color Cylindrical-coordinate representation of color #83529A: hue angle of 280.83º 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 #83529A is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13182154-
CMYK0.150.4700.40
HSL280.83º30.51%46.27%-
HSV(B)280.83º46.75%60.39%-
XYZ18.2113.1932.16-
YUV104.86155.73146.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=35.69%
G=22.34%
B=41.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131821540.150.4700.40280.8330.5146.27
Hex83529AF2F0281191f2e
Octal20312223217570504313756
Binary100000111010010100110101111101111010100010001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,82,154); }

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

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

 a { background-color: rgb(131,82,154); }

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

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

 span { border-color: rgb(131,82,154); }

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