#9F7DA4

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

Shades of Amethyst Smoke #9F7DA4

Tints of Amethyst Smoke #9F7DA4

Color information

#9F7DA4 (or 0x9F7DA4) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 7D and A4. RGB value is (159,125,164). Sum of RGB (Red+Green+Blue) = 159+125+164=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F7DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7DA4 is #60825B. Grayscale: #8B8B8B. Windows color (decimal): -6324828 or 10780063. OLE color: 10780063.

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

Color convert

RGB159125164-
CMYK0.030.2400.36
HSL292.31º17.65%56.67%-
HSV(B)292.31º23.78%64.31%-
XYZ28.3324.7238.4-
YUV139.61141.76141.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=35.49%
G=27.90%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591251640.030.2400.36292.3117.6556.67
Hex9F7DA43180241241239
Octal2371752443300444442271
Binary100111111111101101001001111000010010010010010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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