Shades of Amethyst Smoke #90819B
Tints of Amethyst Smoke #90819B
RGB
CMYK
RGB Variations
Color information
#90819B (or 0x90819B) is known color: Amethyst Smoke. HEX triplet: 90, 81 and 9B. RGB value is (144,129,155). Sum of RGB (Red+Green+Blue) = 144+129+155=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #90819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90819B is #6F7E64. Grayscale: #888888. Windows color (decimal): -7306853 or 10191248. OLE color: 10191248.
HSL color Cylindrical-coordinate representation of color #90819B: hue angle of 274.62º 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 #90819B is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 129 | 155 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.39 |
| HSL | 274.62º | 0.12% | 0.56% | - |
| HSV(B) | 274.62º | 0.17% | 0.61% | - |
| XYZ | 25.27 | 24 | 34.31 | - |
| YUV | 136.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 155 | 0.07 | 0.17 | 0 | 0.39 | 274.62 | 0.12 | 0.56 |
| Hex | 90 | 81 | 9B | 7 | 11 | 0 | 27 | 113 | C | 38 |
| Octal | 220 | 201 | 233 | 7 | 21 | 0 | 47 | 423 | 14 | 70 |
| Binary | 10010000 | 10000001 | 10011011 | 111 | 10001 | 0 | 100111 | 100010011 | 1100 | 111000 |
Color Harmonies of #90819B
Complementary color
Monochromatic Colors of #90819B
Black with #90819B
Text Example
Text Example
White with #90819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90819B; }
p { color: rgb(144,129,155); }
H1.HeaderClassName
{
color: #90819B;
}
.AnyTagClassName
{
color: #90819B;
}
</style>
background-color css
<style>
a { background-color: #90819B; }
a { background-color: rgb(144,129,155); }
div.DivClassName
{
background-color: #90819B;
}
.BgClassName
{
background-color: #90819B;
}
</style>
border-color css
<style>
span { border-color: #90819B; }
span { border-color: rgb(144,129,155); }
td.TdClassName
{
border-color: #90819B;
}
.TagClassName
{
border-color: #90819B;
}
</style>