#855EAD

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

Shades of Ce Soir #855EAD

Tints of Ce Soir #855EAD

Color information

#855EAD (or 0x855EAD) is unknown color: approx Ce Soir. HEX triplet: 85, 5E and AD. RGB value is (133,94,173). Sum of RGB (Red+Green+Blue) = 133+94+173=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #855EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EAD is #7AA152. Grayscale: #727272. Windows color (decimal): -8036691 or 11361925. OLE color: 11361925.

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

Color convert

RGB13394173-
CMYK0.230.4600.32
HSL269.62º32.51%52.35%-
HSV(B)269.62º45.66%67.84%-
XYZ21.2216.0141.51-
YUV114.67160.92141.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=33.25%
G=23.5%
B=43.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133941730.230.4600.32269.6232.5152.35
Hex855EAD172E02010e2134
Octal20513625527560404164164
Binary10000101101111010101101101111011100100000100001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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