Shades of Amethyst #9259CB
Tints of Amethyst #9259CB
RGB
CMYK
RGB Variations
Color information
#9259CB (or 0x9259CB) is known color: Amethyst. HEX triplet: 92, 59 and CB. RGB value is (146,89,203). Sum of RGB (Red+Green+Blue) = 146+89+203=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9259CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259CB is #6DA634. Grayscale: #767676. Windows color (decimal): -7185973 or 13326738. OLE color: 13326738.
HSL color Cylindrical-coordinate representation of color #9259CB: hue angle of 270º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9259CB is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 89 | 203 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.20 |
| HSL | 270º | 0.52% | 0.57% | - |
| HSV(B) | 270º | 0.56% | 0.8% | - |
| XYZ | 26.21 | 17.57 | 58.51 | - |
| YUV | 119.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 203 | 0.28 | 0.56 | 0 | 0.20 | 270 | 0.52 | 0.57 |
| Hex | 92 | 59 | CB | 1C | 38 | 0 | 14 | 10E | 34 | 39 |
| Octal | 222 | 131 | 313 | 34 | 70 | 0 | 24 | 416 | 64 | 71 |
| Binary | 10010010 | 1011001 | 11001011 | 11100 | 111000 | 0 | 10100 | 100001110 | 110100 | 111001 |
Color Harmonies of #9259CB
Complementary color
Monochromatic Colors of #9259CB
Black with #9259CB
Text Example
Text Example
White with #9259CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9259CB; }
p { color: rgb(146,89,203); }
H1.HeaderClassName
{
color: #9259CB;
}
.AnyTagClassName
{
color: #9259CB;
}
</style>
background-color css
<style>
a { background-color: #9259CB; }
a { background-color: rgb(146,89,203); }
div.DivClassName
{
background-color: #9259CB;
}
.BgClassName
{
background-color: #9259CB;
}
</style>
border-color css
<style>
span { border-color: #9259CB; }
span { border-color: rgb(146,89,203); }
td.TdClassName
{
border-color: #9259CB;
}
.TagClassName
{
border-color: #9259CB;
}
</style>