Shades of Amethyst #9954E8
Tints of Amethyst #9954E8
RGB
CMYK
RGB Variations
Color information
#9954E8 (or 0x9954E8) is known color: Amethyst. HEX triplet: 99, 54 and E8. RGB value is (153,84,232). Sum of RGB (Red+Green+Blue) = 153+84+232=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #9954E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9954E8 is #66AB17. Grayscale: #787878. Windows color (decimal): -6728472 or 15226009. OLE color: 15226009.
HSL color Cylindrical-coordinate representation of color #9954E8: hue angle of 267.97º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9954E8 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 84 | 232 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.09 |
| HSL | 267.97º | 0.76% | 0.62% | - |
| HSV(B) | 267.97º | 0.64% | 0.91% | - |
| XYZ | 30.87 | 18.94 | 78.37 | - |
| YUV | 121.5 | 190.36 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 232 | 0.34 | 0.64 | 0 | 0.09 | 267.97 | 0.76 | 0.62 |
| Hex | 99 | 54 | E8 | 22 | 40 | 0 | 9 | 10C | 4C | 3E |
| Octal | 231 | 124 | 350 | 42 | 100 | 0 | 11 | 414 | 114 | 76 |
| Binary | 10011001 | 1010100 | 11101000 | 100010 | 1000000 | 0 | 1001 | 100001100 | 1001100 | 111110 |
Color Harmonies of #9954E8
Complementary color
Monochromatic Colors of #9954E8
Black with #9954E8
Text Example
Text Example
White with #9954E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9954E8; }
p { color: rgb(153,84,232); }
H1.HeaderClassName
{
color: #9954E8;
}
.AnyTagClassName
{
color: #9954E8;
}
</style>
background-color css
<style>
a { background-color: #9954E8; }
a { background-color: rgb(153,84,232); }
div.DivClassName
{
background-color: #9954E8;
}
.BgClassName
{
background-color: #9954E8;
}
</style>
border-color css
<style>
span { border-color: #9954E8; }
span { border-color: rgb(153,84,232); }
td.TdClassName
{
border-color: #9954E8;
}
.TagClassName
{
border-color: #9954E8;
}
</style>