#9F7FAA

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

Shades of Amethyst Smoke #9F7FAA

Tints of Amethyst Smoke #9F7FAA

Color information

#9F7FAA (or 0x9F7FAA) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 7F and AA. RGB value is (159,127,170). Sum of RGB (Red+Green+Blue) = 159+127+170=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F7FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7FAA is #608055. Grayscale: #8D8D8D. Windows color (decimal): -6324310 or 11173791. OLE color: 11173791.

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

Color convert

RGB159127170-
CMYK0.060.2500.33
HSL284.65º20.19%58.24%-
HSV(B)284.65º25.29%66.67%-
XYZ29.1425.4541.41-
YUV141.47144.1140.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=34.87%
G=27.85%
B=37.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591271700.060.2500.33284.6520.1958.24
Hex9F7FAA61902111d143a
Octal2371772526310414352472
Binary1001111111111111010101011011001010000110001110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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