#836091

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

Shades of Affair #836091

Tints of Affair #836091

Color information

#836091 (or 0x836091) is unknown color: approx Affair. HEX triplet: 83, 60 and 91. RGB value is (131,96,145). Sum of RGB (Red+Green+Blue) = 131+96+145=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #836091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836091 is #7C9F6E. Grayscale: #6F6F6F. Windows color (decimal): -8167279 or 9527427. OLE color: 9527427.

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

Color convert

RGB13196145-
CMYK0.100.3400.43
HSL282.86º20.33%47.25%-
HSV(B)282.86º33.79%56.86%-
XYZ18.6515.2428.75-
YUV112.05146.6141.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=35.22%
G=25.81%
B=38.98%

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
Decimal131961450.100.3400.43282.8620.3347.25
Hex836091A2202B11b142f
Octal20314022112420534332457
Binary100000111100000100100011010100010010101110001101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836091; }

 p { color: rgb(131,96,145); }

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

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

 a { background-color: rgb(131,96,145); }

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

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

 span { border-color: rgb(131,96,145); }

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