#85659e

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

Shades of Ce Soir #85659E

Tints of Ce Soir #85659E

Color information

#85659E (or 0x85659E) is unknown color: approx Ce Soir. HEX triplet: 85, 65 and 9E. RGB value is (133,101,158). Sum of RGB (Red+Green+Blue) = 133+101+158=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #85659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85659E is #7A9A61. Grayscale: #747474. Windows color (decimal): -8034914 or 10380677. OLE color: 10380677.

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

Color convert

RGB133101158-
CMYK0.160.3600.38
HSL273.68º22.71%50.78%-
HSV(B)273.68º36.08%61.96%-
XYZ20.516.7634.5-
YUV117.07151.1139.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=33.93%
G=25.77%
B=40.31%

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
Decimal1331011580.160.3600.38273.6822.7150.78
Hex85659E10240261121733
Octal20514523620440464222763
Binary1000010111001011001111010000100100010011010001001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85659e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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