Shades of Amethyst #9551CE
Tints of Amethyst #9551CE
RGB
CMYK
RGB Variations
Color information
#9551CE (or 0x9551CE) is known color: Amethyst. HEX triplet: 95, 51 and CE. RGB value is (149,81,206). Sum of RGB (Red+Green+Blue) = 149+81+206=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #9551CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551CE is #6AAE31. Grayscale: #737373. Windows color (decimal): -6991410 or 13521301. OLE color: 13521301.
HSL color Cylindrical-coordinate representation of color #9551CE: hue angle of 272.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9551CE is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 81 | 206 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.19 |
| HSL | 272.64º | 0.56% | 0.56% | - |
| HSV(B) | 272.64º | 0.61% | 0.81% | - |
| XYZ | 26.48 | 16.73 | 60.23 | - |
| YUV | 115.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 206 | 0.28 | 0.61 | 0 | 0.19 | 272.64 | 0.56 | 0.56 |
| Hex | 95 | 51 | CE | 1C | 3D | 0 | 13 | 111 | 38 | 38 |
| Octal | 225 | 121 | 316 | 34 | 75 | 0 | 23 | 421 | 70 | 70 |
| Binary | 10010101 | 1010001 | 11001110 | 11100 | 111101 | 0 | 10011 | 100010001 | 111000 | 111000 |
Color Harmonies of #9551CE
Complementary color
Monochromatic Colors of #9551CE
Black with #9551CE
Text Example
Text Example
White with #9551CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9551CE; }
p { color: rgb(149,81,206); }
H1.HeaderClassName
{
color: #9551CE;
}
.AnyTagClassName
{
color: #9551CE;
}
</style>
background-color css
<style>
a { background-color: #9551CE; }
a { background-color: rgb(149,81,206); }
div.DivClassName
{
background-color: #9551CE;
}
.BgClassName
{
background-color: #9551CE;
}
</style>
border-color css
<style>
span { border-color: #9551CE; }
span { border-color: rgb(149,81,206); }
td.TdClassName
{
border-color: #9551CE;
}
.TagClassName
{
border-color: #9551CE;
}
</style>