Shades of Amethyst #9351D4
Tints of Amethyst #9351D4
RGB
CMYK
RGB Variations
Color information
#9351D4 (or 0x9351D4) is known color: Amethyst. HEX triplet: 93, 51 and D4. RGB value is (147,81,212). Sum of RGB (Red+Green+Blue) = 147+81+212=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #9351D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351D4 is #6CAE2B. Grayscale: #737373. Windows color (decimal): -7122476 or 13914515. OLE color: 13914515.
HSL color Cylindrical-coordinate representation of color #9351D4: hue angle of 270.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9351D4 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 81 | 212 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.17 |
| HSL | 270.23º | 0.6% | 0.57% | - |
| HSV(B) | 270.23º | 0.62% | 0.83% | - |
| XYZ | 26.86 | 16.84 | 64.12 | - |
| YUV | 115.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 212 | 0.31 | 0.62 | 0 | 0.17 | 270.23 | 0.6 | 0.57 |
| Hex | 93 | 51 | D4 | 1F | 3E | 0 | 11 | 10E | 3C | 39 |
| Octal | 223 | 121 | 324 | 37 | 76 | 0 | 21 | 416 | 74 | 71 |
| Binary | 10010011 | 1010001 | 11010100 | 11111 | 111110 | 0 | 10001 | 100001110 | 111100 | 111001 |
Color Harmonies of #9351D4
Complementary color
Monochromatic Colors of #9351D4
Black with #9351D4
Text Example
Text Example
White with #9351D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9351D4; }
p { color: rgb(147,81,212); }
H1.HeaderClassName
{
color: #9351D4;
}
.AnyTagClassName
{
color: #9351D4;
}
</style>
background-color css
<style>
a { background-color: #9351D4; }
a { background-color: rgb(147,81,212); }
div.DivClassName
{
background-color: #9351D4;
}
.BgClassName
{
background-color: #9351D4;
}
</style>
border-color css
<style>
span { border-color: #9351D4; }
span { border-color: rgb(147,81,212); }
td.TdClassName
{
border-color: #9351D4;
}
.TagClassName
{
border-color: #9351D4;
}
</style>