#855DAB

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

Shades of Ce Soir #855DAB

Tints of Ce Soir #855DAB

Color information

#855DAB (or 0x855DAB) is unknown color: approx Ce Soir. HEX triplet: 85, 5D and AB. RGB value is (133,93,171). Sum of RGB (Red+Green+Blue) = 133+93+171=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #855DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DAB is #7AA254. Grayscale: #717171. Windows color (decimal): -8036949 or 11230597. OLE color: 11230597.

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

Color convert

RGB13393171-
CMYK0.220.4600.33
HSL270.77º31.71%51.76%-
HSV(B)270.77º45.61%67.06%-
XYZ20.9415.7640.47-
YUV113.85160.25141.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=33.50%
G=23.43%
B=43.07%

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
Decimal133931710.220.4600.33270.7731.7151.76
Hex855DAB162E02110f2034
Octal20513525326560414174064
Binary10000101101110110101011101101011100100001100001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,171); }

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

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

 a { background-color: rgb(133,93,171); }

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

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

 span { border-color: rgb(133,93,171); }

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