#8F7895

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

Shades of Amethyst Smoke #8F7895

Tints of Amethyst Smoke #8F7895

Color information

#8F7895 (or 0x8F7895) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 78 and 95. RGB value is (143,120,149). Sum of RGB (Red+Green+Blue) = 143+120+149=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F7895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7895 is #70876A. Grayscale: #828282. Windows color (decimal): -7374699 or 9795727. OLE color: 9795727.

HSL color Cylindrical-coordinate representation of color #8F7895: hue angle of 287.59º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F7895 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143120149-
CMYK0.040.1900.42
HSL287.59º12.03%52.75%-
HSV(B)287.59º19.46%58.43%-
XYZ23.4721.4431.34-
YUV130.18138.62137.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=34.71%
G=29.13%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431201490.040.1900.42287.5912.0352.75
Hex8F789541302A120c35
Octal2171702254230524401465
Binary100011111111000100101011001001101010101001000001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,120,149); }

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

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

 a { background-color: rgb(143,120,149); }

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

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

 span { border-color: rgb(143,120,149); }

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