#835190

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

Shades of Affair #835190

Tints of Affair #835190

Color information

#835190 (or 0x835190) is unknown color: approx Affair. HEX triplet: 83, 51 and 90. RGB value is (131,81,144). Sum of RGB (Red+Green+Blue) = 131+81+144=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #835190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835190 is #7CAE6F. Grayscale: #666666. Windows color (decimal): -8171120 or 9458051. OLE color: 9458051.

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

Color convert

RGB13181144-
CMYK0.090.4400.44
HSL287.62º28%44.12%-
HSV(B)287.62º43.75%56.47%-
XYZ17.3412.7227.93-
YUV103.13151.06147.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=36.80%
G=22.75%
B=40.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131811440.090.4400.44287.622844.12
Hex83519092C02C1201c2c
Octal20312122011540544403454
Binary100000111010001100100001001101100010110010010000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835190; }

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

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

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

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

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

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

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

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