Shades of Amethyst #9063CD
Tints of Amethyst #9063CD
RGB
CMYK
RGB Variations
Color information
#9063CD (or 0x9063CD) is known color: Amethyst. HEX triplet: 90, 63 and CD. RGB value is (144,99,205). Sum of RGB (Red+Green+Blue) = 144+99+205=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #9063CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063CD is #6F9C32. Grayscale: #7C7C7C. Windows color (decimal): -7314483 or 13460368. OLE color: 13460368.
HSL color Cylindrical-coordinate representation of color #9063CD: hue angle of 265.47º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9063CD is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 99 | 205 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.20 |
| HSL | 265.47º | 0.51% | 0.6% | - |
| HSV(B) | 265.47º | 0.52% | 0.8% | - |
| XYZ | 26.98 | 19.26 | 60.05 | - |
| YUV | 124.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 205 | 0.30 | 0.52 | 0 | 0.20 | 265.47 | 0.51 | 0.6 |
| Hex | 90 | 63 | CD | 1E | 34 | 0 | 14 | 109 | 33 | 3C |
| Octal | 220 | 143 | 315 | 36 | 64 | 0 | 24 | 411 | 63 | 74 |
| Binary | 10010000 | 1100011 | 11001101 | 11110 | 110100 | 0 | 10100 | 100001001 | 110011 | 111100 |
Color Harmonies of #9063CD
Complementary color
Monochromatic Colors of #9063CD
Black with #9063CD
Text Example
Text Example
White with #9063CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9063CD; }
p { color: rgb(144,99,205); }
H1.HeaderClassName
{
color: #9063CD;
}
.AnyTagClassName
{
color: #9063CD;
}
</style>
background-color css
<style>
a { background-color: #9063CD; }
a { background-color: rgb(144,99,205); }
div.DivClassName
{
background-color: #9063CD;
}
.BgClassName
{
background-color: #9063CD;
}
</style>
border-color css
<style>
span { border-color: #9063CD; }
span { border-color: rgb(144,99,205); }
td.TdClassName
{
border-color: #9063CD;
}
.TagClassName
{
border-color: #9063CD;
}
</style>