Shades of Amethyst #9550DB
Tints of Amethyst #9550DB
RGB
CMYK
RGB Variations
Color information
#9550DB (or 0x9550DB) is known color: Amethyst. HEX triplet: 95, 50 and DB. RGB value is (149,80,219). Sum of RGB (Red+Green+Blue) = 149+80+219=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #9550DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550DB is #6AAF24. Grayscale: #737373. Windows color (decimal): -6991653 or 14373013. OLE color: 14373013.
HSL color Cylindrical-coordinate representation of color #9550DB: hue angle of 269.78º 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 #9550DB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 80 | 219 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.14 |
| HSL | 269.78º | 0.66% | 0.59% | - |
| HSV(B) | 269.78º | 0.63% | 0.86% | - |
| XYZ | 28.05 | 17.24 | 68.87 | - |
| YUV | 116.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 219 | 0.32 | 0.63 | 0 | 0.14 | 269.78 | 0.66 | 0.59 |
| Hex | 95 | 50 | DB | 20 | 3F | 0 | E | 10E | 42 | 3B |
| Octal | 225 | 120 | 333 | 40 | 77 | 0 | 16 | 416 | 102 | 73 |
| Binary | 10010101 | 1010000 | 11011011 | 100000 | 111111 | 0 | 1110 | 100001110 | 1000010 | 111011 |
Color Harmonies of #9550DB
Complementary color
Monochromatic Colors of #9550DB
Black with #9550DB
Text Example
Text Example
White with #9550DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550DB; }
p { color: rgb(149,80,219); }
H1.HeaderClassName
{
color: #9550DB;
}
.AnyTagClassName
{
color: #9550DB;
}
</style>
background-color css
<style>
a { background-color: #9550DB; }
a { background-color: rgb(149,80,219); }
div.DivClassName
{
background-color: #9550DB;
}
.BgClassName
{
background-color: #9550DB;
}
</style>
border-color css
<style>
span { border-color: #9550DB; }
span { border-color: rgb(149,80,219); }
td.TdClassName
{
border-color: #9550DB;
}
.TagClassName
{
border-color: #9550DB;
}
</style>