#9F8CAA

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

Shades of Amethyst Smoke #9F8CAA

Tints of Amethyst Smoke #9F8CAA

Color information

#9F8CAA (or 0x9F8CAA) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 8C and AA. RGB value is (159,140,170). Sum of RGB (Red+Green+Blue) = 159+140+170=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8CAA is #607355. Grayscale: #949494. Windows color (decimal): -6320982 or 11177119. OLE color: 11177119.

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

Color convert

RGB159140170-
CMYK0.060.1800.33
HSL278º15%60.78%-
HSV(B)278º17.65%66.67%-
XYZ30.9329.0342-
YUV149.1139.79135.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.90%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=33.90%
G=29.85%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591401700.060.1800.332781560.78
Hex9F8CAA612021116f3d
Octal2372142526220414261775
Binary1001111110001100101010101101001001000011000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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