Shades of Amethyst #9950D6
Tints of Amethyst #9950D6
RGB
CMYK
RGB Variations
Color information
#9950D6 (or 0x9950D6) is known color: Amethyst. HEX triplet: 99, 50 and D6. RGB value is (153,80,214). Sum of RGB (Red+Green+Blue) = 153+80+214=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #9950D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950D6 is #66AF29. Grayscale: #747474. Windows color (decimal): -6729514 or 14045337. OLE color: 14045337.
HSL color Cylindrical-coordinate representation of color #9950D6: hue angle of 272.69º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9950D6 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 80 | 214 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.16 |
| HSL | 272.69º | 0.62% | 0.58% | - |
| HSV(B) | 272.69º | 0.63% | 0.84% | - |
| XYZ | 28.14 | 17.36 | 65.49 | - |
| YUV | 117.1 | 182.68 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 214 | 0.29 | 0.63 | 0 | 0.16 | 272.69 | 0.62 | 0.58 |
| Hex | 99 | 50 | D6 | 1D | 3F | 0 | 10 | 111 | 3E | 3A |
| Octal | 231 | 120 | 326 | 35 | 77 | 0 | 20 | 421 | 76 | 72 |
| Binary | 10011001 | 1010000 | 11010110 | 11101 | 111111 | 0 | 10000 | 100010001 | 111110 | 111010 |
Color Harmonies of #9950D6
Complementary color
Monochromatic Colors of #9950D6
Black with #9950D6
Text Example
Text Example
White with #9950D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950D6; }
p { color: rgb(153,80,214); }
H1.HeaderClassName
{
color: #9950D6;
}
.AnyTagClassName
{
color: #9950D6;
}
</style>
background-color css
<style>
a { background-color: #9950D6; }
a { background-color: rgb(153,80,214); }
div.DivClassName
{
background-color: #9950D6;
}
.BgClassName
{
background-color: #9950D6;
}
</style>
border-color css
<style>
span { border-color: #9950D6; }
span { border-color: rgb(153,80,214); }
td.TdClassName
{
border-color: #9950D6;
}
.TagClassName
{
border-color: #9950D6;
}
</style>