#8F73AC

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

Shades of Ce Soir #8F73AC

Tints of Ce Soir #8F73AC

Color information

#8F73AC (or 0x8F73AC) is unknown color: approx Ce Soir. HEX triplet: 8F, 73 and AC. RGB value is (143,115,172). Sum of RGB (Red+Green+Blue) = 143+115+172=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F73AC is #708C53. Grayscale: #818181. Windows color (decimal): -7375956 or 11301775. OLE color: 11301775.

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

Color convert

RGB143115172-
CMYK0.170.3300.33
HSL269.47º25.56%56.27%-
HSV(B)269.47º33.14%67.45%-
XYZ24.921.0841.79-
YUV129.87151.78137.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 172 (67.58% from 255) = 40%
R=33.26%
G=26.74%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431151720.170.3300.33269.4725.5656.27
Hex8F73AC112102110d1a38
Octal21716325421410414153270
Binary1000111111100111010110010001100001010000110000110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F73AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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