#85659D

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

Shades of Ce Soir #85659D

Tints of Ce Soir #85659D

Color information

#85659D (or 0x85659D) is unknown color: approx Ce Soir. HEX triplet: 85, 65 and 9D. RGB value is (133,101,157). Sum of RGB (Red+Green+Blue) = 133+101+157=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #85659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85659D is #7A9A62. Grayscale: #747474. Windows color (decimal): -8034915 or 10315141. OLE color: 10315141.

HSL color Cylindrical-coordinate representation of color #85659D: hue angle of 274.29º degrees, saturation: 0.22, 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 #85659D is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133101157-
CMYK0.150.3600.38
HSL274.29º22.22%50.59%-
HSV(B)274.29º35.67%61.57%-
XYZ20.4116.7334.05-
YUV116.95150.6139.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=34.02%
G=25.83%
B=40.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331011570.150.3600.38274.2922.2250.59
Hex85659DF240261121633
Octal20514523517440464222663
Binary100001011100101100111011111100100010011010001001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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