Shades of Amethyst #9261CC
Tints of Amethyst #9261CC
RGB
CMYK
RGB Variations
Color information
#9261CC (or 0x9261CC) is known color: Amethyst. HEX triplet: 92, 61 and CC. RGB value is (146,97,204). Sum of RGB (Red+Green+Blue) = 146+97+204=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #9261CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261CC is #6D9E33. Grayscale: #7B7B7B. Windows color (decimal): -7183924 or 13394322. OLE color: 13394322.
HSL color Cylindrical-coordinate representation of color #9261CC: hue angle of 267.48º degrees, saturation: 0.51, 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 #9261CC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 97 | 204 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.2 |
| HSL | 267.48º | 0.51% | 0.59% | - |
| HSV(B) | 267.48º | 0.52% | 0.8% | - |
| XYZ | 27.03 | 19.02 | 59.37 | - |
| YUV | 123.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 204 | 0.28 | 0.52 | 0 | 0.2 | 267.48 | 0.51 | 0.59 |
| Hex | 92 | 61 | CC | 1C | 34 | 0 | 14 | 10B | 33 | 3B |
| Octal | 222 | 141 | 314 | 34 | 64 | 0 | 24 | 413 | 63 | 73 |
| Binary | 10010010 | 1100001 | 11001100 | 11100 | 110100 | 0 | 10100 | 100001011 | 110011 | 111011 |
Color Harmonies of #9261CC
Complementary color
Monochromatic Colors of #9261CC
Black with #9261CC
Text Example
Text Example
White with #9261CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9261CC; }
p { color: rgb(146,97,204); }
H1.HeaderClassName
{
color: #9261CC;
}
.AnyTagClassName
{
color: #9261CC;
}
</style>
background-color css
<style>
a { background-color: #9261CC; }
a { background-color: rgb(146,97,204); }
div.DivClassName
{
background-color: #9261CC;
}
.BgClassName
{
background-color: #9261CC;
}
</style>
border-color css
<style>
span { border-color: #9261CC; }
span { border-color: rgb(146,97,204); }
td.TdClassName
{
border-color: #9261CC;
}
.TagClassName
{
border-color: #9261CC;
}
</style>