Shades of Amethyst #9453DF
Tints of Amethyst #9453DF
RGB
CMYK
RGB Variations
Color information
#9453DF (or 0x9453DF) is known color: Amethyst. HEX triplet: 94, 53 and DF. RGB value is (148,83,223). Sum of RGB (Red+Green+Blue) = 148+83+223=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #9453DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453DF is #6BAC20. Grayscale: #757575. Windows color (decimal): -7056417 or 14635924. OLE color: 14635924.
HSL color Cylindrical-coordinate representation of color #9453DF: hue angle of 267.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9453DF is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 83 | 223 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.13 |
| HSL | 267.86º | 0.69% | 0.6% | - |
| HSV(B) | 267.86º | 0.63% | 0.87% | - |
| XYZ | 28.63 | 17.81 | 71.74 | - |
| YUV | 118.4 | 187.03 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 223 | 0.34 | 0.63 | 0 | 0.13 | 267.86 | 0.69 | 0.6 |
| Hex | 94 | 53 | DF | 22 | 3F | 0 | D | 10C | 45 | 3C |
| Octal | 224 | 123 | 337 | 42 | 77 | 0 | 15 | 414 | 105 | 74 |
| Binary | 10010100 | 1010011 | 11011111 | 100010 | 111111 | 0 | 1101 | 100001100 | 1000101 | 111100 |
Color Harmonies of #9453DF
Complementary color
Monochromatic Colors of #9453DF
Black with #9453DF
Text Example
Text Example
White with #9453DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9453DF; }
p { color: rgb(148,83,223); }
H1.HeaderClassName
{
color: #9453DF;
}
.AnyTagClassName
{
color: #9453DF;
}
</style>
background-color css
<style>
a { background-color: #9453DF; }
a { background-color: rgb(148,83,223); }
div.DivClassName
{
background-color: #9453DF;
}
.BgClassName
{
background-color: #9453DF;
}
</style>
border-color css
<style>
span { border-color: #9453DF; }
span { border-color: rgb(148,83,223); }
td.TdClassName
{
border-color: #9453DF;
}
.TagClassName
{
border-color: #9453DF;
}
</style>