#8F60AE

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

Shades of Ce Soir #8F60AE

Tints of Ce Soir #8F60AE

Color information

#8F60AE (or 0x8F60AE) is unknown color: approx Ce Soir. HEX triplet: 8F, 60 and AE. RGB value is (143,96,174). Sum of RGB (Red+Green+Blue) = 143+96+174=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F60AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F60AE is #709F51. Grayscale: #767676. Windows color (decimal): -7380818 or 11427983. OLE color: 11427983.

HSL color Cylindrical-coordinate representation of color #8F60AE: hue angle of 276.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F60AE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14396174-
CMYK0.180.4500.32
HSL276.15º32.5%52.94%-
HSV(B)276.15º44.83%68.24%-
XYZ23.1517.2642.16-
YUV118.94159.07145.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.62%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=34.62%
G=23.24%
B=42.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143961740.180.4500.32276.1532.552.94
Hex8F60AE122D0201142035
Octal21714025622550404244065
Binary10001111110000010101110100101011010100000100010100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,96,174); }

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

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

 a { background-color: rgb(143,96,174); }

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

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

 span { border-color: rgb(143,96,174); }

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