#855EAF

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

Shades of Ce Soir #855EAF

Tints of Ce Soir #855EAF

Color information

#855EAF (or 0x855EAF) is unknown color: approx Ce Soir. HEX triplet: 85, 5E and AF. RGB value is (133,94,175). Sum of RGB (Red+Green+Blue) = 133+94+175=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #855EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EAF is #7AA150. Grayscale: #727272. Windows color (decimal): -8036689 or 11492997. OLE color: 11492997.

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

Color convert

RGB13394175-
CMYK0.240.4600.31
HSL268.89º33.61%52.75%-
HSV(B)268.89º46.29%68.63%-
XYZ21.4116.0942.53-
YUV114.9161.92140.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=33.08%
G=23.38%
B=43.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133941750.240.4600.31268.8933.6152.75
Hex855EAF182E01F10d2235
Octal20513625730560374154265
Binary1000010110111101010111111000101110011111100001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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