#855B9F

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

Shades of Ce Soir #855B9F

Tints of Ce Soir #855B9F

Color information

#855B9F (or 0x855B9F) is unknown color: approx Ce Soir. HEX triplet: 85, 5B and 9F. RGB value is (133,91,159). Sum of RGB (Red+Green+Blue) = 133+91+159=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #855B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855B9F is #7AA460. Grayscale: #6F6F6F. Windows color (decimal): -8037473 or 10443653. OLE color: 10443653.

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

Color convert

RGB13391159-
CMYK0.160.4300.38
HSL277.06º27.2%49.02%-
HSV(B)277.06º42.77%62.35%-
XYZ19.6714.9734.65-
YUV111.31154.91143.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 91 (35.94% from 255) = 23.76%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=34.73%
G=23.76%
B=41.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133911590.160.4300.38277.0627.249.02
Hex855B9F102B0261151b31
Octal20513323720530464253361
Binary1000010110110111001111110000101011010011010001010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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