#85629C

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

Shades of Ce Soir #85629C

Tints of Ce Soir #85629C

Color information

#85629C (or 0x85629C) is unknown color: approx Ce Soir. HEX triplet: 85, 62 and 9C. RGB value is (133,98,156). Sum of RGB (Red+Green+Blue) = 133+98+156=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #85629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85629C is #7A9D63. Grayscale: #727272. Windows color (decimal): -8035684 or 10248837. OLE color: 10248837.

HSL color Cylindrical-coordinate representation of color #85629C: hue angle of 276.21º degrees, saturation: 0.23, 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 #85629C is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13398156-
CMYK0.150.3700.39
HSL276.21º22.83%49.8%-
HSV(B)276.21º37.18%61.18%-
XYZ20.0416.1233.51-
YUV115.08151.1140.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=34.37%
G=25.32%
B=40.31%

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
Decimal133981560.150.3700.39276.2122.8349.8
Hex85629CF250271141732
Octal20514223417450474242762
Binary100001011100010100111001111100101010011110001010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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