Shades of Amethyst #9967D8
Tints of Amethyst #9967D8
RGB
CMYK
RGB Variations
Color information
#9967D8 (or 0x9967D8) is known color: Amethyst. HEX triplet: 99, 67 and D8. RGB value is (153,103,216). Sum of RGB (Red+Green+Blue) = 153+103+216=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #9967D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967D8 is #669827. Grayscale: #828282. Windows color (decimal): -6723624 or 14182297. OLE color: 14182297.
HSL color Cylindrical-coordinate representation of color #9967D8: hue angle of 266.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9967D8 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 103 | 216 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.15 |
| HSL | 266.55º | 0.59% | 0.63% | - |
| HSV(B) | 266.55º | 0.52% | 0.85% | - |
| XYZ | 30.38 | 21.43 | 67.5 | - |
| YUV | 130.83 | 176.07 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 216 | 0.29 | 0.52 | 0 | 0.15 | 266.55 | 0.59 | 0.63 |
| Hex | 99 | 67 | D8 | 1D | 34 | 0 | F | 10B | 3B | 3F |
| Octal | 231 | 147 | 330 | 35 | 64 | 0 | 17 | 413 | 73 | 77 |
| Binary | 10011001 | 1100111 | 11011000 | 11101 | 110100 | 0 | 1111 | 100001011 | 111011 | 111111 |
Color Harmonies of #9967D8
Complementary color
Monochromatic Colors of #9967D8
Black with #9967D8
Text Example
Text Example
White with #9967D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967D8; }
p { color: rgb(153,103,216); }
H1.HeaderClassName
{
color: #9967D8;
}
.AnyTagClassName
{
color: #9967D8;
}
</style>
background-color css
<style>
a { background-color: #9967D8; }
a { background-color: rgb(153,103,216); }
div.DivClassName
{
background-color: #9967D8;
}
.BgClassName
{
background-color: #9967D8;
}
</style>
border-color css
<style>
span { border-color: #9967D8; }
span { border-color: rgb(153,103,216); }
td.TdClassName
{
border-color: #9967D8;
}
.TagClassName
{
border-color: #9967D8;
}
</style>