#85639F

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

Shades of Ce Soir #85639F

Tints of Ce Soir #85639F

Color information

#85639F (or 0x85639F) is unknown color: approx Ce Soir. HEX triplet: 85, 63 and 9F. RGB value is (133,99,159). Sum of RGB (Red+Green+Blue) = 133+99+159=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #85639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85639F is #7A9C60. Grayscale: #737373. Windows color (decimal): -8035425 or 10445701. OLE color: 10445701.

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

Color convert

RGB13399159-
CMYK0.160.3800.38
HSL274º23.81%50.59%-
HSV(B)274º37.74%62.35%-
XYZ20.3916.4134.89-
YUV116.01152.26140.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=34.02%
G=25.32%
B=40.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133991590.160.3800.3827423.8150.59
Hex85639F10260261121833
Octal20514323720460464223063
Binary1000010111000111001111110000100110010011010001001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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