#856595

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

Shades of Ce Soir #856595

Tints of Ce Soir #856595

Color information

#856595 (or 0x856595) is unknown color: approx Ce Soir. HEX triplet: 85, 65 and 95. RGB value is (133,101,149). Sum of RGB (Red+Green+Blue) = 133+101+149=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #856595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856595 is #7A9A6A. Grayscale: #737373. Windows color (decimal): -8034923 or 9790853. OLE color: 9790853.

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

Color convert

RGB133101149-
CMYK0.110.3200.42
HSL280º19.2%49.02%-
HSV(B)280º32.21%58.43%-
XYZ19.7516.4630.57-
YUV116.04146.6140.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=34.73%
G=26.37%
B=38.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331011490.110.3200.4228019.249.02
Hex856595B2002A1181331
Octal20514522513400524302361
Binary100001011100101100101011011100000010101010001100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856595; }

 p { color: rgb(133,101,149); }

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

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

 a { background-color: rgb(133,101,149); }

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

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

 span { border-color: rgb(133,101,149); }

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