#8F5FA0

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

Shades of Ce Soir #8F5FA0

Tints of Ce Soir #8F5FA0

Color information

#8F5FA0 (or 0x8F5FA0) is unknown color: approx Ce Soir. HEX triplet: 8F, 5F and A0. RGB value is (143,95,160). Sum of RGB (Red+Green+Blue) = 143+95+160=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #8F5FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5FA0 is #70A05F. Grayscale: #747474. Windows color (decimal): -7381088 or 10510223. OLE color: 10510223.

HSL color Cylindrical-coordinate representation of color #8F5FA0: hue angle of 284.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5FA0 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14395160-
CMYK0.110.4100.37
HSL284.31º25.49%50%-
HSV(B)284.31º40.62%62.75%-
XYZ21.7716.5635.31-
YUV116.76152.4146.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.93%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 160 (62.89% from 255) = 40.20%
R=35.93%
G=23.87%
B=40.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143951600.110.4100.37284.3125.4950
Hex8F5FA0B2902511c1932
Octal21713724013510454343162
Binary100011111011111101000001011101001010010110001110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,160); }

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

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

 a { background-color: rgb(143,95,160); }

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

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

 span { border-color: rgb(143,95,160); }

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