#855BAA

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

Shades of Ce Soir #855BAA

Tints of Ce Soir #855BAA

Color information

#855BAA (or 0x855BAA) is unknown color: approx Ce Soir. HEX triplet: 85, 5B and AA. RGB value is (133,91,170). Sum of RGB (Red+Green+Blue) = 133+91+170=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #855BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BAA is #7AA455. Grayscale: #707070. Windows color (decimal): -8037462 or 11164549. OLE color: 11164549.

HSL color Cylindrical-coordinate representation of color #855BAA: hue angle of 271.9º degrees, saturation: 0.32, 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 #855BAA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13391170-
CMYK0.220.4600.33
HSL271.9º31.73%51.18%-
HSV(B)271.9º46.47%66.67%-
XYZ20.6715.3739.91-
YUV112.56160.41142.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=33.76%
G=23.10%
B=43.15%

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
Decimal133911700.220.4600.33271.931.7351.18
Hex855BAA162E0211102033
Octal20513325226560414204063
Binary10000101101101110101010101101011100100001100010000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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