#835593

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

Shades of Affair #835593

Tints of Affair #835593

Color information

#835593 (or 0x835593) is unknown color: approx Affair. HEX triplet: 83, 55 and 93. RGB value is (131,85,147). Sum of RGB (Red+Green+Blue) = 131+85+147=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #835593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835593 is #7CAA6C. Grayscale: #696969. Windows color (decimal): -8170093 or 9655683. OLE color: 9655683.

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

Color convert

RGB13185147-
CMYK0.110.4200.42
HSL284.52º26.72%45.49%-
HSV(B)284.52º42.18%57.65%-
XYZ17.8813.4329.25-
YUV105.82151.24145.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=36.09%
G=23.42%
B=40.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131851470.110.4200.42284.5226.7245.49
Hex835593B2A02A11d1b2d
Octal20312522313520524353355
Binary100000111010101100100111011101010010101010001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835593; }

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

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

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

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

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

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

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

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