#836192

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

Shades of Affair #836192

Tints of Affair #836192

Color information

#836192 (or 0x836192) is unknown color: approx Affair. HEX triplet: 83, 61 and 92. RGB value is (131,97,146). Sum of RGB (Red+Green+Blue) = 131+97+146=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #836192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836192 is #7C9E6D. Grayscale: #707070. Windows color (decimal): -8167022 or 9593219. OLE color: 9593219.

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

Color convert

RGB13197146-
CMYK0.100.3400.43
HSL281.63º20.16%47.65%-
HSV(B)281.63º33.56%57.25%-
XYZ18.8215.4529.18-
YUV112.75146.76141.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=35.03%
G=25.94%
B=39.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131971460.100.3400.43281.6320.1647.65
Hex836192A2202B11a1430
Octal20314122212420534322460
Binary100000111100001100100101010100010010101110001101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836192; }

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

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

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

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

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

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

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

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