#8F7997

Color #8F7997 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #8F7997

Tints of Amethyst Smoke #8F7997

Color information

#8F7997 (or 0x8F7997) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 79 and 97. RGB value is (143,121,151). Sum of RGB (Red+Green+Blue) = 143+121+151=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7997 is #708668. Grayscale: #828282. Windows color (decimal): -7374441 or 9927055. OLE color: 9927055.

HSL color Cylindrical-coordinate representation of color #8F7997: hue angle of 284º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7997 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB143121151-
CMYK0.050.2000.41
HSL284º12.61%53.33%-
HSV(B)284º19.87%59.22%-
XYZ23.7521.7532.22-
YUV131139.29136.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=34.46%
G=29.16%
B=36.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1431211510.050.2000.4128412.6153.33
Hex8F799751402911cd35
Octal2171712275240514341565
Binary100011111111001100101111011010001010011000111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,121,151); }

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

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

 a { background-color: rgb(143,121,151); }

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

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

 span { border-color: rgb(143,121,151); }

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