#8F5EA3

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

Shades of Ce Soir #8F5EA3

Tints of Ce Soir #8F5EA3

Color information

#8F5EA3 (or 0x8F5EA3) is unknown color: approx Ce Soir. HEX triplet: 8F, 5E and A3. RGB value is (143,94,163). Sum of RGB (Red+Green+Blue) = 143+94+163=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F5EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5EA3 is #70A15C. Grayscale: #747474. Windows color (decimal): -7381341 or 10706575. OLE color: 10706575.

HSL color Cylindrical-coordinate representation of color #8F5EA3: hue angle of 282.61º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5EA3 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14394163-
CMYK0.120.4200.36
HSL282.61º27.27%50.39%-
HSV(B)282.61º42.33%63.92%-
XYZ21.9416.4936.68-
YUV116.52154.23146.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 163 (64.06% from 255) = 40.75%
R=35.75%
G=23.5%
B=40.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143941630.120.4200.36282.6127.2750.39
Hex8F5EA3C2A02411b1b32
Octal21713624314520444333362
Binary100011111011110101000111100101010010010010001101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,94,163); }

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

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

 a { background-color: rgb(143,94,163); }

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

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

 span { border-color: rgb(143,94,163); }

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