Shades of Amethyst #9353DB
Tints of Amethyst #9353DB
RGB
CMYK
RGB Variations
Color information
#9353DB (or 0x9353DB) is known color: Amethyst. HEX triplet: 93, 53 and DB. RGB value is (147,83,219). Sum of RGB (Red+Green+Blue) = 147+83+219=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #9353DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353DB is #6CAC24. Grayscale: #757575. Windows color (decimal): -7121957 or 14373779. OLE color: 14373779.
HSL color Cylindrical-coordinate representation of color #9353DB: hue angle of 268.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9353DB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 83 | 219 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.14 |
| HSL | 268.24º | 0.65% | 0.59% | - |
| HSV(B) | 268.24º | 0.62% | 0.86% | - |
| XYZ | 27.91 | 17.5 | 68.93 | - |
| YUV | 117.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 219 | 0.33 | 0.62 | 0 | 0.14 | 268.24 | 0.65 | 0.59 |
| Hex | 93 | 53 | DB | 21 | 3E | 0 | E | 10C | 41 | 3B |
| Octal | 223 | 123 | 333 | 41 | 76 | 0 | 16 | 414 | 101 | 73 |
| Binary | 10010011 | 1010011 | 11011011 | 100001 | 111110 | 0 | 1110 | 100001100 | 1000001 | 111011 |
Color Harmonies of #9353DB
Complementary color
Monochromatic Colors of #9353DB
Black with #9353DB
Text Example
Text Example
White with #9353DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9353DB; }
p { color: rgb(147,83,219); }
H1.HeaderClassName
{
color: #9353DB;
}
.AnyTagClassName
{
color: #9353DB;
}
</style>
background-color css
<style>
a { background-color: #9353DB; }
a { background-color: rgb(147,83,219); }
div.DivClassName
{
background-color: #9353DB;
}
.BgClassName
{
background-color: #9353DB;
}
</style>
border-color css
<style>
span { border-color: #9353DB; }
span { border-color: rgb(147,83,219); }
td.TdClassName
{
border-color: #9353DB;
}
.TagClassName
{
border-color: #9353DB;
}
</style>