Shades of Amethyst #9951DC
Tints of Amethyst #9951DC
RGB
CMYK
RGB Variations
Color information
#9951DC (or 0x9951DC) is known color: Amethyst. HEX triplet: 99, 51 and DC. RGB value is (153,81,220). Sum of RGB (Red+Green+Blue) = 153+81+220=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #9951DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9951DC is #66AE23. Grayscale: #757575. Windows color (decimal): -6729252 or 14438809. OLE color: 14438809.
HSL color Cylindrical-coordinate representation of color #9951DC: hue angle of 271.08º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9951DC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 81 | 220 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.14 |
| HSL | 271.08º | 0.67% | 0.59% | - |
| HSV(B) | 271.08º | 0.63% | 0.86% | - |
| XYZ | 29 | 17.82 | 69.62 | - |
| YUV | 118.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 220 | 0.30 | 0.63 | 0 | 0.14 | 271.08 | 0.67 | 0.59 |
| Hex | 99 | 51 | DC | 1E | 3F | 0 | E | 10F | 43 | 3B |
| Octal | 231 | 121 | 334 | 36 | 77 | 0 | 16 | 417 | 103 | 73 |
| Binary | 10011001 | 1010001 | 11011100 | 11110 | 111111 | 0 | 1110 | 100001111 | 1000011 | 111011 |
Color Harmonies of #9951DC
Complementary color
Monochromatic Colors of #9951DC
Black with #9951DC
Text Example
Text Example
White with #9951DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9951DC; }
p { color: rgb(153,81,220); }
H1.HeaderClassName
{
color: #9951DC;
}
.AnyTagClassName
{
color: #9951DC;
}
</style>
background-color css
<style>
a { background-color: #9951DC; }
a { background-color: rgb(153,81,220); }
div.DivClassName
{
background-color: #9951DC;
}
.BgClassName
{
background-color: #9951DC;
}
</style>
border-color css
<style>
span { border-color: #9951DC; }
span { border-color: rgb(153,81,220); }
td.TdClassName
{
border-color: #9951DC;
}
.TagClassName
{
border-color: #9951DC;
}
</style>