#85619C

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

Shades of Ce Soir #85619C

Tints of Ce Soir #85619C

Color information

#85619C (or 0x85619C) is unknown color: approx Ce Soir. HEX triplet: 85, 61 and 9C. RGB value is (133,97,156). Sum of RGB (Red+Green+Blue) = 133+97+156=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #85619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85619C is #7A9E63. Grayscale: #727272. Windows color (decimal): -8035940 or 10248581. OLE color: 10248581.

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

Color convert

RGB13397156-
CMYK0.150.3800.39
HSL276.61º23.32%49.61%-
HSV(B)276.61º37.82%61.18%-
XYZ19.9515.9433.48-
YUV114.49151.43141.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=34.46%
G=25.13%
B=40.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133971560.150.3800.39276.6123.3249.61
Hex85619CF260271151732
Octal20514123417460474252762
Binary100001011100001100111001111100110010011110001010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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