Shades of Amethyst #9255DF
Tints of Amethyst #9255DF
RGB
CMYK
RGB Variations
Color information
#9255DF (or 0x9255DF) is known color: Amethyst. HEX triplet: 92, 55 and DF. RGB value is (146,85,223). Sum of RGB (Red+Green+Blue) = 146+85+223=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #9255DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255DF is #6DAA20. Grayscale: #767676. Windows color (decimal): -7186977 or 14636434. OLE color: 14636434.
HSL color Cylindrical-coordinate representation of color #9255DF: hue angle of 266.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9255DF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 85 | 223 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.13 |
| HSL | 266.52º | 0.68% | 0.6% | - |
| HSV(B) | 266.52º | 0.62% | 0.87% | - |
| XYZ | 28.42 | 17.94 | 71.78 | - |
| YUV | 118.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 223 | 0.35 | 0.62 | 0 | 0.13 | 266.52 | 0.68 | 0.6 |
| Hex | 92 | 55 | DF | 23 | 3E | 0 | D | 10B | 44 | 3C |
| Octal | 222 | 125 | 337 | 43 | 76 | 0 | 15 | 413 | 104 | 74 |
| Binary | 10010010 | 1010101 | 11011111 | 100011 | 111110 | 0 | 1101 | 100001011 | 1000100 | 111100 |
Color Harmonies of #9255DF
Complementary color
Monochromatic Colors of #9255DF
Black with #9255DF
Text Example
Text Example
White with #9255DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9255DF; }
p { color: rgb(146,85,223); }
H1.HeaderClassName
{
color: #9255DF;
}
.AnyTagClassName
{
color: #9255DF;
}
</style>
background-color css
<style>
a { background-color: #9255DF; }
a { background-color: rgb(146,85,223); }
div.DivClassName
{
background-color: #9255DF;
}
.BgClassName
{
background-color: #9255DF;
}
</style>
border-color css
<style>
span { border-color: #9255DF; }
span { border-color: rgb(146,85,223); }
td.TdClassName
{
border-color: #9255DF;
}
.TagClassName
{
border-color: #9255DF;
}
</style>