#9F7CA9

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

Shades of Amethyst Smoke #9F7CA9

Tints of Amethyst Smoke #9F7CA9

Color information

#9F7CA9 (or 0x9F7CA9) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 7C and A9. RGB value is (159,124,169). Sum of RGB (Red+Green+Blue) = 159+124+169=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 169 - color contains mainly: blue. Hex color #9F7CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7CA9 is #608356. Grayscale: #8B8B8B. Windows color (decimal): -6325079 or 11107487. OLE color: 11107487.

HSL color Cylindrical-coordinate representation of color #9F7CA9: hue angle of 286.67º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F7CA9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB159124169-
CMYK0.060.2700.34
HSL286.67º20.74%57.45%-
HSV(B)286.67º26.63%66.27%-
XYZ28.6724.6540.78-
YUV139.6144.6141.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 169 (66.41% from 255) = 37.39%
R=35.18%
G=27.43%
B=37.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591241690.060.2700.34286.6720.7457.45
Hex9F7CA961B02211f1539
Octal2371742516330424372571
Binary1001111111111001010100111011011010001010001111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,124,169); }

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

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

 a { background-color: rgb(159,124,169); }

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

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

 span { border-color: rgb(159,124,169); }

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