#8F7D9F

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

Shades of Ce Soir #8F7D9F

Tints of Ce Soir #8F7D9F

Color information

#8F7D9F (or 0x8F7D9F) is unknown color: approx Ce Soir. HEX triplet: 8F, 7D and 9F. RGB value is (143,125,159). Sum of RGB (Red+Green+Blue) = 143+125+159=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F7D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7D9F is #708260. Grayscale: #868686. Windows color (decimal): -7373409 or 10452367. OLE color: 10452367.

HSL color Cylindrical-coordinate representation of color #8F7D9F: hue angle of 271.76º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7D9F is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143125159-
CMYK0.100.2100.38
HSL271.76º15.04%55.69%-
HSV(B)271.76º21.38%62.35%-
XYZ24.9223.0135.93-
YUV134.26141.96134.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=33.49%
G=29.27%
B=37.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431251590.100.2100.38271.7615.0455.69
Hex8F7D9FA15026110f38
Octal21717523712250464201770
Binary1000111111111011001111110101010101001101000100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,125,159); }

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

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

 a { background-color: rgb(143,125,159); }

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

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

 span { border-color: rgb(143,125,159); }

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