Shades of Amethyst #9254CE
Tints of Amethyst #9254CE
RGB
CMYK
RGB Variations
Color information
#9254CE (or 0x9254CE) is known color: Amethyst. HEX triplet: 92, 54 and CE. RGB value is (146,84,206). Sum of RGB (Red+Green+Blue) = 146+84+206=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #9254CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254CE is #6DAB31. Grayscale: #747474. Windows color (decimal): -7187250 or 13522066. OLE color: 13522066.
HSL color Cylindrical-coordinate representation of color #9254CE: hue angle of 270.49º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9254CE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 84 | 206 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.19 |
| HSL | 270.49º | 0.55% | 0.57% | - |
| HSV(B) | 270.49º | 0.59% | 0.81% | - |
| XYZ | 26.16 | 16.91 | 60.28 | - |
| YUV | 116.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 206 | 0.29 | 0.59 | 0 | 0.19 | 270.49 | 0.55 | 0.57 |
| Hex | 92 | 54 | CE | 1D | 3B | 0 | 13 | 10E | 37 | 39 |
| Octal | 222 | 124 | 316 | 35 | 73 | 0 | 23 | 416 | 67 | 71 |
| Binary | 10010010 | 1010100 | 11001110 | 11101 | 111011 | 0 | 10011 | 100001110 | 110111 | 111001 |
Color Harmonies of #9254CE
Complementary color
Monochromatic Colors of #9254CE
Black with #9254CE
Text Example
Text Example
White with #9254CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9254CE; }
p { color: rgb(146,84,206); }
H1.HeaderClassName
{
color: #9254CE;
}
.AnyTagClassName
{
color: #9254CE;
}
</style>
background-color css
<style>
a { background-color: #9254CE; }
a { background-color: rgb(146,84,206); }
div.DivClassName
{
background-color: #9254CE;
}
.BgClassName
{
background-color: #9254CE;
}
</style>
border-color css
<style>
span { border-color: #9254CE; }
span { border-color: rgb(146,84,206); }
td.TdClassName
{
border-color: #9254CE;
}
.TagClassName
{
border-color: #9254CE;
}
</style>