#8F709F

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

Shades of Ce Soir #8F709F

Tints of Ce Soir #8F709F

Color information

#8F709F (or 0x8F709F) is unknown color: approx Ce Soir. HEX triplet: 8F, 70 and 9F. RGB value is (143,112,159). Sum of RGB (Red+Green+Blue) = 143+112+159=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F709F is #708F60. Grayscale: #7E7E7E. Windows color (decimal): -7376737 or 10449039. OLE color: 10449039.

HSL color Cylindrical-coordinate representation of color #8F709F: hue angle of 279.57º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F709F is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143112159-
CMYK0.100.3000.38
HSL279.57º19.67%53.14%-
HSV(B)279.57º29.56%62.35%-
XYZ23.3819.9335.42-
YUV126.63146.27139.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.54%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=34.54%
G=27.05%
B=38.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431121590.100.3000.38279.5719.6753.14
Hex8F709FA1E0261181435
Octal21716023712360464302465
Binary10001111111000010011111101011110010011010001100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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