#9884A7

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

Shades of Amethyst Smoke #9884A7

Tints of Amethyst Smoke #9884A7

Color information

#9884A7 (or 0x9884A7) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 84 and A7. RGB value is (152,132,167). Sum of RGB (Red+Green+Blue) = 152+132+167=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 167 - color contains mainly: blue. Hex color #9884A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9884A7 is #677B58. Grayscale: #8D8D8D. Windows color (decimal): -6781785 or 10978456. OLE color: 10978456.

HSL color Cylindrical-coordinate representation of color #9884A7: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9884A7 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB152132167-
CMYK0.090.2100.35
HSL274.29º16.59%58.63%-
HSV(B)274.29º20.96%65.49%-
XYZ28.1825.9740.09-
YUV141.97142.13135.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 167 (65.62% from 255) = 37.03%
R=33.70%
G=29.27%
B=37.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521321670.090.2100.35274.2916.5958.63
Hex9884A7915023112113b
Octal23020424711250434222173
Binary100110001000010010100111100110101010001110001001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9884A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9884A7; }

 p { color: rgb(152,132,167); }

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

<style>
 a { background-color: #9884A7; }

 a { background-color: rgb(152,132,167); }

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

<style>
 span { border-color: #9884A7; }

 span { border-color: rgb(152,132,167); }

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