#835292

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

Shades of Affair #835292

Tints of Affair #835292

Color information

#835292 (or 0x835292) is unknown color: approx Affair. HEX triplet: 83, 52 and 92. RGB value is (131,82,146). Sum of RGB (Red+Green+Blue) = 131+82+146=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #835292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835292 is #7CAD6D. Grayscale: #676767. Windows color (decimal): -8170862 or 9589379. OLE color: 9589379.

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

Color convert

RGB13182146-
CMYK0.100.4400.43
HSL285.94º28.07%44.71%-
HSV(B)285.94º43.84%57.25%-
XYZ17.5712.9428.77-
YUV103.95151.73147.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=36.49%
G=22.84%
B=40.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131821460.100.4400.43285.9428.0744.71
Hex835292A2C02B11e1c2d
Octal20312222212540534363455
Binary100000111010010100100101010101100010101110001111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835292; }

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

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

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

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

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

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

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

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