#855DAF

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

Shades of Ce Soir #855DAF

Tints of Ce Soir #855DAF

Color information

#855DAF (or 0x855DAF) is unknown color: approx Ce Soir. HEX triplet: 85, 5D and AF. RGB value is (133,93,175). Sum of RGB (Red+Green+Blue) = 133+93+175=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #855DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DAF is #7AA250. Grayscale: #727272. Windows color (decimal): -8036945 or 11492741. OLE color: 11492741.

HSL color Cylindrical-coordinate representation of color #855DAF: hue angle of 269.27º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855DAF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13393175-
CMYK0.240.4700.31
HSL269.27º33.88%52.55%-
HSV(B)269.27º46.86%68.63%-
XYZ21.3315.9142.5-
YUV114.31162.25141.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=33.17%
G=23.19%
B=43.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133931750.240.4700.31269.2733.8852.55
Hex855DAF182F01F10d2235
Octal20513525730570374154265
Binary1000010110111011010111111000101111011111100001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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