#856D98

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

Shades of Ce Soir #856D98

Tints of Ce Soir #856D98

Color information

#856D98 (or 0x856D98) is unknown color: approx Ce Soir. HEX triplet: 85, 6D and 98. RGB value is (133,109,152). Sum of RGB (Red+Green+Blue) = 133+109+152=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #856D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D98 is #7A9267. Grayscale: #787878. Windows color (decimal): -8032872 or 9989509. OLE color: 9989509.

HSL color Cylindrical-coordinate representation of color #856D98: hue angle of 273.49º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856D98 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133109152-
CMYK0.130.2800.40
HSL273.49º17.27%51.18%-
HSV(B)273.49º28.29%59.61%-
XYZ20.8118.1932.12-
YUV121.08145.45136.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=33.76%
G=27.66%
B=38.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331091520.130.2800.40273.4917.2751.18
Hex856D98D1C0281111133
Octal20515523015340504212163
Binary10000101110110110011000110111100010100010001000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D98; }

 p { color: rgb(133,109,152); }

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

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

 a { background-color: rgb(133,109,152); }

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

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

 span { border-color: rgb(133,109,152); }

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