Shades of Amethyst #9460D1
Tints of Amethyst #9460D1
RGB
CMYK
RGB Variations
Color information
#9460D1 (or 0x9460D1) is known color: Amethyst. HEX triplet: 94, 60 and D1. RGB value is (148,96,209). Sum of RGB (Red+Green+Blue) = 148+96+209=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #9460D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460D1 is #6B9F2E. Grayscale: #7C7C7C. Windows color (decimal): -7053103 or 13721748. OLE color: 13721748.
HSL color Cylindrical-coordinate representation of color #9460D1: hue angle of 267.61º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9460D1 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 96 | 209 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.18 |
| HSL | 267.61º | 0.55% | 0.6% | - |
| HSV(B) | 267.61º | 0.54% | 0.82% | - |
| XYZ | 27.9 | 19.27 | 62.57 | - |
| YUV | 124.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 209 | 0.29 | 0.54 | 0 | 0.18 | 267.61 | 0.55 | 0.6 |
| Hex | 94 | 60 | D1 | 1D | 36 | 0 | 12 | 10C | 37 | 3C |
| Octal | 224 | 140 | 321 | 35 | 66 | 0 | 22 | 414 | 67 | 74 |
| Binary | 10010100 | 1100000 | 11010001 | 11101 | 110110 | 0 | 10010 | 100001100 | 110111 | 111100 |
Color Harmonies of #9460D1
Complementary color
Monochromatic Colors of #9460D1
Black with #9460D1
Text Example
Text Example
White with #9460D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9460D1; }
p { color: rgb(148,96,209); }
H1.HeaderClassName
{
color: #9460D1;
}
.AnyTagClassName
{
color: #9460D1;
}
</style>
background-color css
<style>
a { background-color: #9460D1; }
a { background-color: rgb(148,96,209); }
div.DivClassName
{
background-color: #9460D1;
}
.BgClassName
{
background-color: #9460D1;
}
</style>
border-color css
<style>
span { border-color: #9460D1; }
span { border-color: rgb(148,96,209); }
td.TdClassName
{
border-color: #9460D1;
}
.TagClassName
{
border-color: #9460D1;
}
</style>