Shades of Amethyst #9054CB
Tints of Amethyst #9054CB
RGB
CMYK
RGB Variations
Color information
#9054CB (or 0x9054CB) is known color: Amethyst. HEX triplet: 90, 54 and CB. RGB value is (144,84,203). Sum of RGB (Red+Green+Blue) = 144+84+203=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #9054CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054CB is #6FAB34. Grayscale: #737373. Windows color (decimal): -7318325 or 13325456. OLE color: 13325456.
HSL color Cylindrical-coordinate representation of color #9054CB: hue angle of 270.25º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9054CB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 84 | 203 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.20 |
| HSL | 270.25º | 0.53% | 0.56% | - |
| HSV(B) | 270.25º | 0.59% | 0.8% | - |
| XYZ | 25.45 | 16.58 | 58.36 | - |
| YUV | 115.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 203 | 0.29 | 0.59 | 0 | 0.20 | 270.25 | 0.53 | 0.56 |
| Hex | 90 | 54 | CB | 1D | 3B | 0 | 14 | 10E | 35 | 38 |
| Octal | 220 | 124 | 313 | 35 | 73 | 0 | 24 | 416 | 65 | 70 |
| Binary | 10010000 | 1010100 | 11001011 | 11101 | 111011 | 0 | 10100 | 100001110 | 110101 | 111000 |
Color Harmonies of #9054CB
Complementary color
Monochromatic Colors of #9054CB
Black with #9054CB
Text Example
Text Example
White with #9054CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9054CB; }
p { color: rgb(144,84,203); }
H1.HeaderClassName
{
color: #9054CB;
}
.AnyTagClassName
{
color: #9054CB;
}
</style>
background-color css
<style>
a { background-color: #9054CB; }
a { background-color: rgb(144,84,203); }
div.DivClassName
{
background-color: #9054CB;
}
.BgClassName
{
background-color: #9054CB;
}
</style>
border-color css
<style>
span { border-color: #9054CB; }
span { border-color: rgb(144,84,203); }
td.TdClassName
{
border-color: #9054CB;
}
.TagClassName
{
border-color: #9054CB;
}
</style>