#855CAD

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

Shades of Ce Soir #855CAD

Tints of Ce Soir #855CAD

Color information

#855CAD (or 0x855CAD) is unknown color: approx Ce Soir. HEX triplet: 85, 5C and AD. RGB value is (133,92,173). Sum of RGB (Red+Green+Blue) = 133+92+173=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #855CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CAD is #7AA352. Grayscale: #717171. Windows color (decimal): -8037203 or 11361413. OLE color: 11361413.

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

Color convert

RGB13392173-
CMYK0.230.4700.32
HSL270.37º33.06%51.96%-
HSV(B)270.37º46.82%67.84%-
XYZ21.0415.6641.45-
YUV113.49161.58141.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=33.42%
G=23.12%
B=43.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133921730.230.4700.32270.3733.0651.96
Hex855CAD172F02010e2134
Octal20513425527570404164164
Binary10000101101110010101101101111011110100000100001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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