#8F699F

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

Shades of Ce Soir #8F699F

Tints of Ce Soir #8F699F

Color information

#8F699F (or 0x8F699F) is unknown color: approx Ce Soir. HEX triplet: 8F, 69 and 9F. RGB value is (143,105,159). Sum of RGB (Red+Green+Blue) = 143+105+159=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F699F is #709660. Grayscale: #7A7A7A. Windows color (decimal): -7378529 or 10447247. OLE color: 10447247.

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

Color convert

RGB143105159-
CMYK0.100.3400.38
HSL282.22º21.95%51.76%-
HSV(B)282.22º33.96%62.35%-
XYZ22.6418.4535.17-
YUV122.52148.59142.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.14%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=35.14%
G=25.80%
B=39.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431051590.100.3400.38282.2221.9551.76
Hex8F699FA2202611a1634
Octal21715123712420464322664
Binary100011111101001100111111010100010010011010001101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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