Shades of Amethyst #9261CB
Tints of Amethyst #9261CB
RGB
CMYK
RGB Variations
Color information
#9261CB (or 0x9261CB) is known color: Amethyst. HEX triplet: 92, 61 and CB. RGB value is (146,97,203). Sum of RGB (Red+Green+Blue) = 146+97+203=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #9261CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261CB is #6D9E34. Grayscale: #7B7B7B. Windows color (decimal): -7183925 or 13328786. OLE color: 13328786.
HSL color Cylindrical-coordinate representation of color #9261CB: hue angle of 267.74º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9261CB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 97 | 203 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.20 |
| HSL | 267.74º | 0.5% | 0.59% | - |
| HSV(B) | 267.74º | 0.52% | 0.8% | - |
| XYZ | 26.91 | 18.97 | 58.74 | - |
| YUV | 123.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 203 | 0.28 | 0.52 | 0 | 0.20 | 267.74 | 0.5 | 0.59 |
| Hex | 92 | 61 | CB | 1C | 34 | 0 | 14 | 10C | 32 | 3B |
| Octal | 222 | 141 | 313 | 34 | 64 | 0 | 24 | 414 | 62 | 73 |
| Binary | 10010010 | 1100001 | 11001011 | 11100 | 110100 | 0 | 10100 | 100001100 | 110010 | 111011 |
Color Harmonies of #9261CB
Complementary color
Monochromatic Colors of #9261CB
Black with #9261CB
Text Example
Text Example
White with #9261CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9261CB; }
p { color: rgb(146,97,203); }
H1.HeaderClassName
{
color: #9261CB;
}
.AnyTagClassName
{
color: #9261CB;
}
</style>
background-color css
<style>
a { background-color: #9261CB; }
a { background-color: rgb(146,97,203); }
div.DivClassName
{
background-color: #9261CB;
}
.BgClassName
{
background-color: #9261CB;
}
</style>
border-color css
<style>
span { border-color: #9261CB; }
span { border-color: rgb(146,97,203); }
td.TdClassName
{
border-color: #9261CB;
}
.TagClassName
{
border-color: #9261CB;
}
</style>