#836092

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

Shades of Affair #836092

Tints of Affair #836092

Color information

#836092 (or 0x836092) is unknown color: approx Affair. HEX triplet: 83, 60 and 92. RGB value is (131,96,146). Sum of RGB (Red+Green+Blue) = 131+96+146=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #836092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836092 is #7C9F6D. Grayscale: #707070. Windows color (decimal): -8167278 or 9592963. OLE color: 9592963.

HSL color Cylindrical-coordinate representation of color #836092: hue angle of 282º degrees, saturation: 0.21, 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 #836092 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13196146-
CMYK0.100.3400.43
HSL282º20.66%47.45%-
HSV(B)282º34.25%57.25%-
XYZ18.7315.2729.15-
YUV112.16147.1141.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=35.12%
G=25.74%
B=39.14%

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
Decimal131961460.100.3400.4328220.6647.45
Hex836092A2202B11a152f
Octal20314022212420534322557
Binary100000111100000100100101010100010010101110001101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836092; }

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

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

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

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

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

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

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

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