#856092

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

Shades of Affair #856092

Tints of Affair #856092

Color information

#856092 (or 0x856092) is unknown color: approx Affair. HEX triplet: 85, 60 and 92. RGB value is (133,96,146). Sum of RGB (Red+Green+Blue) = 133+96+146=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #856092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856092 is #7A9F6D. Grayscale: #707070. Windows color (decimal): -8036206 or 9592965. OLE color: 9592965.

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

Color convert

RGB13396146-
CMYK0.090.3400.43
HSL284.4º20.66%47.45%-
HSV(B)284.4º34.25%57.25%-
XYZ19.0415.4329.17-
YUV112.76146.76142.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=35.47%
G=25.6%
B=38.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133961460.090.3400.43284.420.6647.45
Hex85609292202B11c152f
Octal20514022211420534342557
Binary100001011100000100100101001100010010101110001110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856092; }

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

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

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

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

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

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

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

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