#8F60AC

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

Shades of Ce Soir #8F60AC

Tints of Ce Soir #8F60AC

Color information

#8F60AC (or 0x8F60AC) is unknown color: approx Ce Soir. HEX triplet: 8F, 60 and AC. RGB value is (143,96,172). Sum of RGB (Red+Green+Blue) = 143+96+172=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F60AC is #709F53. Grayscale: #767676. Windows color (decimal): -7380820 or 11296911. OLE color: 11296911.

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

Color convert

RGB14396172-
CMYK0.170.4400.33
HSL277.11º31.4%52.55%-
HSV(B)277.11º44.19%67.45%-
XYZ22.9617.1841.14-
YUV118.72158.07145.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.79%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=34.79%
G=23.36%
B=41.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143961720.170.4400.33277.1131.452.55
Hex8F60AC112C0211151f35
Octal21714025421540414253765
Binary1000111111000001010110010001101100010000110001010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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