Shades of Amethyst #9056CB
Tints of Amethyst #9056CB
RGB
CMYK
RGB Variations
Color information
#9056CB (or 0x9056CB) is known color: Amethyst. HEX triplet: 90, 56 and CB. RGB value is (144,86,203). Sum of RGB (Red+Green+Blue) = 144+86+203=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #9056CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056CB is #6FA934. Grayscale: #747474. Windows color (decimal): -7317813 or 13325968. OLE color: 13325968.
HSL color Cylindrical-coordinate representation of color #9056CB: hue angle of 269.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9056CB is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 86 | 203 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.20 |
| HSL | 269.74º | 0.53% | 0.57% | - |
| HSV(B) | 269.74º | 0.58% | 0.8% | - |
| XYZ | 25.61 | 16.9 | 58.41 | - |
| YUV | 116.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 203 | 0.29 | 0.58 | 0 | 0.20 | 269.74 | 0.53 | 0.57 |
| Hex | 90 | 56 | CB | 1D | 3A | 0 | 14 | 10E | 35 | 39 |
| Octal | 220 | 126 | 313 | 35 | 72 | 0 | 24 | 416 | 65 | 71 |
| Binary | 10010000 | 1010110 | 11001011 | 11101 | 111010 | 0 | 10100 | 100001110 | 110101 | 111001 |
Color Harmonies of #9056CB
Complementary color
Monochromatic Colors of #9056CB
Black with #9056CB
Text Example
Text Example
White with #9056CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9056CB; }
p { color: rgb(144,86,203); }
H1.HeaderClassName
{
color: #9056CB;
}
.AnyTagClassName
{
color: #9056CB;
}
</style>
background-color css
<style>
a { background-color: #9056CB; }
a { background-color: rgb(144,86,203); }
div.DivClassName
{
background-color: #9056CB;
}
.BgClassName
{
background-color: #9056CB;
}
</style>
border-color css
<style>
span { border-color: #9056CB; }
span { border-color: rgb(144,86,203); }
td.TdClassName
{
border-color: #9056CB;
}
.TagClassName
{
border-color: #9056CB;
}
</style>