#856093

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

Shades of Affair #856093

Tints of Affair #856093

Color information

#856093 (or 0x856093) is unknown color: approx Affair. HEX triplet: 85, 60 and 93. RGB value is (133,96,147). Sum of RGB (Red+Green+Blue) = 133+96+147=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #856093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856093 is #7A9F6C. Grayscale: #707070. Windows color (decimal): -8036205 or 9658501. OLE color: 9658501.

HSL color Cylindrical-coordinate representation of color #856093: hue angle of 283.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856093 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13396147-
CMYK0.100.3500.42
HSL283.53º20.99%47.65%-
HSV(B)283.53º34.69%57.65%-
XYZ19.1215.4629.58-
YUV112.88147.26142.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=35.37%
G=25.53%
B=39.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133961470.100.3500.42283.5320.9947.65
Hex856093A2302A11c1530
Octal20514022312430524342560
Binary100001011100000100100111010100011010101010001110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856093; }

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

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

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

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

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

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

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

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