#835590

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

Shades of Affair #835590

Tints of Affair #835590

Color information

#835590 (or 0x835590) is unknown color: approx Affair. HEX triplet: 83, 55 and 90. RGB value is (131,85,144). Sum of RGB (Red+Green+Blue) = 131+85+144=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #835590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835590 is #7CAA6F. Grayscale: #696969. Windows color (decimal): -8170096 or 9459075. OLE color: 9459075.

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

Color convert

RGB13185144-
CMYK0.090.4100.44
HSL286.78º25.76%44.9%-
HSV(B)286.78º40.97%56.47%-
XYZ17.6413.3428.03-
YUV105.48149.74146.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 144 (56.64% from 255) = 40%
R=36.39%
G=23.61%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131851440.090.4100.44286.7825.7644.9
Hex83559092902C11f1a2d
Octal20312522011510544373255
Binary100000111010101100100001001101001010110010001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835590; }

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

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

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

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

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

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

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

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