Shades of Amethyst #9351DB
Tints of Amethyst #9351DB
RGB
CMYK
RGB Variations
Color information
#9351DB (or 0x9351DB) is known color: Amethyst. HEX triplet: 93, 51 and DB. RGB value is (147,81,219). Sum of RGB (Red+Green+Blue) = 147+81+219=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #9351DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351DB is #6CAE24. Grayscale: #737373. Windows color (decimal): -7122469 or 14373267. OLE color: 14373267.
HSL color Cylindrical-coordinate representation of color #9351DB: hue angle of 268.7º 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 #9351DB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 81 | 219 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.14 |
| HSL | 268.7º | 0.66% | 0.59% | - |
| HSV(B) | 268.7º | 0.63% | 0.86% | - |
| XYZ | 27.76 | 17.2 | 68.88 | - |
| YUV | 116.47 | 185.87 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 219 | 0.33 | 0.63 | 0 | 0.14 | 268.7 | 0.66 | 0.59 |
| Hex | 93 | 51 | DB | 21 | 3F | 0 | E | 10D | 42 | 3B |
| Octal | 223 | 121 | 333 | 41 | 77 | 0 | 16 | 415 | 102 | 73 |
| Binary | 10010011 | 1010001 | 11011011 | 100001 | 111111 | 0 | 1110 | 100001101 | 1000010 | 111011 |
Color Harmonies of #9351DB
Complementary color
Monochromatic Colors of #9351DB
Black with #9351DB
Text Example
Text Example
White with #9351DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9351DB; }
p { color: rgb(147,81,219); }
H1.HeaderClassName
{
color: #9351DB;
}
.AnyTagClassName
{
color: #9351DB;
}
</style>
background-color css
<style>
a { background-color: #9351DB; }
a { background-color: rgb(147,81,219); }
div.DivClassName
{
background-color: #9351DB;
}
.BgClassName
{
background-color: #9351DB;
}
</style>
border-color css
<style>
span { border-color: #9351DB; }
span { border-color: rgb(147,81,219); }
td.TdClassName
{
border-color: #9351DB;
}
.TagClassName
{
border-color: #9351DB;
}
</style>