#85619F

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

Shades of Ce Soir #85619F

Tints of Ce Soir #85619F

Color information

#85619F (or 0x85619F) is unknown color: approx Ce Soir. HEX triplet: 85, 61 and 9F. RGB value is (133,97,159). Sum of RGB (Red+Green+Blue) = 133+97+159=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #85619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85619F is #7A9E60. Grayscale: #727272. Windows color (decimal): -8035937 or 10445189. OLE color: 10445189.

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

Color convert

RGB13397159-
CMYK0.160.3900.38
HSL274.84º24.41%50.2%-
HSV(B)274.84º38.99%62.35%-
XYZ20.2116.0434.83-
YUV114.83152.93140.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=34.19%
G=24.94%
B=40.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133971590.160.3900.38274.8424.4150.2
Hex85619F10270261131832
Octal20514123720470464233062
Binary1000010111000011001111110000100111010011010001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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