Shades of Amethyst #9967D3
Tints of Amethyst #9967D3
RGB
CMYK
RGB Variations
Color information
#9967D3 (or 0x9967D3) is known color: Amethyst. HEX triplet: 99, 67 and D3. RGB value is (153,103,211). Sum of RGB (Red+Green+Blue) = 153+103+211=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #9967D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967D3 is #66982C. Grayscale: #818181. Windows color (decimal): -6723629 or 13854617. OLE color: 13854617.
HSL color Cylindrical-coordinate representation of color #9967D3: hue angle of 267.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9967D3 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 103 | 211 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.17 |
| HSL | 267.78º | 0.55% | 0.62% | - |
| HSV(B) | 267.78º | 0.51% | 0.83% | - |
| XYZ | 29.74 | 21.18 | 64.15 | - |
| YUV | 130.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 211 | 0.27 | 0.51 | 0 | 0.17 | 267.78 | 0.55 | 0.62 |
| Hex | 99 | 67 | D3 | 1B | 33 | 0 | 11 | 10C | 37 | 3E |
| Octal | 231 | 147 | 323 | 33 | 63 | 0 | 21 | 414 | 67 | 76 |
| Binary | 10011001 | 1100111 | 11010011 | 11011 | 110011 | 0 | 10001 | 100001100 | 110111 | 111110 |
Color Harmonies of #9967D3
Complementary color
Monochromatic Colors of #9967D3
Black with #9967D3
Text Example
Text Example
White with #9967D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967D3; }
p { color: rgb(153,103,211); }
H1.HeaderClassName
{
color: #9967D3;
}
.AnyTagClassName
{
color: #9967D3;
}
</style>
background-color css
<style>
a { background-color: #9967D3; }
a { background-color: rgb(153,103,211); }
div.DivClassName
{
background-color: #9967D3;
}
.BgClassName
{
background-color: #9967D3;
}
</style>
border-color css
<style>
span { border-color: #9967D3; }
span { border-color: rgb(153,103,211); }
td.TdClassName
{
border-color: #9967D3;
}
.TagClassName
{
border-color: #9967D3;
}
</style>