#835290

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

Shades of Affair #835290

Tints of Affair #835290

Color information

#835290 (or 0x835290) is unknown color: approx Affair. HEX triplet: 83, 52 and 90. RGB value is (131,82,144). Sum of RGB (Red+Green+Blue) = 131+82+144=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #835290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835290 is #7CAD6F. Grayscale: #676767. Windows color (decimal): -8170864 or 9458307. OLE color: 9458307.

HSL color Cylindrical-coordinate representation of color #835290: hue angle of 287.42º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #835290 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13182144-
CMYK0.090.4300.44
HSL287.42º27.43%44.31%-
HSV(B)287.42º43.06%56.47%-
XYZ17.4112.8727.95-
YUV103.72150.73147.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=36.69%
G=22.97%
B=40.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131821440.090.4300.44287.4227.4344.31
Hex83529092B02C11f1b2c
Octal20312222011530544373354
Binary100000111010010100100001001101011010110010001111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835290; }

 p { color: rgb(131,82,144); }

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

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

 a { background-color: rgb(131,82,144); }

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

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

 span { border-color: rgb(131,82,144); }

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