#856099

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

Shades of Ce Soir #856099

Tints of Ce Soir #856099

Color information

#856099 (or 0x856099) is unknown color: approx Ce Soir. HEX triplet: 85, 60 and 99. RGB value is (133,96,153). Sum of RGB (Red+Green+Blue) = 133+96+153=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #856099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856099 is #7A9F66. Grayscale: #717171. Windows color (decimal): -8036199 or 10051717. OLE color: 10051717.

HSL color Cylindrical-coordinate representation of color #856099: hue angle of 278.95º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #856099 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13396153-
CMYK0.130.3700.4
HSL278.95º22.89%48.82%-
HSV(B)278.95º37.25%60%-
XYZ19.6115.6532.12-
YUV113.56150.26141.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=34.82%
G=25.13%
B=40.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133961530.130.3700.4278.9522.8948.82
Hex856099D250281171731
Octal20514023115450504272761
Binary100001011100000100110011101100101010100010001011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856099; }

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

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

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

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

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

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

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

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