#8F7693

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

Shades of Amethyst Smoke #8F7693

Tints of Amethyst Smoke #8F7693

Color information

#8F7693 (or 0x8F7693) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 76 and 93. RGB value is (143,118,147). Sum of RGB (Red+Green+Blue) = 143+118+147=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F7693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7693 is #70896C. Grayscale: #808080. Windows color (decimal): -7375213 or 9664143. OLE color: 9664143.

HSL color Cylindrical-coordinate representation of color #8F7693: hue angle of 291.72º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7693 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143118147-
CMYK0.030.2000.42
HSL291.72º11.84%51.96%-
HSV(B)291.72º19.73%57.65%-
XYZ23.0720.930.42-
YUV128.78138.28138.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.05%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=35.05%
G=28.92%
B=36.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431181470.030.2000.42291.7211.8451.96
Hex8F769331402A124c34
Octal2171662233240524441464
Binary10001111111011010010011111010001010101001001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,147); }

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

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

 a { background-color: rgb(143,118,147); }

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

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

 span { border-color: rgb(143,118,147); }

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