#855C9C

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

Shades of Ce Soir #855C9C

Tints of Ce Soir #855C9C

Color information

#855C9C (or 0x855C9C) is unknown color: approx Ce Soir. HEX triplet: 85, 5C and 9C. RGB value is (133,92,156). Sum of RGB (Red+Green+Blue) = 133+92+156=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #855C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855C9C is #7AA363. Grayscale: #6F6F6F. Windows color (decimal): -8037220 or 10247301. OLE color: 10247301.

HSL color Cylindrical-coordinate representation of color #855C9C: hue angle of 278.44º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855C9C is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13392156-
CMYK0.150.4100.39
HSL278.44º25.81%48.63%-
HSV(B)278.44º41.03%61.18%-
XYZ19.515.0433.33-
YUV111.55153.08143.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=34.91%
G=24.15%
B=40.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133921560.150.4100.39278.4425.8148.63
Hex855C9CF290271161a31
Octal20513423417510474263261
Binary100001011011100100111001111101001010011110001011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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