#835490

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

Shades of Affair #835490

Tints of Affair #835490

Color information

#835490 (or 0x835490) is unknown color: approx Affair. HEX triplet: 83, 54 and 90. RGB value is (131,84,144). Sum of RGB (Red+Green+Blue) = 131+84+144=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #835490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835490 is #7CAB6F. Grayscale: #686868. Windows color (decimal): -8170352 or 9458819. OLE color: 9458819.

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

Color convert

RGB13184144-
CMYK0.090.4200.44
HSL287º26.32%44.71%-
HSV(B)287º41.67%56.47%-
XYZ17.5613.1828-
YUV104.89150.07146.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=36.49%
G=23.40%
B=40.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131841440.090.4200.4428726.3244.71
Hex83549092A02C11f1a2d
Octal20312422011520544373255
Binary100000111010100100100001001101010010110010001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835490; }

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

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

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

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

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

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

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

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