Shades of Amethyst #9262D0
Tints of Amethyst #9262D0
RGB
CMYK
RGB Variations
Color information
#9262D0 (or 0x9262D0) is known color: Amethyst. HEX triplet: 92, 62 and D0. RGB value is (146,98,208). Sum of RGB (Red+Green+Blue) = 146+98+208=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #9262D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262D0 is #6D9D2F. Grayscale: #7C7C7C. Windows color (decimal): -7183664 or 13656722. OLE color: 13656722.
HSL color Cylindrical-coordinate representation of color #9262D0: hue angle of 266.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9262D0 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 98 | 208 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.18 |
| HSL | 266.18º | 0.54% | 0.6% | - |
| HSV(B) | 266.18º | 0.53% | 0.82% | - |
| XYZ | 27.61 | 19.4 | 61.96 | - |
| YUV | 124.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 208 | 0.30 | 0.53 | 0 | 0.18 | 266.18 | 0.54 | 0.6 |
| Hex | 92 | 62 | D0 | 1E | 35 | 0 | 12 | 10A | 36 | 3C |
| Octal | 222 | 142 | 320 | 36 | 65 | 0 | 22 | 412 | 66 | 74 |
| Binary | 10010010 | 1100010 | 11010000 | 11110 | 110101 | 0 | 10010 | 100001010 | 110110 | 111100 |
Color Harmonies of #9262D0
Complementary color
Monochromatic Colors of #9262D0
Black with #9262D0
Text Example
Text Example
White with #9262D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262D0; }
p { color: rgb(146,98,208); }
H1.HeaderClassName
{
color: #9262D0;
}
.AnyTagClassName
{
color: #9262D0;
}
</style>
background-color css
<style>
a { background-color: #9262D0; }
a { background-color: rgb(146,98,208); }
div.DivClassName
{
background-color: #9262D0;
}
.BgClassName
{
background-color: #9262D0;
}
</style>
border-color css
<style>
span { border-color: #9262D0; }
span { border-color: rgb(146,98,208); }
td.TdClassName
{
border-color: #9262D0;
}
.TagClassName
{
border-color: #9262D0;
}
</style>