#835392

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

Shades of Affair #835392

Tints of Affair #835392

Color information

#835392 (or 0x835392) is unknown color: approx Affair. HEX triplet: 83, 53 and 92. RGB value is (131,83,146). Sum of RGB (Red+Green+Blue) = 131+83+146=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #835392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835392 is #7CAC6D. Grayscale: #686868. Windows color (decimal): -8170606 or 9589635. OLE color: 9589635.

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

Color convert

RGB13183146-
CMYK0.100.4300.43
HSL285.71º27.51%44.9%-
HSV(B)285.71º43.15%57.25%-
XYZ17.6413.0928.79-
YUV104.53151.4146.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=36.39%
G=23.06%
B=40.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131831460.100.4300.43285.7127.5144.9
Hex835392A2B02B11e1c2d
Octal20312322212530534363455
Binary100000111010011100100101010101011010101110001111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835392; }

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

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

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

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

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

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

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

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