#85639C

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

Shades of Ce Soir #85639C

Tints of Ce Soir #85639C

Color information

#85639C (or 0x85639C) is unknown color: approx Ce Soir. HEX triplet: 85, 63 and 9C. RGB value is (133,99,156). Sum of RGB (Red+Green+Blue) = 133+99+156=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #85639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85639C is #7A9C63. Grayscale: #737373. Windows color (decimal): -8035428 or 10249093. OLE color: 10249093.

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

Color convert

RGB13399156-
CMYK0.150.3700.39
HSL275.79º22.35%50%-
HSV(B)275.79º36.54%61.18%-
XYZ20.1416.3133.54-
YUV115.66150.76140.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=34.28%
G=25.52%
B=40.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133991560.150.3700.39275.7922.3550
Hex85639CF250271141632
Octal20514323417450474242662
Binary100001011100011100111001111100101010011110001010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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