#9F8BAA

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

Shades of Amethyst Smoke #9F8BAA

Tints of Amethyst Smoke #9F8BAA

Color information

#9F8BAA (or 0x9F8BAA) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 8B and AA. RGB value is (159,139,170). Sum of RGB (Red+Green+Blue) = 159+139+170=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8BAA is #607455. Grayscale: #949494. Windows color (decimal): -6321238 or 11176863. OLE color: 11176863.

HSL color Cylindrical-coordinate representation of color #9F8BAA: hue angle of 278.71º 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 #9F8BAA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159139170-
CMYK0.060.1800.33
HSL278.71º15.42%60.59%-
HSV(B)278.71º18.24%66.67%-
XYZ30.7928.7441.95-
YUV148.51140.13135.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.97%
GREEN value IS 139 (54.69% from 255) = 29.70%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=33.97%
G=29.70%
B=36.32%

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
Decimal1591391700.060.1800.33278.7115.4260.59
Hex9F8BAA612021117f3d
Octal2372132526220414271775
Binary1001111110001011101010101101001001000011000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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