#9D83AB

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

Shades of Amethyst Smoke #9D83AB

Tints of Amethyst Smoke #9D83AB

Color information

#9D83AB (or 0x9D83AB) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 83 and AB. RGB value is (157,131,171). Sum of RGB (Red+Green+Blue) = 157+131+171=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D83AB is #627C54. Grayscale: #8F8F8F. Windows color (decimal): -6454357 or 11240349. OLE color: 11240349.

HSL color Cylindrical-coordinate representation of color #9D83AB: hue angle of 279º 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 #9D83AB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157131171-
CMYK0.080.2300.33
HSL279º19.23%59.22%-
HSV(B)279º23.39%67.06%-
XYZ29.3726.3442.06-
YUV143.33143.61137.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=34.20%
G=28.54%
B=37.25%

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
Decimal1571311710.080.2300.3327919.2359.22
Hex9D83AB817021117133b
Octal23520325310270414272373
Binary100111011000001110101011100010111010000110001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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