Shades of Amethyst #9551DA
Tints of Amethyst #9551DA
RGB
CMYK
RGB Variations
Color information
#9551DA (or 0x9551DA) is known color: Amethyst. HEX triplet: 95, 51 and DA. RGB value is (149,81,218). Sum of RGB (Red+Green+Blue) = 149+81+218=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #9551DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551DA is #6AAE25. Grayscale: #747474. Windows color (decimal): -6991398 or 14307733. OLE color: 14307733.
HSL color Cylindrical-coordinate representation of color #9551DA: hue angle of 269.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9551DA is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 81 | 218 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.15 |
| HSL | 269.78º | 0.65% | 0.59% | - |
| HSV(B) | 269.78º | 0.63% | 0.85% | - |
| XYZ | 27.99 | 17.34 | 68.2 | - |
| YUV | 116.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 218 | 0.32 | 0.63 | 0 | 0.15 | 269.78 | 0.65 | 0.59 |
| Hex | 95 | 51 | DA | 20 | 3F | 0 | F | 10E | 41 | 3B |
| Octal | 225 | 121 | 332 | 40 | 77 | 0 | 17 | 416 | 101 | 73 |
| Binary | 10010101 | 1010001 | 11011010 | 100000 | 111111 | 0 | 1111 | 100001110 | 1000001 | 111011 |
Color Harmonies of #9551DA
Complementary color
Monochromatic Colors of #9551DA
Black with #9551DA
Text Example
Text Example
White with #9551DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9551DA; }
p { color: rgb(149,81,218); }
H1.HeaderClassName
{
color: #9551DA;
}
.AnyTagClassName
{
color: #9551DA;
}
</style>
background-color css
<style>
a { background-color: #9551DA; }
a { background-color: rgb(149,81,218); }
div.DivClassName
{
background-color: #9551DA;
}
.BgClassName
{
background-color: #9551DA;
}
</style>
border-color css
<style>
span { border-color: #9551DA; }
span { border-color: rgb(149,81,218); }
td.TdClassName
{
border-color: #9551DA;
}
.TagClassName
{
border-color: #9551DA;
}
</style>