#8F749D

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

Shades of Ce Soir #8F749D

Tints of Ce Soir #8F749D

Color information

#8F749D (or 0x8F749D) is unknown color: approx Ce Soir. HEX triplet: 8F, 74 and 9D. RGB value is (143,116,157). Sum of RGB (Red+Green+Blue) = 143+116+157=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F749D is #708B62. Grayscale: #808080. Windows color (decimal): -7375715 or 10318991. OLE color: 10318991.

HSL color Cylindrical-coordinate representation of color #8F749D: hue angle of 279.51º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F749D is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143116157-
CMYK0.090.2600.38
HSL279.51º17.3%53.53%-
HSV(B)279.51º26.11%61.57%-
XYZ23.6620.7634.66-
YUV128.75143.95138.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=34.38%
G=27.88%
B=37.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431161570.090.2600.38279.5117.353.53
Hex8F749D91A0261181136
Octal21716423511320464302166
Binary10001111111010010011101100111010010011010001100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,116,157); }

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

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

 a { background-color: rgb(143,116,157); }

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

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

 span { border-color: rgb(143,116,157); }

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