Shades of Amethyst #9467D1
Tints of Amethyst #9467D1
RGB
CMYK
RGB Variations
Color information
#9467D1 (or 0x9467D1) is known color: Amethyst. HEX triplet: 94, 67 and D1. RGB value is (148,103,209). Sum of RGB (Red+Green+Blue) = 148+103+209=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #9467D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467D1 is #6B982E. Grayscale: #808080. Windows color (decimal): -7051311 or 13723540. OLE color: 13723540.
HSL color Cylindrical-coordinate representation of color #9467D1: hue angle of 265.47º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9467D1 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 103 | 209 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.18 |
| HSL | 265.47º | 0.54% | 0.61% | - |
| HSV(B) | 265.47º | 0.51% | 0.82% | - |
| XYZ | 28.57 | 20.6 | 62.79 | - |
| YUV | 128.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 209 | 0.29 | 0.51 | 0 | 0.18 | 265.47 | 0.54 | 0.61 |
| Hex | 94 | 67 | D1 | 1D | 33 | 0 | 12 | 109 | 36 | 3D |
| Octal | 224 | 147 | 321 | 35 | 63 | 0 | 22 | 411 | 66 | 75 |
| Binary | 10010100 | 1100111 | 11010001 | 11101 | 110011 | 0 | 10010 | 100001001 | 110110 | 111101 |
Color Harmonies of #9467D1
Complementary color
Monochromatic Colors of #9467D1
Black with #9467D1
Text Example
Text Example
White with #9467D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9467D1; }
p { color: rgb(148,103,209); }
H1.HeaderClassName
{
color: #9467D1;
}
.AnyTagClassName
{
color: #9467D1;
}
</style>
background-color css
<style>
a { background-color: #9467D1; }
a { background-color: rgb(148,103,209); }
div.DivClassName
{
background-color: #9467D1;
}
.BgClassName
{
background-color: #9467D1;
}
</style>
border-color css
<style>
span { border-color: #9467D1; }
span { border-color: rgb(148,103,209); }
td.TdClassName
{
border-color: #9467D1;
}
.TagClassName
{
border-color: #9467D1;
}
</style>