Shades of Amethyst #9258CC
Tints of Amethyst #9258CC
RGB
CMYK
RGB Variations
Color information
#9258CC (or 0x9258CC) is known color: Amethyst. HEX triplet: 92, 58 and CC. RGB value is (146,88,204). Sum of RGB (Red+Green+Blue) = 146+88+204=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #9258CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9258CC is #6DA733. Grayscale: #767676. Windows color (decimal): -7186228 or 13392018. OLE color: 13392018.
HSL color Cylindrical-coordinate representation of color #9258CC: hue angle of 270º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9258CC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 88 | 204 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.2 |
| HSL | 270º | 0.53% | 0.57% | - |
| HSV(B) | 270º | 0.57% | 0.8% | - |
| XYZ | 26.24 | 17.45 | 59.11 | - |
| YUV | 118.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 204 | 0.28 | 0.57 | 0 | 0.2 | 270 | 0.53 | 0.57 |
| Hex | 92 | 58 | CC | 1C | 39 | 0 | 14 | 10E | 35 | 39 |
| Octal | 222 | 130 | 314 | 34 | 71 | 0 | 24 | 416 | 65 | 71 |
| Binary | 10010010 | 1011000 | 11001100 | 11100 | 111001 | 0 | 10100 | 100001110 | 110101 | 111001 |
Color Harmonies of #9258CC
Complementary color
Monochromatic Colors of #9258CC
Black with #9258CC
Text Example
Text Example
White with #9258CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9258CC; }
p { color: rgb(146,88,204); }
H1.HeaderClassName
{
color: #9258CC;
}
.AnyTagClassName
{
color: #9258CC;
}
</style>
background-color css
<style>
a { background-color: #9258CC; }
a { background-color: rgb(146,88,204); }
div.DivClassName
{
background-color: #9258CC;
}
.BgClassName
{
background-color: #9258CC;
}
</style>
border-color css
<style>
span { border-color: #9258CC; }
span { border-color: rgb(146,88,204); }
td.TdClassName
{
border-color: #9258CC;
}
.TagClassName
{
border-color: #9258CC;
}
</style>