#8F7595

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

Shades of Amethyst Smoke #8F7595

Tints of Amethyst Smoke #8F7595

Color information

#8F7595 (or 0x8F7595) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 75 and 95. RGB value is (143,117,149). Sum of RGB (Red+Green+Blue) = 143+117+149=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7595 is #708A6A. Grayscale: #808080. Windows color (decimal): -7375467 or 9794959. OLE color: 9794959.

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

Color convert

RGB143117149-
CMYK0.040.2100.42
HSL288.75º13.11%52.16%-
HSV(B)288.75º21.48%58.43%-
XYZ23.1120.7331.22-
YUV128.42139.61138.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.96%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=34.96%
G=28.61%
B=36.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431171490.040.2100.42288.7513.1152.16
Hex8F759541502A121d34
Octal2171652254250524411564
Binary100011111110101100101011001010101010101001000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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