#85629F

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

Shades of Ce Soir #85629F

Tints of Ce Soir #85629F

Color information

#85629F (or 0x85629F) is unknown color: approx Ce Soir. HEX triplet: 85, 62 and 9F. RGB value is (133,98,159). Sum of RGB (Red+Green+Blue) = 133+98+159=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #85629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85629F is #7A9D60. Grayscale: #737373. Windows color (decimal): -8035681 or 10445445. OLE color: 10445445.

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

Color convert

RGB13398159-
CMYK0.160.3800.38
HSL274.43º24.11%50.39%-
HSV(B)274.43º38.36%62.35%-
XYZ20.316.2334.86-
YUV115.42152.6140.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=34.10%
G=25.13%
B=40.77%

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
Decimal133981590.160.3800.38274.4324.1150.39
Hex85629F10260261121832
Octal20514223720460464223062
Binary1000010111000101001111110000100110010011010001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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