Shades of Amethyst #9352D4
Tints of Amethyst #9352D4
RGB
CMYK
RGB Variations
Color information
#9352D4 (or 0x9352D4) is known color: Amethyst. HEX triplet: 93, 52 and D4. RGB value is (147,82,212). Sum of RGB (Red+Green+Blue) = 147+82+212=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #9352D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352D4 is #6CAD2B. Grayscale: #737373. Windows color (decimal): -7122220 or 13914771. OLE color: 13914771.
HSL color Cylindrical-coordinate representation of color #9352D4: hue angle of 270º 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 #9352D4 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 82 | 212 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.17 |
| HSL | 270º | 0.6% | 0.58% | - |
| HSV(B) | 270º | 0.61% | 0.83% | - |
| XYZ | 26.93 | 16.99 | 64.15 | - |
| YUV | 116.26 | 182.03 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 212 | 0.31 | 0.61 | 0 | 0.17 | 270 | 0.6 | 0.58 |
| Hex | 93 | 52 | D4 | 1F | 3D | 0 | 11 | 10E | 3C | 3A |
| Octal | 223 | 122 | 324 | 37 | 75 | 0 | 21 | 416 | 74 | 72 |
| Binary | 10010011 | 1010010 | 11010100 | 11111 | 111101 | 0 | 10001 | 100001110 | 111100 | 111010 |
Color Harmonies of #9352D4
Complementary color
Monochromatic Colors of #9352D4
Black with #9352D4
Text Example
Text Example
White with #9352D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352D4; }
p { color: rgb(147,82,212); }
H1.HeaderClassName
{
color: #9352D4;
}
.AnyTagClassName
{
color: #9352D4;
}
</style>
background-color css
<style>
a { background-color: #9352D4; }
a { background-color: rgb(147,82,212); }
div.DivClassName
{
background-color: #9352D4;
}
.BgClassName
{
background-color: #9352D4;
}
</style>
border-color css
<style>
span { border-color: #9352D4; }
span { border-color: rgb(147,82,212); }
td.TdClassName
{
border-color: #9352D4;
}
.TagClassName
{
border-color: #9352D4;
}
</style>