Shades of Amethyst #9451D0
Tints of Amethyst #9451D0
RGB
CMYK
RGB Variations
Color information
#9451D0 (or 0x9451D0) is known color: Amethyst. HEX triplet: 94, 51 and D0. RGB value is (148,81,208). Sum of RGB (Red+Green+Blue) = 148+81+208=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #9451D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9451D0 is #6BAE2F. Grayscale: #737373. Windows color (decimal): -7056944 or 13652372. OLE color: 13652372.
HSL color Cylindrical-coordinate representation of color #9451D0: hue angle of 271.65º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9451D0 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 81 | 208 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.18 |
| HSL | 271.65º | 0.57% | 0.57% | - |
| HSV(B) | 271.65º | 0.61% | 0.82% | - |
| XYZ | 26.54 | 16.73 | 61.51 | - |
| YUV | 115.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 208 | 0.29 | 0.61 | 0 | 0.18 | 271.65 | 0.57 | 0.57 |
| Hex | 94 | 51 | D0 | 1D | 3D | 0 | 12 | 110 | 39 | 39 |
| Octal | 224 | 121 | 320 | 35 | 75 | 0 | 22 | 420 | 71 | 71 |
| Binary | 10010100 | 1010001 | 11010000 | 11101 | 111101 | 0 | 10010 | 100010000 | 111001 | 111001 |
Color Harmonies of #9451D0
Complementary color
Monochromatic Colors of #9451D0
Black with #9451D0
Text Example
Text Example
White with #9451D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451D0; }
p { color: rgb(148,81,208); }
H1.HeaderClassName
{
color: #9451D0;
}
.AnyTagClassName
{
color: #9451D0;
}
</style>
background-color css
<style>
a { background-color: #9451D0; }
a { background-color: rgb(148,81,208); }
div.DivClassName
{
background-color: #9451D0;
}
.BgClassName
{
background-color: #9451D0;
}
</style>
border-color css
<style>
span { border-color: #9451D0; }
span { border-color: rgb(148,81,208); }
td.TdClassName
{
border-color: #9451D0;
}
.TagClassName
{
border-color: #9451D0;
}
</style>