Shades of Amethyst #9461CC
Tints of Amethyst #9461CC
RGB
CMYK
RGB Variations
Color information
#9461CC (or 0x9461CC) is known color: Amethyst. HEX triplet: 94, 61 and CC. RGB value is (148,97,204). Sum of RGB (Red+Green+Blue) = 148+97+204=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #9461CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461CC is #6B9E33. Grayscale: #7C7C7C. Windows color (decimal): -7052852 or 13394324. OLE color: 13394324.
HSL color Cylindrical-coordinate representation of color #9461CC: hue angle of 268.6º 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 #9461CC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 97 | 204 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.2 |
| HSL | 268.6º | 0.51% | 0.59% | - |
| HSV(B) | 268.6º | 0.52% | 0.8% | - |
| XYZ | 27.39 | 19.2 | 59.39 | - |
| YUV | 124.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 204 | 0.27 | 0.52 | 0 | 0.2 | 268.6 | 0.51 | 0.59 |
| Hex | 94 | 61 | CC | 1B | 34 | 0 | 14 | 10D | 33 | 3B |
| Octal | 224 | 141 | 314 | 33 | 64 | 0 | 24 | 415 | 63 | 73 |
| Binary | 10010100 | 1100001 | 11001100 | 11011 | 110100 | 0 | 10100 | 100001101 | 110011 | 111011 |
Color Harmonies of #9461CC
Complementary color
Monochromatic Colors of #9461CC
Black with #9461CC
Text Example
Text Example
White with #9461CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9461CC; }
p { color: rgb(148,97,204); }
H1.HeaderClassName
{
color: #9461CC;
}
.AnyTagClassName
{
color: #9461CC;
}
</style>
background-color css
<style>
a { background-color: #9461CC; }
a { background-color: rgb(148,97,204); }
div.DivClassName
{
background-color: #9461CC;
}
.BgClassName
{
background-color: #9461CC;
}
</style>
border-color css
<style>
span { border-color: #9461CC; }
span { border-color: rgb(148,97,204); }
td.TdClassName
{
border-color: #9461CC;
}
.TagClassName
{
border-color: #9461CC;
}
</style>