Shades of Amethyst #9950DA
Tints of Amethyst #9950DA
RGB
CMYK
RGB Variations
Color information
#9950DA (or 0x9950DA) is known color: Amethyst. HEX triplet: 99, 50 and DA. RGB value is (153,80,218). Sum of RGB (Red+Green+Blue) = 153+80+218=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #9950DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950DA is #66AF25. Grayscale: #757575. Windows color (decimal): -6729510 or 14307481. OLE color: 14307481.
HSL color Cylindrical-coordinate representation of color #9950DA: hue angle of 271.74º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9950DA is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 80 | 218 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.15 |
| HSL | 271.74º | 0.65% | 0.58% | - |
| HSV(B) | 271.74º | 0.63% | 0.85% | - |
| XYZ | 28.66 | 17.57 | 68.21 | - |
| YUV | 117.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 218 | 0.30 | 0.63 | 0 | 0.15 | 271.74 | 0.65 | 0.58 |
| Hex | 99 | 50 | DA | 1E | 3F | 0 | F | 110 | 41 | 3A |
| Octal | 231 | 120 | 332 | 36 | 77 | 0 | 17 | 420 | 101 | 72 |
| Binary | 10011001 | 1010000 | 11011010 | 11110 | 111111 | 0 | 1111 | 100010000 | 1000001 | 111010 |
Color Harmonies of #9950DA
Complementary color
Monochromatic Colors of #9950DA
Black with #9950DA
Text Example
Text Example
White with #9950DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950DA; }
p { color: rgb(153,80,218); }
H1.HeaderClassName
{
color: #9950DA;
}
.AnyTagClassName
{
color: #9950DA;
}
</style>
background-color css
<style>
a { background-color: #9950DA; }
a { background-color: rgb(153,80,218); }
div.DivClassName
{
background-color: #9950DA;
}
.BgClassName
{
background-color: #9950DA;
}
</style>
border-color css
<style>
span { border-color: #9950DA; }
span { border-color: rgb(153,80,218); }
td.TdClassName
{
border-color: #9950DA;
}
.TagClassName
{
border-color: #9950DA;
}
</style>