#8D5CAA

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

Shades of Ce Soir #8D5CAA

Tints of Ce Soir #8D5CAA

Color information

#8D5CAA (or 0x8D5CAA) is unknown color: approx Ce Soir. HEX triplet: 8D, 5C and AA. RGB value is (141,92,170). Sum of RGB (Red+Green+Blue) = 141+92+170=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D5CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5CAA is #72A355. Grayscale: #737373. Windows color (decimal): -7512918 or 11164813. OLE color: 11164813.

HSL color Cylindrical-coordinate representation of color #8D5CAA: hue angle of 277.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D5CAA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14192170-
CMYK0.170.4600.33
HSL277.69º31.45%51.37%-
HSV(B)277.69º45.88%66.67%-
XYZ22.0716.2240-
YUV115.54158.73146.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=34.99%
G=22.83%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141921700.170.4600.33277.6931.4551.37
Hex8D5CAA112E0211161f33
Octal21513425221560414263763
Binary1000110110111001010101010001101110010000110001011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5CAA; }

 p { color: rgb(141,92,170); }

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

<style>
 a { background-color: #8D5CAA; }

 a { background-color: rgb(141,92,170); }

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

<style>
 span { border-color: #8D5CAA; }

 span { border-color: rgb(141,92,170); }

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