Shades of Amethyst #9254DB
Tints of Amethyst #9254DB
RGB
CMYK
RGB Variations
Color information
#9254DB (or 0x9254DB) is known color: Amethyst. HEX triplet: 92, 54 and DB. RGB value is (146,84,219). Sum of RGB (Red+Green+Blue) = 146+84+219=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 84 (33.20% from 255 or 18.71% 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 #9254DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254DB is #6DAB24. Grayscale: #757575. Windows color (decimal): -7187237 or 14374034. OLE color: 14374034.
HSL color Cylindrical-coordinate representation of color #9254DB: hue angle of 267.56º 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 #9254DB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 84 | 219 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.14 |
| HSL | 267.56º | 0.65% | 0.59% | - |
| HSV(B) | 267.56º | 0.62% | 0.86% | - |
| XYZ | 27.81 | 17.57 | 68.94 | - |
| YUV | 117.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 219 | 0.33 | 0.62 | 0 | 0.14 | 267.56 | 0.65 | 0.59 |
| Hex | 92 | 54 | DB | 21 | 3E | 0 | E | 10C | 41 | 3B |
| Octal | 222 | 124 | 333 | 41 | 76 | 0 | 16 | 414 | 101 | 73 |
| Binary | 10010010 | 1010100 | 11011011 | 100001 | 111110 | 0 | 1110 | 100001100 | 1000001 | 111011 |
Color Harmonies of #9254DB
Complementary color
Monochromatic Colors of #9254DB
Black with #9254DB
Text Example
Text Example
White with #9254DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9254DB; }
p { color: rgb(146,84,219); }
H1.HeaderClassName
{
color: #9254DB;
}
.AnyTagClassName
{
color: #9254DB;
}
</style>
background-color css
<style>
a { background-color: #9254DB; }
a { background-color: rgb(146,84,219); }
div.DivClassName
{
background-color: #9254DB;
}
.BgClassName
{
background-color: #9254DB;
}
</style>
border-color css
<style>
span { border-color: #9254DB; }
span { border-color: rgb(146,84,219); }
td.TdClassName
{
border-color: #9254DB;
}
.TagClassName
{
border-color: #9254DB;
}
</style>