#83519A

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

Shades of Affair #83519A

Tints of Affair #83519A

Color information

#83519A (or 0x83519A) is unknown color: approx Affair. HEX triplet: 83, 51 and 9A. RGB value is (131,81,154). Sum of RGB (Red+Green+Blue) = 131+81+154=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #83519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83519A is #7CAE65. Grayscale: #686868. Windows color (decimal): -8171110 or 10113411. OLE color: 10113411.

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

Color convert

RGB13181154-
CMYK0.150.4700.40
HSL281.1º31.06%46.08%-
HSV(B)281.1º47.4%60.39%-
XYZ18.1413.0432.13-
YUV104.27156.06147.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=35.79%
G=22.13%
B=42.08%

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
Decimal131811540.150.4700.40281.131.0646.08
Hex83519AF2F0281191f2e
Octal20312123217570504313756
Binary100000111010001100110101111101111010100010001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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