Shades of Amethyst #9062BF
Tints of Amethyst #9062BF
RGB
CMYK
RGB Variations
Color information
#9062BF (or 0x9062BF) is known color: Amethyst. HEX triplet: 90, 62 and BF. RGB value is (144,98,191). Sum of RGB (Red+Green+Blue) = 144+98+191=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #9062BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062BF is #6F9D40. Grayscale: #7A7A7A. Windows color (decimal): -7314753 or 12542608. OLE color: 12542608.
HSL color Cylindrical-coordinate representation of color #9062BF: hue angle of 269.68º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9062BF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 98 | 191 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.25 |
| HSL | 269.68º | 0.42% | 0.57% | - |
| HSV(B) | 269.68º | 0.49% | 0.75% | - |
| XYZ | 25.27 | 18.43 | 51.51 | - |
| YUV | 122.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 191 | 0.25 | 0.49 | 0 | 0.25 | 269.68 | 0.42 | 0.57 |
| Hex | 90 | 62 | BF | 19 | 31 | 0 | 19 | 10E | 2A | 39 |
| Octal | 220 | 142 | 277 | 31 | 61 | 0 | 31 | 416 | 52 | 71 |
| Binary | 10010000 | 1100010 | 10111111 | 11001 | 110001 | 0 | 11001 | 100001110 | 101010 | 111001 |
Color Harmonies of #9062BF
Complementary color
Monochromatic Colors of #9062BF
Black with #9062BF
Text Example
Text Example
White with #9062BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9062BF; }
p { color: rgb(144,98,191); }
H1.HeaderClassName
{
color: #9062BF;
}
.AnyTagClassName
{
color: #9062BF;
}
</style>
background-color css
<style>
a { background-color: #9062BF; }
a { background-color: rgb(144,98,191); }
div.DivClassName
{
background-color: #9062BF;
}
.BgClassName
{
background-color: #9062BF;
}
</style>
border-color css
<style>
span { border-color: #9062BF; }
span { border-color: rgb(144,98,191); }
td.TdClassName
{
border-color: #9062BF;
}
.TagClassName
{
border-color: #9062BF;
}
</style>