#855C9F

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

Shades of Ce Soir #855C9F

Tints of Ce Soir #855C9F

Color information

#855C9F (or 0x855C9F) is unknown color: approx Ce Soir. HEX triplet: 85, 5C and 9F. RGB value is (133,92,159). Sum of RGB (Red+Green+Blue) = 133+92+159=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #855C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855C9F is #7AA360. Grayscale: #6F6F6F. Windows color (decimal): -8037217 or 10443909. OLE color: 10443909.

HSL color Cylindrical-coordinate representation of color #855C9F: hue angle of 276.72º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #855C9F is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13392159-
CMYK0.160.4200.38
HSL276.72º26.69%49.22%-
HSV(B)276.72º42.14%62.35%-
XYZ19.7615.1434.68-
YUV111.9154.58143.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=34.64%
G=23.96%
B=41.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133921590.160.4200.38276.7226.6949.22
Hex855C9F102A0261151b31
Octal20513423720520464253361
Binary1000010110111001001111110000101010010011010001010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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