#835696

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

Shades of Affair #835696

Tints of Affair #835696

Color information

#835696 (or 0x835696) is unknown color: approx Affair. HEX triplet: 83, 56 and 96. RGB value is (131,86,150). Sum of RGB (Red+Green+Blue) = 131+86+150=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #835696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835696 is #7CA969. Grayscale: #6A6A6A. Windows color (decimal): -8169834 or 9852547. OLE color: 9852547.

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

Color convert

RGB13186150-
CMYK0.130.4300.41
HSL282.19º27.12%46.27%-
HSV(B)282.19º42.67%58.82%-
XYZ18.1913.6830.54-
YUV106.75152.41145.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=35.69%
G=23.43%
B=40.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131861500.130.4300.41282.1927.1246.27
Hex835696D2B02911a1b2e
Octal20312622615530514323356
Binary100000111010110100101101101101011010100110001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835696; }

 p { color: rgb(131,86,150); }

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

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

 a { background-color: rgb(131,86,150); }

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

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

 span { border-color: rgb(131,86,150); }

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