#85659F

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

Shades of Ce Soir #85659F

Tints of Ce Soir #85659F

Color information

#85659F (or 0x85659F) is unknown color: approx Ce Soir. HEX triplet: 85, 65 and 9F. RGB value is (133,101,159). Sum of RGB (Red+Green+Blue) = 133+101+159=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #85659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85659F is #7A9A60. Grayscale: #747474. Windows color (decimal): -8034913 or 10446213. OLE color: 10446213.

HSL color Cylindrical-coordinate representation of color #85659F: hue angle of 273.1º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85659F is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133101159-
CMYK0.160.3600.38
HSL273.1º23.2%50.98%-
HSV(B)273.1º36.48%62.35%-
XYZ20.5816.834.96-
YUV117.18151.6139.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=33.84%
G=25.70%
B=40.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331011590.160.3600.38273.123.250.98
Hex85659F10240261111733
Octal20514523720440464212763
Binary1000010111001011001111110000100100010011010001000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85659F; }

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

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

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

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

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

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

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

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