#856693

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

Shades of Ce Soir #856693

Tints of Ce Soir #856693

Color information

#856693 (or 0x856693) is unknown color: approx Ce Soir. HEX triplet: 85, 66 and 93. RGB value is (133,102,147). Sum of RGB (Red+Green+Blue) = 133+102+147=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #856693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856693 is #7A996C. Grayscale: #747474. Windows color (decimal): -8034669 or 9660037. OLE color: 9660037.

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

Color convert

RGB133102147-
CMYK0.100.3100.42
HSL281.33º18.07%48.82%-
HSV(B)281.33º30.61%57.65%-
XYZ19.6916.629.77-
YUV116.4145.27139.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=34.82%
G=26.70%
B=38.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331021470.100.3100.42281.3318.0748.82
Hex856693A1F02A1191231
Octal20514622312370524312261
Binary10000101110011010010011101011111010101010001100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856693; }

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

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

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

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

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

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

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

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