Shades of Amethyst #9950DB
Tints of Amethyst #9950DB
RGB
CMYK
RGB Variations
Color information
#9950DB (or 0x9950DB) is known color: Amethyst. HEX triplet: 99, 50 and DB. RGB value is (153,80,219). Sum of RGB (Red+Green+Blue) = 153+80+219=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #9950DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950DB is #66AF24. Grayscale: #757575. Windows color (decimal): -6729509 or 14373017. OLE color: 14373017.
HSL color Cylindrical-coordinate representation of color #9950DB: hue angle of 271.51º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9950DB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 80 | 219 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.14 |
| HSL | 271.51º | 0.66% | 0.59% | - |
| HSV(B) | 271.51º | 0.63% | 0.86% | - |
| XYZ | 28.79 | 17.62 | 68.9 | - |
| YUV | 117.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 219 | 0.30 | 0.63 | 0 | 0.14 | 271.51 | 0.66 | 0.59 |
| Hex | 99 | 50 | DB | 1E | 3F | 0 | E | 110 | 42 | 3B |
| Octal | 231 | 120 | 333 | 36 | 77 | 0 | 16 | 420 | 102 | 73 |
| Binary | 10011001 | 1010000 | 11011011 | 11110 | 111111 | 0 | 1110 | 100010000 | 1000010 | 111011 |
Color Harmonies of #9950DB
Complementary color
Monochromatic Colors of #9950DB
Black with #9950DB
Text Example
Text Example
White with #9950DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950DB; }
p { color: rgb(153,80,219); }
H1.HeaderClassName
{
color: #9950DB;
}
.AnyTagClassName
{
color: #9950DB;
}
</style>
background-color css
<style>
a { background-color: #9950DB; }
a { background-color: rgb(153,80,219); }
div.DivClassName
{
background-color: #9950DB;
}
.BgClassName
{
background-color: #9950DB;
}
</style>
border-color css
<style>
span { border-color: #9950DB; }
span { border-color: rgb(153,80,219); }
td.TdClassName
{
border-color: #9950DB;
}
.TagClassName
{
border-color: #9950DB;
}
</style>