Shades of Amethyst #9062CF
Tints of Amethyst #9062CF
RGB
CMYK
RGB Variations
Color information
#9062CF (or 0x9062CF) is known color: Amethyst. HEX triplet: 90, 62 and CF. RGB value is (144,98,207). Sum of RGB (Red+Green+Blue) = 144+98+207=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #9062CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062CF is #6F9D30. Grayscale: #7B7B7B. Windows color (decimal): -7314737 or 13591184. OLE color: 13591184.
HSL color Cylindrical-coordinate representation of color #9062CF: hue angle of 265.32º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9062CF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 98 | 207 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.19 |
| HSL | 265.32º | 0.53% | 0.6% | - |
| HSV(B) | 265.32º | 0.53% | 0.81% | - |
| XYZ | 27.13 | 19.17 | 61.3 | - |
| YUV | 124.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 207 | 0.30 | 0.53 | 0 | 0.19 | 265.32 | 0.53 | 0.6 |
| Hex | 90 | 62 | CF | 1E | 35 | 0 | 13 | 109 | 35 | 3C |
| Octal | 220 | 142 | 317 | 36 | 65 | 0 | 23 | 411 | 65 | 74 |
| Binary | 10010000 | 1100010 | 11001111 | 11110 | 110101 | 0 | 10011 | 100001001 | 110101 | 111100 |
Color Harmonies of #9062CF
Complementary color
Monochromatic Colors of #9062CF
Black with #9062CF
Text Example
Text Example
White with #9062CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9062CF; }
p { color: rgb(144,98,207); }
H1.HeaderClassName
{
color: #9062CF;
}
.AnyTagClassName
{
color: #9062CF;
}
</style>
background-color css
<style>
a { background-color: #9062CF; }
a { background-color: rgb(144,98,207); }
div.DivClassName
{
background-color: #9062CF;
}
.BgClassName
{
background-color: #9062CF;
}
</style>
border-color css
<style>
span { border-color: #9062CF; }
span { border-color: rgb(144,98,207); }
td.TdClassName
{
border-color: #9062CF;
}
.TagClassName
{
border-color: #9062CF;
}
</style>