#835497

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

Shades of Affair #835497

Tints of Affair #835497

Color information

#835497 (or 0x835497) is unknown color: approx Affair. HEX triplet: 83, 54 and 97. RGB value is (131,84,151). Sum of RGB (Red+Green+Blue) = 131+84+151=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #835497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835497 is #7CAB68. Grayscale: #696969. Windows color (decimal): -8170345 or 9917571. OLE color: 9917571.

HSL color Cylindrical-coordinate representation of color #835497: hue angle of 282.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835497 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13184151-
CMYK0.130.4400.41
HSL282.09º28.51%46.08%-
HSV(B)282.09º44.37%59.22%-
XYZ18.1213.430.91-
YUV105.69153.57146.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=35.79%
G=22.95%
B=41.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131841510.130.4400.41282.0928.5146.08
Hex835497D2C02911a1d2e
Octal20312422715540514323556
Binary100000111010100100101111101101100010100110001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835497; }

 p { color: rgb(131,84,151); }

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

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

 a { background-color: rgb(131,84,151); }

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

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

 span { border-color: rgb(131,84,151); }

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