Shades of Amethyst #9350DB
Tints of Amethyst #9350DB
RGB
CMYK
RGB Variations
Color information
#9350DB (or 0x9350DB) is known color: Amethyst. HEX triplet: 93, 50 and DB. RGB value is (147,80,219). Sum of RGB (Red+Green+Blue) = 147+80+219=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #9350DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350DB is #6CAF24. Grayscale: #737373. Windows color (decimal): -7122725 or 14373011. OLE color: 14373011.
HSL color Cylindrical-coordinate representation of color #9350DB: hue angle of 268.92º 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 #9350DB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 80 | 219 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.14 |
| HSL | 268.92º | 0.66% | 0.59% | - |
| HSV(B) | 268.92º | 0.63% | 0.86% | - |
| XYZ | 27.69 | 17.05 | 68.85 | - |
| YUV | 115.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 219 | 0.33 | 0.63 | 0 | 0.14 | 268.92 | 0.66 | 0.59 |
| Hex | 93 | 50 | DB | 21 | 3F | 0 | E | 10D | 42 | 3B |
| Octal | 223 | 120 | 333 | 41 | 77 | 0 | 16 | 415 | 102 | 73 |
| Binary | 10010011 | 1010000 | 11011011 | 100001 | 111111 | 0 | 1110 | 100001101 | 1000010 | 111011 |
Color Harmonies of #9350DB
Complementary color
Monochromatic Colors of #9350DB
Black with #9350DB
Text Example
Text Example
White with #9350DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350DB; }
p { color: rgb(147,80,219); }
H1.HeaderClassName
{
color: #9350DB;
}
.AnyTagClassName
{
color: #9350DB;
}
</style>
background-color css
<style>
a { background-color: #9350DB; }
a { background-color: rgb(147,80,219); }
div.DivClassName
{
background-color: #9350DB;
}
.BgClassName
{
background-color: #9350DB;
}
</style>
border-color css
<style>
span { border-color: #9350DB; }
span { border-color: rgb(147,80,219); }
td.TdClassName
{
border-color: #9350DB;
}
.TagClassName
{
border-color: #9350DB;
}
</style>