Shades of Amethyst #9052CF
Tints of Amethyst #9052CF
RGB
CMYK
RGB Variations
Color information
#9052CF (or 0x9052CF) is known color: Amethyst. HEX triplet: 90, 52 and CF. RGB value is (144,82,207). Sum of RGB (Red+Green+Blue) = 144+82+207=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #9052CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052CF is #6FAD30. Grayscale: #727272. Windows color (decimal): -7318833 or 13587088. OLE color: 13587088.
HSL color Cylindrical-coordinate representation of color #9052CF: hue angle of 269.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9052CF is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 82 | 207 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.19 |
| HSL | 269.76º | 0.57% | 0.57% | - |
| HSV(B) | 269.76º | 0.6% | 0.81% | - |
| XYZ | 25.78 | 16.47 | 60.85 | - |
| YUV | 114.79 | 180.04 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 207 | 0.30 | 0.60 | 0 | 0.19 | 269.76 | 0.57 | 0.57 |
| Hex | 90 | 52 | CF | 1E | 3C | 0 | 13 | 10E | 39 | 39 |
| Octal | 220 | 122 | 317 | 36 | 74 | 0 | 23 | 416 | 71 | 71 |
| Binary | 10010000 | 1010010 | 11001111 | 11110 | 111100 | 0 | 10011 | 100001110 | 111001 | 111001 |
Color Harmonies of #9052CF
Complementary color
Monochromatic Colors of #9052CF
Black with #9052CF
Text Example
Text Example
White with #9052CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052CF; }
p { color: rgb(144,82,207); }
H1.HeaderClassName
{
color: #9052CF;
}
.AnyTagClassName
{
color: #9052CF;
}
</style>
background-color css
<style>
a { background-color: #9052CF; }
a { background-color: rgb(144,82,207); }
div.DivClassName
{
background-color: #9052CF;
}
.BgClassName
{
background-color: #9052CF;
}
</style>
border-color css
<style>
span { border-color: #9052CF; }
span { border-color: rgb(144,82,207); }
td.TdClassName
{
border-color: #9052CF;
}
.TagClassName
{
border-color: #9052CF;
}
</style>