#855CAA

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

Shades of Ce Soir #855CAA

Tints of Ce Soir #855CAA

Color information

#855CAA (or 0x855CAA) is unknown color: approx Ce Soir. HEX triplet: 85, 5C and AA. RGB value is (133,92,170). Sum of RGB (Red+Green+Blue) = 133+92+170=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #855CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CAA is #7AA355. Grayscale: #707070. Windows color (decimal): -8037206 or 11164805. OLE color: 11164805.

HSL color Cylindrical-coordinate representation of color #855CAA: hue angle of 271.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855CAA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13392170-
CMYK0.220.4600.33
HSL271.54º31.45%51.37%-
HSV(B)271.54º45.88%66.67%-
XYZ20.7615.5439.94-
YUV113.15160.08142.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=33.67%
G=23.29%
B=43.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133921700.220.4600.33271.5431.4551.37
Hex855CAA162E0211101f33
Octal20513425226560414203763
Binary1000010110111001010101010110101110010000110001000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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