#9A819B

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

Shades of Amethyst Smoke #9A819B

Tints of Amethyst Smoke #9A819B

Color information

#9A819B (or 0x9A819B) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 81 and 9B. RGB value is (154,129,155). Sum of RGB (Red+Green+Blue) = 154+129+155=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A819B is #657E64. Grayscale: #8B8B8B. Windows color (decimal): -6651493 or 10191258. OLE color: 10191258.

HSL color Cylindrical-coordinate representation of color #9A819B: hue angle of 297.69º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A819B is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB154129155-
CMYK0.010.1700.39
HSL297.69º11.5%55.69%-
HSV(B)297.69º16.77%60.78%-
XYZ27.0924.9434.4-
YUV139.44136.78138.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=35.16%
G=29.45%
B=35.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541291550.010.1700.39297.6911.555.69
Hex9A819B11102712ac38
Octal2322012331210474521470
Binary10011010100000011001101111000101001111001010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,129,155); }

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

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

 a { background-color: rgb(154,129,155); }

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

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

 span { border-color: rgb(154,129,155); }

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