Shades of Amethyst #9051CD
Tints of Amethyst #9051CD
RGB
CMYK
RGB Variations
Color information
#9051CD (or 0x9051CD) is known color: Amethyst. HEX triplet: 90, 51 and CD. RGB value is (144,81,205). Sum of RGB (Red+Green+Blue) = 144+81+205=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #9051CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051CD is #6FAE32. Grayscale: #717171. Windows color (decimal): -7319091 or 13455760. OLE color: 13455760.
HSL color Cylindrical-coordinate representation of color #9051CD: hue angle of 270.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9051CD is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 81 | 205 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.20 |
| HSL | 270.48º | 0.55% | 0.56% | - |
| HSV(B) | 270.48º | 0.6% | 0.8% | - |
| XYZ | 25.46 | 16.22 | 59.55 | - |
| YUV | 113.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 205 | 0.30 | 0.60 | 0 | 0.20 | 270.48 | 0.55 | 0.56 |
| Hex | 90 | 51 | CD | 1E | 3C | 0 | 14 | 10E | 37 | 38 |
| Octal | 220 | 121 | 315 | 36 | 74 | 0 | 24 | 416 | 67 | 70 |
| Binary | 10010000 | 1010001 | 11001101 | 11110 | 111100 | 0 | 10100 | 100001110 | 110111 | 111000 |
Color Harmonies of #9051CD
Complementary color
Monochromatic Colors of #9051CD
Black with #9051CD
Text Example
Text Example
White with #9051CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9051CD; }
p { color: rgb(144,81,205); }
H1.HeaderClassName
{
color: #9051CD;
}
.AnyTagClassName
{
color: #9051CD;
}
</style>
background-color css
<style>
a { background-color: #9051CD; }
a { background-color: rgb(144,81,205); }
div.DivClassName
{
background-color: #9051CD;
}
.BgClassName
{
background-color: #9051CD;
}
</style>
border-color css
<style>
span { border-color: #9051CD; }
span { border-color: rgb(144,81,205); }
td.TdClassName
{
border-color: #9051CD;
}
.TagClassName
{
border-color: #9051CD;
}
</style>