#9F95A5

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

Shades of Amethyst Smoke #9F95A5

Tints of Amethyst Smoke #9F95A5

Color information

#9F95A5 (or 0x9F95A5) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 95 and A5. RGB value is (159,149,165). Sum of RGB (Red+Green+Blue) = 159+149+165=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F95A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F95A5 is #606A5A. Grayscale: #999999. Windows color (decimal): -6318683 or 10851743. OLE color: 10851743.

HSL color Cylindrical-coordinate representation of color #9F95A5: hue angle of 277.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F95A5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB159149165-
CMYK0.040.1000.35
HSL277.5º8.16%61.57%-
HSV(B)277.5º9.7%64.71%-
XYZ31.8431.5840.02-
YUV153.81134.31131.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=33.62%
G=31.50%
B=34.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591491650.040.1000.35277.58.1661.57
Hex9F95A54A02311683e
Octal2372252454120434261076
Binary100111111001010110100101100101001000111000101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,149,165); }

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

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

 a { background-color: rgb(159,149,165); }

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

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

 span { border-color: rgb(159,149,165); }

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