Shades of Amethyst #9453D5
Tints of Amethyst #9453D5
RGB
CMYK
RGB Variations
Color information
#9453D5 (or 0x9453D5) is known color: Amethyst. HEX triplet: 94, 53 and D5. RGB value is (148,83,213). Sum of RGB (Red+Green+Blue) = 148+83+213=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #9453D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453D5 is #6BAC2A. Grayscale: #747474. Windows color (decimal): -7056427 or 13980564. OLE color: 13980564.
HSL color Cylindrical-coordinate representation of color #9453D5: hue angle of 270º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9453D5 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 83 | 213 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.16 |
| HSL | 270º | 0.61% | 0.58% | - |
| HSV(B) | 270º | 0.61% | 0.84% | - |
| XYZ | 27.32 | 17.29 | 64.85 | - |
| YUV | 117.26 | 182.03 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 213 | 0.31 | 0.61 | 0 | 0.16 | 270 | 0.61 | 0.58 |
| Hex | 94 | 53 | D5 | 1F | 3D | 0 | 10 | 10E | 3D | 3A |
| Octal | 224 | 123 | 325 | 37 | 75 | 0 | 20 | 416 | 75 | 72 |
| Binary | 10010100 | 1010011 | 11010101 | 11111 | 111101 | 0 | 10000 | 100001110 | 111101 | 111010 |
Color Harmonies of #9453D5
Complementary color
Monochromatic Colors of #9453D5
Black with #9453D5
Text Example
Text Example
White with #9453D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9453D5; }
p { color: rgb(148,83,213); }
H1.HeaderClassName
{
color: #9453D5;
}
.AnyTagClassName
{
color: #9453D5;
}
</style>
background-color css
<style>
a { background-color: #9453D5; }
a { background-color: rgb(148,83,213); }
div.DivClassName
{
background-color: #9453D5;
}
.BgClassName
{
background-color: #9453D5;
}
</style>
border-color css
<style>
span { border-color: #9453D5; }
span { border-color: rgb(148,83,213); }
td.TdClassName
{
border-color: #9453D5;
}
.TagClassName
{
border-color: #9453D5;
}
</style>