Shades of Amethyst #9262BC
Tints of Amethyst #9262BC
RGB
CMYK
RGB Variations
Color information
#9262BC (or 0x9262BC) is known color: Amethyst. HEX triplet: 92, 62 and BC. RGB value is (146,98,188). Sum of RGB (Red+Green+Blue) = 146+98+188=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #9262BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262BC is #6D9D43. Grayscale: #7A7A7A. Windows color (decimal): -7183684 or 12346002. OLE color: 12346002.
HSL color Cylindrical-coordinate representation of color #9262BC: hue angle of 272º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9262BC is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 98 | 188 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.26 |
| HSL | 272º | 0.4% | 0.56% | - |
| HSV(B) | 272º | 0.48% | 0.74% | - |
| XYZ | 25.3 | 18.48 | 49.81 | - |
| YUV | 122.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 188 | 0.22 | 0.48 | 0 | 0.26 | 272 | 0.4 | 0.56 |
| Hex | 92 | 62 | BC | 16 | 30 | 0 | 1A | 110 | 28 | 38 |
| Octal | 222 | 142 | 274 | 26 | 60 | 0 | 32 | 420 | 50 | 70 |
| Binary | 10010010 | 1100010 | 10111100 | 10110 | 110000 | 0 | 11010 | 100010000 | 101000 | 111000 |
Color Harmonies of #9262BC
Complementary color
Monochromatic Colors of #9262BC
Black with #9262BC
Text Example
Text Example
White with #9262BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262BC; }
p { color: rgb(146,98,188); }
H1.HeaderClassName
{
color: #9262BC;
}
.AnyTagClassName
{
color: #9262BC;
}
</style>
background-color css
<style>
a { background-color: #9262BC; }
a { background-color: rgb(146,98,188); }
div.DivClassName
{
background-color: #9262BC;
}
.BgClassName
{
background-color: #9262BC;
}
</style>
border-color css
<style>
span { border-color: #9262BC; }
span { border-color: rgb(146,98,188); }
td.TdClassName
{
border-color: #9262BC;
}
.TagClassName
{
border-color: #9262BC;
}
</style>