Shades of Amethyst #9261CE
Tints of Amethyst #9261CE
RGB
CMYK
RGB Variations
Color information
#9261CE (or 0x9261CE) is known color: Amethyst. HEX triplet: 92, 61 and CE. RGB value is (146,97,206). Sum of RGB (Red+Green+Blue) = 146+97+206=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #9261CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261CE is #6D9E31. Grayscale: #7B7B7B. Windows color (decimal): -7183922 or 13525394. OLE color: 13525394.
HSL color Cylindrical-coordinate representation of color #9261CE: hue angle of 266.97º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9261CE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 97 | 206 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.19 |
| HSL | 266.97º | 0.53% | 0.59% | - |
| HSV(B) | 266.97º | 0.53% | 0.81% | - |
| XYZ | 27.27 | 19.12 | 60.65 | - |
| YUV | 124.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 206 | 0.29 | 0.53 | 0 | 0.19 | 266.97 | 0.53 | 0.59 |
| Hex | 92 | 61 | CE | 1D | 35 | 0 | 13 | 10B | 35 | 3B |
| Octal | 222 | 141 | 316 | 35 | 65 | 0 | 23 | 413 | 65 | 73 |
| Binary | 10010010 | 1100001 | 11001110 | 11101 | 110101 | 0 | 10011 | 100001011 | 110101 | 111011 |
Color Harmonies of #9261CE
Complementary color
Monochromatic Colors of #9261CE
Black with #9261CE
Text Example
Text Example
White with #9261CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9261CE; }
p { color: rgb(146,97,206); }
H1.HeaderClassName
{
color: #9261CE;
}
.AnyTagClassName
{
color: #9261CE;
}
</style>
background-color css
<style>
a { background-color: #9261CE; }
a { background-color: rgb(146,97,206); }
div.DivClassName
{
background-color: #9261CE;
}
.BgClassName
{
background-color: #9261CE;
}
</style>
border-color css
<style>
span { border-color: #9261CE; }
span { border-color: rgb(146,97,206); }
td.TdClassName
{
border-color: #9261CE;
}
.TagClassName
{
border-color: #9261CE;
}
</style>