#8F7594

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

Shades of Amethyst Smoke #8F7594

Tints of Amethyst Smoke #8F7594

Color information

#8F7594 (or 0x8F7594) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 75 and 94. RGB value is (143,117,148). Sum of RGB (Red+Green+Blue) = 143+117+148=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F7594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7594 is #708A6B. Grayscale: #808080. Windows color (decimal): -7375468 or 9729423. OLE color: 9729423.

HSL color Cylindrical-coordinate representation of color #8F7594: hue angle of 290.32º 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 #8F7594 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143117148-
CMYK0.030.2100.42
HSL290.32º12.65%51.96%-
HSV(B)290.32º20.95%58.04%-
XYZ23.0320.730.8-
YUV128.31139.11138.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.05%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=35.05%
G=28.68%
B=36.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431171480.030.2100.42290.3212.6551.96
Hex8F759431502A122d34
Octal2171652243250524421564
Binary10001111111010110010100111010101010101001000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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