#855CAC

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

Shades of Ce Soir #855CAC

Tints of Ce Soir #855CAC

Color information

#855CAC (or 0x855CAC) is unknown color: approx Ce Soir. HEX triplet: 85, 5C and AC. RGB value is (133,92,172). Sum of RGB (Red+Green+Blue) = 133+92+172=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #855CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CAC is #7AA353. Grayscale: #717171. Windows color (decimal): -8037204 or 11295877. OLE color: 11295877.

HSL color Cylindrical-coordinate representation of color #855CAC: hue angle of 270.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855CAC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13392172-
CMYK0.230.4700.33
HSL270.75º32.52%51.76%-
HSV(B)270.75º46.51%67.45%-
XYZ20.9515.6240.94-
YUV113.38161.08142-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=33.50%
G=23.17%
B=43.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133921720.230.4700.33270.7532.5251.76
Hex855CAC172F02110f2134
Octal20513425427570414174164
Binary10000101101110010101100101111011110100001100001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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