Shades of Amethyst #9453DB
Tints of Amethyst #9453DB
RGB
CMYK
RGB Variations
Color information
#9453DB (or 0x9453DB) is known color: Amethyst. HEX triplet: 94, 53 and DB. RGB value is (148,83,219). Sum of RGB (Red+Green+Blue) = 148+83+219=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #9453DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453DB is #6BAC24. Grayscale: #757575. Windows color (decimal): -7056421 or 14373780. OLE color: 14373780.
HSL color Cylindrical-coordinate representation of color #9453DB: hue angle of 268.68º 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 #9453DB is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 83 | 219 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.14 |
| HSL | 268.68º | 0.65% | 0.59% | - |
| HSV(B) | 268.68º | 0.62% | 0.86% | - |
| XYZ | 28.09 | 17.6 | 68.93 | - |
| YUV | 117.94 | 185.03 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 219 | 0.32 | 0.62 | 0 | 0.14 | 268.68 | 0.65 | 0.59 |
| Hex | 94 | 53 | DB | 20 | 3E | 0 | E | 10D | 41 | 3B |
| Octal | 224 | 123 | 333 | 40 | 76 | 0 | 16 | 415 | 101 | 73 |
| Binary | 10010100 | 1010011 | 11011011 | 100000 | 111110 | 0 | 1110 | 100001101 | 1000001 | 111011 |
Color Harmonies of #9453DB
Complementary color
Monochromatic Colors of #9453DB
Black with #9453DB
Text Example
Text Example
White with #9453DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9453DB; }
p { color: rgb(148,83,219); }
H1.HeaderClassName
{
color: #9453DB;
}
.AnyTagClassName
{
color: #9453DB;
}
</style>
background-color css
<style>
a { background-color: #9453DB; }
a { background-color: rgb(148,83,219); }
div.DivClassName
{
background-color: #9453DB;
}
.BgClassName
{
background-color: #9453DB;
}
</style>
border-color css
<style>
span { border-color: #9453DB; }
span { border-color: rgb(148,83,219); }
td.TdClassName
{
border-color: #9453DB;
}
.TagClassName
{
border-color: #9453DB;
}
</style>