#835496

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

Shades of Affair #835496

Tints of Affair #835496

Color information

#835496 (or 0x835496) is unknown color: approx Affair. HEX triplet: 83, 54 and 96. RGB value is (131,84,150). Sum of RGB (Red+Green+Blue) = 131+84+150=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #835496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835496 is #7CAB69. Grayscale: #696969. Windows color (decimal): -8170346 or 9852035. OLE color: 9852035.

HSL color Cylindrical-coordinate representation of color #835496: hue angle of 282.73º degrees, saturation: 0.28, 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 #835496 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13184150-
CMYK0.130.4400.41
HSL282.73º28.21%45.88%-
HSV(B)282.73º44%58.82%-
XYZ18.0413.3730.48-
YUV105.58153.07146.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=35.89%
G=23.01%
B=41.10%

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
Decimal131841500.130.4400.41282.7328.2145.88
Hex835496D2C02911b1c2e
Octal20312422615540514333456
Binary100000111010100100101101101101100010100110001101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835496; }

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

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

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

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

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

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

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

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