Shades of Amethyst #9050CF
Tints of Amethyst #9050CF
RGB
CMYK
RGB Variations
Color information
#9050CF (or 0x9050CF) is known color: Amethyst. HEX triplet: 90, 50 and CF. RGB value is (144,80,207). Sum of RGB (Red+Green+Blue) = 144+80+207=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #9050CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050CF is #6FAF30. Grayscale: #717171. Windows color (decimal): -7319345 or 13586576. OLE color: 13586576.
HSL color Cylindrical-coordinate representation of color #9050CF: hue angle of 270.24º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9050CF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 80 | 207 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.19 |
| HSL | 270.24º | 0.57% | 0.56% | - |
| HSV(B) | 270.24º | 0.61% | 0.81% | - |
| XYZ | 25.63 | 16.17 | 60.8 | - |
| YUV | 113.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 207 | 0.30 | 0.61 | 0 | 0.19 | 270.24 | 0.57 | 0.56 |
| Hex | 90 | 50 | CF | 1E | 3D | 0 | 13 | 10E | 39 | 38 |
| Octal | 220 | 120 | 317 | 36 | 75 | 0 | 23 | 416 | 71 | 70 |
| Binary | 10010000 | 1010000 | 11001111 | 11110 | 111101 | 0 | 10011 | 100001110 | 111001 | 111000 |
Color Harmonies of #9050CF
Complementary color
Monochromatic Colors of #9050CF
Black with #9050CF
Text Example
Text Example
White with #9050CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050CF; }
p { color: rgb(144,80,207); }
H1.HeaderClassName
{
color: #9050CF;
}
.AnyTagClassName
{
color: #9050CF;
}
</style>
background-color css
<style>
a { background-color: #9050CF; }
a { background-color: rgb(144,80,207); }
div.DivClassName
{
background-color: #9050CF;
}
.BgClassName
{
background-color: #9050CF;
}
</style>
border-color css
<style>
span { border-color: #9050CF; }
span { border-color: rgb(144,80,207); }
td.TdClassName
{
border-color: #9050CF;
}
.TagClassName
{
border-color: #9050CF;
}
</style>