#836392

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

Shades of Affair #836392

Tints of Affair #836392

Color information

#836392 (or 0x836392) is unknown color: approx Affair. HEX triplet: 83, 63 and 92. RGB value is (131,99,146). Sum of RGB (Red+Green+Blue) = 131+99+146=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #836392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836392 is #7C9C6D. Grayscale: #717171. Windows color (decimal): -8166510 or 9593731. OLE color: 9593731.

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

Color convert

RGB13199146-
CMYK0.100.3200.43
HSL280.85º19.18%48.04%-
HSV(B)280.85º32.19%57.25%-
XYZ19.0115.8229.25-
YUV113.93146.1140.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=34.84%
G=26.33%
B=38.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131991460.100.3200.43280.8519.1848.04
Hex836392A2002B1191330
Octal20314322212400534312360
Binary100000111100011100100101010100000010101110001100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836392; }

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

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

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

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

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

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

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

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