Shades of Amethyst #9254CC
Tints of Amethyst #9254CC
RGB
CMYK
RGB Variations
Color information
#9254CC (or 0x9254CC) is known color: Amethyst. HEX triplet: 92, 54 and CC. RGB value is (146,84,204). Sum of RGB (Red+Green+Blue) = 146+84+204=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #9254CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254CC is #6DAB33. Grayscale: #737373. Windows color (decimal): -7187252 or 13390994. OLE color: 13390994.
HSL color Cylindrical-coordinate representation of color #9254CC: hue angle of 271º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9254CC is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 84 | 204 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.2 |
| HSL | 271º | 0.54% | 0.56% | - |
| HSV(B) | 271º | 0.59% | 0.8% | - |
| XYZ | 25.92 | 16.81 | 59.01 | - |
| YUV | 116.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 204 | 0.28 | 0.59 | 0 | 0.2 | 271 | 0.54 | 0.56 |
| Hex | 92 | 54 | CC | 1C | 3B | 0 | 14 | 10F | 36 | 38 |
| Octal | 222 | 124 | 314 | 34 | 73 | 0 | 24 | 417 | 66 | 70 |
| Binary | 10010010 | 1010100 | 11001100 | 11100 | 111011 | 0 | 10100 | 100001111 | 110110 | 111000 |
Color Harmonies of #9254CC
Complementary color
Monochromatic Colors of #9254CC
Black with #9254CC
Text Example
Text Example
White with #9254CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9254CC; }
p { color: rgb(146,84,204); }
H1.HeaderClassName
{
color: #9254CC;
}
.AnyTagClassName
{
color: #9254CC;
}
</style>
background-color css
<style>
a { background-color: #9254CC; }
a { background-color: rgb(146,84,204); }
div.DivClassName
{
background-color: #9254CC;
}
.BgClassName
{
background-color: #9254CC;
}
</style>
border-color css
<style>
span { border-color: #9254CC; }
span { border-color: rgb(146,84,204); }
td.TdClassName
{
border-color: #9254CC;
}
.TagClassName
{
border-color: #9254CC;
}
</style>