Shades of Amethyst #9969D0
Tints of Amethyst #9969D0
RGB
CMYK
RGB Variations
Color information
#9969D0 (or 0x9969D0) is known color: Amethyst. HEX triplet: 99, 69 and D0. RGB value is (153,105,208). Sum of RGB (Red+Green+Blue) = 153+105+208=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #9969D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969D0 is #66962F. Grayscale: #828282. Windows color (decimal): -6723120 or 13658521. OLE color: 13658521.
HSL color Cylindrical-coordinate representation of color #9969D0: hue angle of 267.96º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9969D0 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 105 | 208 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.18 |
| HSL | 267.96º | 0.52% | 0.61% | - |
| HSV(B) | 267.96º | 0.5% | 0.82% | - |
| XYZ | 29.57 | 21.43 | 62.25 | - |
| YUV | 131.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 208 | 0.26 | 0.50 | 0 | 0.18 | 267.96 | 0.52 | 0.61 |
| Hex | 99 | 69 | D0 | 1A | 32 | 0 | 12 | 10C | 34 | 3D |
| Octal | 231 | 151 | 320 | 32 | 62 | 0 | 22 | 414 | 64 | 75 |
| Binary | 10011001 | 1101001 | 11010000 | 11010 | 110010 | 0 | 10010 | 100001100 | 110100 | 111101 |
Color Harmonies of #9969D0
Complementary color
Monochromatic Colors of #9969D0
Black with #9969D0
Text Example
Text Example
White with #9969D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969D0; }
p { color: rgb(153,105,208); }
H1.HeaderClassName
{
color: #9969D0;
}
.AnyTagClassName
{
color: #9969D0;
}
</style>
background-color css
<style>
a { background-color: #9969D0; }
a { background-color: rgb(153,105,208); }
div.DivClassName
{
background-color: #9969D0;
}
.BgClassName
{
background-color: #9969D0;
}
</style>
border-color css
<style>
span { border-color: #9969D0; }
span { border-color: rgb(153,105,208); }
td.TdClassName
{
border-color: #9969D0;
}
.TagClassName
{
border-color: #9969D0;
}
</style>