#835492

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

Shades of Affair #835492

Tints of Affair #835492

Color information

#835492 (or 0x835492) is unknown color: approx Affair. HEX triplet: 83, 54 and 92. RGB value is (131,84,146). Sum of RGB (Red+Green+Blue) = 131+84+146=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #835492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835492 is #7CAB6D. Grayscale: #686868. Windows color (decimal): -8170350 or 9589891. OLE color: 9589891.

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

Color convert

RGB13184146-
CMYK0.100.4200.43
HSL285.48º26.96%45.1%-
HSV(B)285.48º42.47%57.25%-
XYZ17.7213.2428.82-
YUV105.12151.07146.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=36.29%
G=23.27%
B=40.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131841460.100.4200.43285.4826.9645.1
Hex835492A2A02B11d1b2d
Octal20312422212520534353355
Binary100000111010100100100101010101010010101110001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835492; }

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

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

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

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

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

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

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

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