#85649C

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

Shades of Ce Soir #85649C

Tints of Ce Soir #85649C

Color information

#85649C (or 0x85649C) is unknown color: approx Ce Soir. HEX triplet: 85, 64 and 9C. RGB value is (133,100,156). Sum of RGB (Red+Green+Blue) = 133+100+156=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #85649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85649C is #7A9B63. Grayscale: #747474. Windows color (decimal): -8035172 or 10249349. OLE color: 10249349.

HSL color Cylindrical-coordinate representation of color #85649C: hue angle of 275.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85649C is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133100156-
CMYK0.150.3600.39
HSL275.36º22.05%50.2%-
HSV(B)275.36º35.9%61.18%-
XYZ20.2316.533.57-
YUV116.25150.43139.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=34.19%
G=25.71%
B=40.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331001560.150.3600.39275.3622.0550.2
Hex85649CF240271131632
Octal20514423417440474232662
Binary100001011100100100111001111100100010011110001001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85649C; }

 p { color: rgb(133,100,156); }

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

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

 a { background-color: rgb(133,100,156); }

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

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

 span { border-color: rgb(133,100,156); }

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