Shades of Amethyst #9458D8
Tints of Amethyst #9458D8
RGB
CMYK
RGB Variations
Color information
#9458D8 (or 0x9458D8) is known color: Amethyst. HEX triplet: 94, 58 and D8. RGB value is (148,88,216). Sum of RGB (Red+Green+Blue) = 148+88+216=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #9458D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458D8 is #6BA727. Grayscale: #787878. Windows color (decimal): -7055144 or 14178452. OLE color: 14178452.
HSL color Cylindrical-coordinate representation of color #9458D8: hue angle of 268.12º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9458D8 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 88 | 216 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.15 |
| HSL | 268.13º | 0.62% | 0.6% | - |
| HSV(B) | 268.13º | 0.59% | 0.85% | - |
| XYZ | 28.1 | 18.23 | 67 | - |
| YUV | 120.53 | 181.88 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 216 | 0.31 | 0.59 | 0 | 0.15 | 268.13 | 0.62 | 0.6 |
| Hex | 94 | 58 | D8 | 1F | 3B | 0 | F | 10C | 3E | 3C |
| Octal | 224 | 130 | 330 | 37 | 73 | 0 | 17 | 414 | 76 | 74 |
| Binary | 10010100 | 1011000 | 11011000 | 11111 | 111011 | 0 | 1111 | 100001100 | 111110 | 111100 |
Color Harmonies of #9458D8
Complementary color
Monochromatic Colors of #9458D8
Black with #9458D8
Text Example
Text Example
White with #9458D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9458D8; }
p { color: rgb(148,88,216); }
H1.HeaderClassName
{
color: #9458D8;
}
.AnyTagClassName
{
color: #9458D8;
}
</style>
background-color css
<style>
a { background-color: #9458D8; }
a { background-color: rgb(148,88,216); }
div.DivClassName
{
background-color: #9458D8;
}
.BgClassName
{
background-color: #9458D8;
}
</style>
border-color css
<style>
span { border-color: #9458D8; }
span { border-color: rgb(148,88,216); }
td.TdClassName
{
border-color: #9458D8;
}
.TagClassName
{
border-color: #9458D8;
}
</style>