Shades of Amethyst #9456DD
Tints of Amethyst #9456DD
RGB
CMYK
RGB Variations
Color information
#9456DD (or 0x9456DD) is known color: Amethyst. HEX triplet: 94, 56 and DD. RGB value is (148,86,221). Sum of RGB (Red+Green+Blue) = 148+86+221=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #9456DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456DD is #6BA922. Grayscale: #777777. Windows color (decimal): -7055651 or 14505620. OLE color: 14505620.
HSL color Cylindrical-coordinate representation of color #9456DD: hue angle of 267.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9456DD is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 86 | 221 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.13 |
| HSL | 267.56º | 0.67% | 0.6% | - |
| HSV(B) | 267.56º | 0.61% | 0.87% | - |
| XYZ | 28.59 | 18.17 | 70.41 | - |
| YUV | 119.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 221 | 0.33 | 0.61 | 0 | 0.13 | 267.56 | 0.67 | 0.6 |
| Hex | 94 | 56 | DD | 21 | 3D | 0 | D | 10C | 43 | 3C |
| Octal | 224 | 126 | 335 | 41 | 75 | 0 | 15 | 414 | 103 | 74 |
| Binary | 10010100 | 1010110 | 11011101 | 100001 | 111101 | 0 | 1101 | 100001100 | 1000011 | 111100 |
Color Harmonies of #9456DD
Complementary color
Monochromatic Colors of #9456DD
Black with #9456DD
Text Example
Text Example
White with #9456DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9456DD; }
p { color: rgb(148,86,221); }
H1.HeaderClassName
{
color: #9456DD;
}
.AnyTagClassName
{
color: #9456DD;
}
</style>
background-color css
<style>
a { background-color: #9456DD; }
a { background-color: rgb(148,86,221); }
div.DivClassName
{
background-color: #9456DD;
}
.BgClassName
{
background-color: #9456DD;
}
</style>
border-color css
<style>
span { border-color: #9456DD; }
span { border-color: rgb(148,86,221); }
td.TdClassName
{
border-color: #9456DD;
}
.TagClassName
{
border-color: #9456DD;
}
</style>