#9F84AA

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

Shades of Amethyst Smoke #9F84AA

Tints of Amethyst Smoke #9F84AA

Color information

#9F84AA (or 0x9F84AA) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 84 and AA. RGB value is (159,132,170). Sum of RGB (Red+Green+Blue) = 159+132+170=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F84AA is #607B55. Grayscale: #909090. Windows color (decimal): -6323030 or 11175071. OLE color: 11175071.

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

Color convert

RGB159132170-
CMYK0.060.2200.33
HSL282.63º18.27%59.22%-
HSV(B)282.63º22.35%66.67%-
XYZ29.8126.7841.63-
YUV144.4142.45138.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=34.49%
G=28.63%
B=36.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591321700.060.2200.33282.6318.2759.22
Hex9F84AA61602111b123b
Octal2372042526260414332273
Binary10011111100001001010101011010110010000110001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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