#9F7FAC

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

Shades of Amethyst Smoke #9F7FAC

Tints of Amethyst Smoke #9F7FAC

Color information

#9F7FAC (or 0x9F7FAC) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 7F and AC. RGB value is (159,127,172). Sum of RGB (Red+Green+Blue) = 159+127+172=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7FAC is #608053. Grayscale: #8D8D8D. Windows color (decimal): -6324308 or 11304863. OLE color: 11304863.

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

Color convert

RGB159127172-
CMYK0.080.2600.33
HSL282.67º21.33%58.63%-
HSV(B)282.67º26.16%67.45%-
XYZ29.3325.5342.41-
YUV141.7145.1140.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=34.72%
G=27.73%
B=37.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591271720.080.2600.33282.6721.3358.63
Hex9F7FAC81A02111b153b
Octal23717725410320414332573
Binary10011111111111110101100100011010010000110001101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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