Shades of Amethyst #9260CB
Tints of Amethyst #9260CB
RGB
CMYK
RGB Variations
Color information
#9260CB (or 0x9260CB) is known color: Amethyst. HEX triplet: 92, 60 and CB. RGB value is (146,96,203). Sum of RGB (Red+Green+Blue) = 146+96+203=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #9260CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260CB is #6D9F34. Grayscale: #7A7A7A. Windows color (decimal): -7184181 or 13328530. OLE color: 13328530.
HSL color Cylindrical-coordinate representation of color #9260CB: hue angle of 268.04º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9260CB is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 96 | 203 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.20 |
| HSL | 268.04º | 0.51% | 0.59% | - |
| HSV(B) | 268.04º | 0.53% | 0.8% | - |
| XYZ | 26.82 | 18.79 | 58.71 | - |
| YUV | 123.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 203 | 0.28 | 0.53 | 0 | 0.20 | 268.04 | 0.51 | 0.59 |
| Hex | 92 | 60 | CB | 1C | 35 | 0 | 14 | 10C | 33 | 3B |
| Octal | 222 | 140 | 313 | 34 | 65 | 0 | 24 | 414 | 63 | 73 |
| Binary | 10010010 | 1100000 | 11001011 | 11100 | 110101 | 0 | 10100 | 100001100 | 110011 | 111011 |
Color Harmonies of #9260CB
Complementary color
Monochromatic Colors of #9260CB
Black with #9260CB
Text Example
Text Example
White with #9260CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9260CB; }
p { color: rgb(146,96,203); }
H1.HeaderClassName
{
color: #9260CB;
}
.AnyTagClassName
{
color: #9260CB;
}
</style>
background-color css
<style>
a { background-color: #9260CB; }
a { background-color: rgb(146,96,203); }
div.DivClassName
{
background-color: #9260CB;
}
.BgClassName
{
background-color: #9260CB;
}
</style>
border-color css
<style>
span { border-color: #9260CB; }
span { border-color: rgb(146,96,203); }
td.TdClassName
{
border-color: #9260CB;
}
.TagClassName
{
border-color: #9260CB;
}
</style>