Shades of Amethyst #9951EA
Tints of Amethyst #9951EA
RGB
CMYK
RGB Variations
Color information
#9951EA (or 0x9951EA) is known color: Amethyst. HEX triplet: 99, 51 and EA. RGB value is (153,81,234). Sum of RGB (Red+Green+Blue) = 153+81+234=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #9951EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9951EA is #66AE15. Grayscale: #777777. Windows color (decimal): -6729238 or 15356313. OLE color: 15356313.
HSL color Cylindrical-coordinate representation of color #9951EA: hue angle of 268.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9951EA is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 81 | 234 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.08 |
| HSL | 268.24º | 0.78% | 0.62% | - |
| HSV(B) | 268.24º | 0.65% | 0.92% | - |
| XYZ | 30.93 | 18.6 | 79.8 | - |
| YUV | 119.97 | 192.35 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 234 | 0.35 | 0.65 | 0 | 0.08 | 268.24 | 0.78 | 0.62 |
| Hex | 99 | 51 | EA | 23 | 41 | 0 | 8 | 10C | 4E | 3E |
| Octal | 231 | 121 | 352 | 43 | 101 | 0 | 10 | 414 | 116 | 76 |
| Binary | 10011001 | 1010001 | 11101010 | 100011 | 1000001 | 0 | 1000 | 100001100 | 1001110 | 111110 |
Color Harmonies of #9951EA
Complementary color
Monochromatic Colors of #9951EA
Black with #9951EA
Text Example
Text Example
White with #9951EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9951EA; }
p { color: rgb(153,81,234); }
H1.HeaderClassName
{
color: #9951EA;
}
.AnyTagClassName
{
color: #9951EA;
}
</style>
background-color css
<style>
a { background-color: #9951EA; }
a { background-color: rgb(153,81,234); }
div.DivClassName
{
background-color: #9951EA;
}
.BgClassName
{
background-color: #9951EA;
}
</style>
border-color css
<style>
span { border-color: #9951EA; }
span { border-color: rgb(153,81,234); }
td.TdClassName
{
border-color: #9951EA;
}
.TagClassName
{
border-color: #9951EA;
}
</style>