Shades of Amethyst #9A50DC
Tints of Amethyst #9A50DC
RGB
CMYK
RGB Variations
Color information
#9A50DC (or 0x9A50DC) is known color: Amethyst. HEX triplet: 9A, 50 and DC. RGB value is (154,80,220). Sum of RGB (Red+Green+Blue) = 154+80+220=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 80 (31.64% from 255 or 17.62% 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 #9A50DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50DC is #65AF23. Grayscale: #757575. Windows color (decimal): -6663972 or 14438554. OLE color: 14438554.
HSL color Cylindrical-coordinate representation of color #9A50DC: hue angle of 271.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A50DC is Cyan = 0.3, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 80 | 220 | - |
| CMYK | 0.3 | 0.64 | 0 | 0.14 |
| HSL | 271.71º | 0.67% | 0.59% | - |
| HSV(B) | 271.71º | 0.64% | 0.86% | - |
| XYZ | 29.11 | 17.77 | 69.61 | - |
| YUV | 118.09 | 185.52 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 220 | 0.3 | 0.64 | 0 | 0.14 | 271.71 | 0.67 | 0.59 |
| Hex | 9A | 50 | DC | 1E | 40 | 0 | E | 110 | 43 | 3B |
| Octal | 232 | 120 | 334 | 36 | 100 | 0 | 16 | 420 | 103 | 73 |
| Binary | 10011010 | 1010000 | 11011100 | 11110 | 1000000 | 0 | 1110 | 100010000 | 1000011 | 111011 |
Color Harmonies of #9A50DC
Complementary color
Monochromatic Colors of #9A50DC
Black with #9A50DC
Text Example
Text Example
White with #9A50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A50DC; }
p { color: rgb(154,80,220); }
H1.HeaderClassName
{
color: #9A50DC;
}
.AnyTagClassName
{
color: #9A50DC;
}
</style>
background-color css
<style>
a { background-color: #9A50DC; }
a { background-color: rgb(154,80,220); }
div.DivClassName
{
background-color: #9A50DC;
}
.BgClassName
{
background-color: #9A50DC;
}
</style>
border-color css
<style>
span { border-color: #9A50DC; }
span { border-color: rgb(154,80,220); }
td.TdClassName
{
border-color: #9A50DC;
}
.TagClassName
{
border-color: #9A50DC;
}
</style>