#855F99

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

Shades of Ce Soir #855F99

Tints of Ce Soir #855F99

Color information

#855F99 (or 0x855F99) is unknown color: approx Ce Soir. HEX triplet: 85, 5F and 99. RGB value is (133,95,153). Sum of RGB (Red+Green+Blue) = 133+95+153=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #855F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855F99 is #7AA066. Grayscale: #707070. Windows color (decimal): -8036455 or 10051461. OLE color: 10051461.

HSL color Cylindrical-coordinate representation of color #855F99: hue angle of 279.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855F99 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13395153-
CMYK0.130.3800.4
HSL279.31º23.39%48.63%-
HSV(B)279.31º37.91%60%-
XYZ19.5115.4732.09-
YUV112.97150.59142.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=34.91%
G=24.93%
B=40.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133951530.130.3800.4279.3123.3948.63
Hex855F99D260281171731
Octal20513723115460504272761
Binary100001011011111100110011101100110010100010001011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855F99; }

 p { color: rgb(133,95,153); }

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

<style>
 a { background-color: #855F99; }

 a { background-color: rgb(133,95,153); }

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

<style>
 span { border-color: #855F99; }

 span { border-color: rgb(133,95,153); }

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