#9A789E

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

Shades of Amethyst Smoke #9A789E

Tints of Amethyst Smoke #9A789E

Color information

#9A789E (or 0x9A789E) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 78 and 9E. RGB value is (154,120,158). Sum of RGB (Red+Green+Blue) = 154+120+158=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A789E is #658761. Grayscale: #868686. Windows color (decimal): -6653794 or 10385562. OLE color: 10385562.

HSL color Cylindrical-coordinate representation of color #9A789E: hue angle of 293.68º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A789E is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154120158-
CMYK0.030.2400.38
HSL293.68º16.38%54.51%-
HSV(B)293.68º24.05%61.96%-
XYZ26.2122.7735.36-
YUV134.5141.26141.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.65%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=35.65%
G=27.78%
B=36.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541201580.030.2400.38293.6816.3854.51
Hex9A789E3180261261037
Octal2321702363300464462067
Binary100110101111000100111101111000010011010010011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,120,158); }

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

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

 a { background-color: rgb(154,120,158); }

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

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

 span { border-color: rgb(154,120,158); }

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