#856A93

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

Shades of Ce Soir #856A93

Tints of Ce Soir #856A93

Color information

#856A93 (or 0x856A93) is unknown color: approx Ce Soir. HEX triplet: 85, 6A and 93. RGB value is (133,106,147). Sum of RGB (Red+Green+Blue) = 133+106+147=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #856A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856A93 is #7A956C. Grayscale: #767676. Windows color (decimal): -8033645 or 9661061. OLE color: 9661061.

HSL color Cylindrical-coordinate representation of color #856A93: hue angle of 279.51º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856A93 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133106147-
CMYK0.100.2800.42
HSL279.51º16.21%49.61%-
HSV(B)279.51º27.89%57.65%-
XYZ20.0917.429.9-
YUV118.75143.95138.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=34.46%
G=27.46%
B=38.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331061470.100.2800.42279.5116.2149.61
Hex856A93A1C02A1181032
Octal20515222312340524302062
Binary10000101110101010010011101011100010101010001100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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