Shades of Amethyst #9551CF
Tints of Amethyst #9551CF
RGB
CMYK
RGB Variations
Color information
#9551CF (or 0x9551CF) is known color: Amethyst. HEX triplet: 95, 51 and CF. RGB value is (149,81,207). Sum of RGB (Red+Green+Blue) = 149+81+207=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #9551CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551CF is #6AAE30. Grayscale: #737373. Windows color (decimal): -6991409 or 13586837. OLE color: 13586837.
HSL color Cylindrical-coordinate representation of color #9551CF: hue angle of 272.38º degrees, saturation: 0.57, 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 #9551CF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 81 | 207 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.19 |
| HSL | 272.38º | 0.57% | 0.56% | - |
| HSV(B) | 272.38º | 0.61% | 0.81% | - |
| XYZ | 26.6 | 16.78 | 60.87 | - |
| YUV | 115.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 207 | 0.28 | 0.61 | 0 | 0.19 | 272.38 | 0.57 | 0.56 |
| Hex | 95 | 51 | CF | 1C | 3D | 0 | 13 | 110 | 39 | 38 |
| Octal | 225 | 121 | 317 | 34 | 75 | 0 | 23 | 420 | 71 | 70 |
| Binary | 10010101 | 1010001 | 11001111 | 11100 | 111101 | 0 | 10011 | 100010000 | 111001 | 111000 |
Color Harmonies of #9551CF
Complementary color
Monochromatic Colors of #9551CF
Black with #9551CF
Text Example
Text Example
White with #9551CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9551CF; }
p { color: rgb(149,81,207); }
H1.HeaderClassName
{
color: #9551CF;
}
.AnyTagClassName
{
color: #9551CF;
}
</style>
background-color css
<style>
a { background-color: #9551CF; }
a { background-color: rgb(149,81,207); }
div.DivClassName
{
background-color: #9551CF;
}
.BgClassName
{
background-color: #9551CF;
}
</style>
border-color css
<style>
span { border-color: #9551CF; }
span { border-color: rgb(149,81,207); }
td.TdClassName
{
border-color: #9551CF;
}
.TagClassName
{
border-color: #9551CF;
}
</style>