Shades of Amethyst #9463C7
Tints of Amethyst #9463C7
RGB
CMYK
RGB Variations
Color information
#9463C7 (or 0x9463C7) is known color: Amethyst. HEX triplet: 94, 63 and C7. RGB value is (148,99,199). Sum of RGB (Red+Green+Blue) = 148+99+199=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 199 - color contains mainly: blue. Hex color #9463C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463C7 is #6B9C38. Grayscale: #7C7C7C. Windows color (decimal): -7052345 or 13067156. OLE color: 13067156.
HSL color Cylindrical-coordinate representation of color #9463C7: hue angle of 269.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9463C7 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 99 | 199 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.22 |
| HSL | 269.4º | 0.47% | 0.58% | - |
| HSV(B) | 269.4º | 0.5% | 0.78% | - |
| XYZ | 26.98 | 19.34 | 56.34 | - |
| YUV | 125.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 199 | 0.26 | 0.50 | 0 | 0.22 | 269.4 | 0.47 | 0.58 |
| Hex | 94 | 63 | C7 | 1A | 32 | 0 | 16 | 10D | 2F | 3A |
| Octal | 224 | 143 | 307 | 32 | 62 | 0 | 26 | 415 | 57 | 72 |
| Binary | 10010100 | 1100011 | 11000111 | 11010 | 110010 | 0 | 10110 | 100001101 | 101111 | 111010 |
Color Harmonies of #9463C7
Complementary color
Monochromatic Colors of #9463C7
Black with #9463C7
Text Example
Text Example
White with #9463C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9463C7; }
p { color: rgb(148,99,199); }
H1.HeaderClassName
{
color: #9463C7;
}
.AnyTagClassName
{
color: #9463C7;
}
</style>
background-color css
<style>
a { background-color: #9463C7; }
a { background-color: rgb(148,99,199); }
div.DivClassName
{
background-color: #9463C7;
}
.BgClassName
{
background-color: #9463C7;
}
</style>
border-color css
<style>
span { border-color: #9463C7; }
span { border-color: rgb(148,99,199); }
td.TdClassName
{
border-color: #9463C7;
}
.TagClassName
{
border-color: #9463C7;
}
</style>