#9F7FAB

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

Shades of Amethyst Smoke #9F7FAB

Tints of Amethyst Smoke #9F7FAB

Color information

#9F7FAB (or 0x9F7FAB) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 7F and AB. RGB value is (159,127,171). Sum of RGB (Red+Green+Blue) = 159+127+171=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7FAB is #608054. Grayscale: #8D8D8D. Windows color (decimal): -6324309 or 11239327. OLE color: 11239327.

HSL color Cylindrical-coordinate representation of color #9F7FAB: hue angle of 283.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7FAB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159127171-
CMYK0.070.2600.33
HSL283.64º20.75%58.43%-
HSV(B)283.64º25.73%67.06%-
XYZ29.2425.4941.91-
YUV141.58144.6140.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=34.79%
G=27.79%
B=37.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591271710.070.2600.33283.6420.7558.43
Hex9F7FAB71A02111c153a
Octal2371772537320414342572
Binary1001111111111111010101111111010010000110001110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,127,171); }

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

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

 a { background-color: rgb(159,127,171); }

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

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

 span { border-color: rgb(159,127,171); }

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