#9F82A5

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

Shades of Amethyst Smoke #9F82A5

Tints of Amethyst Smoke #9F82A5

Color information

#9F82A5 (or 0x9F82A5) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 82 and A5. RGB value is (159,130,165). Sum of RGB (Red+Green+Blue) = 159+130+165=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F82A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F82A5 is #607D5A. Grayscale: #8E8E8E. Windows color (decimal): -6323547 or 10846879. OLE color: 10846879.

HSL color Cylindrical-coordinate representation of color #9F82A5: hue angle of 289.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F82A5 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB159130165-
CMYK0.040.2100.35
HSL289.71º16.28%57.84%-
HSV(B)289.71º21.21%64.71%-
XYZ29.0726.0539.09-
YUV142.66140.61139.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=35.02%
G=28.63%
B=36.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591301650.040.2100.35289.7116.2857.84
Hex9F82A5415023122103a
Octal2372022454250434422072
Binary10011111100000101010010110010101010001110010001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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