#9F79A4

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

Shades of Amethyst Smoke #9F79A4

Tints of Amethyst Smoke #9F79A4

Color information

#9F79A4 (or 0x9F79A4) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 79 and A4. RGB value is (159,121,164). Sum of RGB (Red+Green+Blue) = 159+121+164=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F79A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F79A4 is #60865B. Grayscale: #898989. Windows color (decimal): -6325852 or 10779039. OLE color: 10779039.

HSL color Cylindrical-coordinate representation of color #9F79A4: hue angle of 293.02º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F79A4 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB159121164-
CMYK0.030.2600.36
HSL293.02º19.11%55.88%-
HSV(B)293.02º26.22%64.31%-
XYZ27.8423.7338.23-
YUV137.26143.09143.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=35.81%
G=27.25%
B=36.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591211640.030.2600.36293.0219.1155.88
Hex9F79A431A0241251338
Octal2371712443320444452370
Binary100111111111001101001001111010010010010010010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F79A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F79A4; }

 p { color: rgb(159,121,164); }

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

<style>
 a { background-color: #9F79A4; }

 a { background-color: rgb(159,121,164); }

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

<style>
 span { border-color: #9F79A4; }

 span { border-color: rgb(159,121,164); }

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