Shades of Amethyst #9551DC
Tints of Amethyst #9551DC
RGB
CMYK
RGB Variations
Color information
#9551DC (or 0x9551DC) is known color: Amethyst. HEX triplet: 95, 51 and DC. RGB value is (149,81,220). Sum of RGB (Red+Green+Blue) = 149+81+220=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #9551DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551DC is #6AAE23. Grayscale: #747474. Windows color (decimal): -6991396 or 14438805. OLE color: 14438805.
HSL color Cylindrical-coordinate representation of color #9551DC: hue angle of 269.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9551DC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 81 | 220 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.14 |
| HSL | 269.35º | 0.67% | 0.59% | - |
| HSV(B) | 269.35º | 0.63% | 0.86% | - |
| XYZ | 28.26 | 17.44 | 69.59 | - |
| YUV | 117.18 | 186.03 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 220 | 0.32 | 0.63 | 0 | 0.14 | 269.35 | 0.67 | 0.59 |
| Hex | 95 | 51 | DC | 20 | 3F | 0 | E | 10D | 43 | 3B |
| Octal | 225 | 121 | 334 | 40 | 77 | 0 | 16 | 415 | 103 | 73 |
| Binary | 10010101 | 1010001 | 11011100 | 100000 | 111111 | 0 | 1110 | 100001101 | 1000011 | 111011 |
Color Harmonies of #9551DC
Complementary color
Monochromatic Colors of #9551DC
Black with #9551DC
Text Example
Text Example
White with #9551DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9551DC; }
p { color: rgb(149,81,220); }
H1.HeaderClassName
{
color: #9551DC;
}
.AnyTagClassName
{
color: #9551DC;
}
</style>
background-color css
<style>
a { background-color: #9551DC; }
a { background-color: rgb(149,81,220); }
div.DivClassName
{
background-color: #9551DC;
}
.BgClassName
{
background-color: #9551DC;
}
</style>
border-color css
<style>
span { border-color: #9551DC; }
span { border-color: rgb(149,81,220); }
td.TdClassName
{
border-color: #9551DC;
}
.TagClassName
{
border-color: #9551DC;
}
</style>