Shades of Amethyst #9453D3
Tints of Amethyst #9453D3
RGB
CMYK
RGB Variations
Color information
#9453D3 (or 0x9453D3) is known color: Amethyst. HEX triplet: 94, 53 and D3. RGB value is (148,83,211). Sum of RGB (Red+Green+Blue) = 148+83+211=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #9453D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453D3 is #6BAC2C. Grayscale: #747474. Windows color (decimal): -7056429 or 13849492. OLE color: 13849492.
HSL color Cylindrical-coordinate representation of color #9453D3: hue angle of 270.47º degrees, saturation: 0.59, 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 #9453D3 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 83 | 211 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.17 |
| HSL | 270.47º | 0.59% | 0.58% | - |
| HSV(B) | 270.47º | 0.61% | 0.83% | - |
| XYZ | 27.06 | 17.19 | 63.52 | - |
| YUV | 117.03 | 181.03 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 211 | 0.30 | 0.61 | 0 | 0.17 | 270.47 | 0.59 | 0.58 |
| Hex | 94 | 53 | D3 | 1E | 3D | 0 | 11 | 10E | 3B | 3A |
| Octal | 224 | 123 | 323 | 36 | 75 | 0 | 21 | 416 | 73 | 72 |
| Binary | 10010100 | 1010011 | 11010011 | 11110 | 111101 | 0 | 10001 | 100001110 | 111011 | 111010 |
Color Harmonies of #9453D3
Complementary color
Monochromatic Colors of #9453D3
Black with #9453D3
Text Example
Text Example
White with #9453D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9453D3; }
p { color: rgb(148,83,211); }
H1.HeaderClassName
{
color: #9453D3;
}
.AnyTagClassName
{
color: #9453D3;
}
</style>
background-color css
<style>
a { background-color: #9453D3; }
a { background-color: rgb(148,83,211); }
div.DivClassName
{
background-color: #9453D3;
}
.BgClassName
{
background-color: #9453D3;
}
</style>
border-color css
<style>
span { border-color: #9453D3; }
span { border-color: rgb(148,83,211); }
td.TdClassName
{
border-color: #9453D3;
}
.TagClassName
{
border-color: #9453D3;
}
</style>