Shades of Amethyst #9453D4
Tints of Amethyst #9453D4
RGB
CMYK
RGB Variations
Color information
#9453D4 (or 0x9453D4) is known color: Amethyst. HEX triplet: 94, 53 and D4. RGB value is (148,83,212). Sum of RGB (Red+Green+Blue) = 148+83+212=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #9453D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453D4 is #6BAC2B. Grayscale: #747474. Windows color (decimal): -7056428 or 13915028. OLE color: 13915028.
HSL color Cylindrical-coordinate representation of color #9453D4: hue angle of 270.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9453D4 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 83 | 212 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.17 |
| HSL | 270.23º | 0.6% | 0.58% | - |
| HSV(B) | 270.23º | 0.61% | 0.83% | - |
| XYZ | 27.19 | 17.24 | 64.18 | - |
| YUV | 117.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 212 | 0.30 | 0.61 | 0 | 0.17 | 270.23 | 0.6 | 0.58 |
| Hex | 94 | 53 | D4 | 1E | 3D | 0 | 11 | 10E | 3C | 3A |
| Octal | 224 | 123 | 324 | 36 | 75 | 0 | 21 | 416 | 74 | 72 |
| Binary | 10010100 | 1010011 | 11010100 | 11110 | 111101 | 0 | 10001 | 100001110 | 111100 | 111010 |
Color Harmonies of #9453D4
Complementary color
Monochromatic Colors of #9453D4
Black with #9453D4
Text Example
Text Example
White with #9453D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9453D4; }
p { color: rgb(148,83,212); }
H1.HeaderClassName
{
color: #9453D4;
}
.AnyTagClassName
{
color: #9453D4;
}
</style>
background-color css
<style>
a { background-color: #9453D4; }
a { background-color: rgb(148,83,212); }
div.DivClassName
{
background-color: #9453D4;
}
.BgClassName
{
background-color: #9453D4;
}
</style>
border-color css
<style>
span { border-color: #9453D4; }
span { border-color: rgb(148,83,212); }
td.TdClassName
{
border-color: #9453D4;
}
.TagClassName
{
border-color: #9453D4;
}
</style>