#9D83AA

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

Shades of Amethyst Smoke #9D83AA

Tints of Amethyst Smoke #9D83AA

Color information

#9D83AA (or 0x9D83AA) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 83 and AA. RGB value is (157,131,170). Sum of RGB (Red+Green+Blue) = 157+131+170=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D83AA is #627C55. Grayscale: #8F8F8F. Windows color (decimal): -6454358 or 11174813. OLE color: 11174813.

HSL color Cylindrical-coordinate representation of color #9D83AA: hue angle of 280º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D83AA is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157131170-
CMYK0.080.2300.33
HSL280º18.66%59.02%-
HSV(B)280º22.94%66.67%-
XYZ29.2826.341.56-
YUV143.22143.11137.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.28%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=34.28%
G=28.60%
B=37.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571311700.080.2300.3328018.6659.02
Hex9D83AA817021118133b
Octal23520325210270414302373
Binary100111011000001110101010100010111010000110001100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,131,170); }

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

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

 a { background-color: rgb(157,131,170); }

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

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

 span { border-color: rgb(157,131,170); }

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