#835795

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

Shades of Affair #835795

Tints of Affair #835795

Color information

#835795 (or 0x835795) is unknown color: approx Affair. HEX triplet: 83, 57 and 95. RGB value is (131,87,149). Sum of RGB (Red+Green+Blue) = 131+87+149=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #835795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835795 is #7CA86A. Grayscale: #6B6B6B. Windows color (decimal): -8169579 or 9787267. OLE color: 9787267.

HSL color Cylindrical-coordinate representation of color #835795: hue angle of 282.58º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835795 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13187149-
CMYK0.120.4200.42
HSL282.58º26.27%46.27%-
HSV(B)282.58º41.61%58.43%-
XYZ18.1913.8130.14-
YUV107.22151.58144.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 149 (58.59% from 255) = 40.60%
R=35.69%
G=23.71%
B=40.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131871490.120.4200.42282.5826.2746.27
Hex835795C2A02A11b1a2e
Octal20312722514520524333256
Binary100000111010111100101011100101010010101010001101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835795; }

 p { color: rgb(131,87,149); }

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

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

 a { background-color: rgb(131,87,149); }

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

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

 span { border-color: rgb(131,87,149); }

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