Shades of Amethyst #9955CF
Tints of Amethyst #9955CF
RGB
CMYK
RGB Variations
Color information
#9955CF (or 0x9955CF) is known color: Amethyst. HEX triplet: 99, 55 and CF. RGB value is (153,85,207). Sum of RGB (Red+Green+Blue) = 153+85+207=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #9955CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955CF is #66AA30. Grayscale: #767676. Windows color (decimal): -6728241 or 13587865. OLE color: 13587865.
HSL color Cylindrical-coordinate representation of color #9955CF: hue angle of 273.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9955CF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 85 | 207 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.19 |
| HSL | 273.44º | 0.56% | 0.57% | - |
| HSV(B) | 273.44º | 0.59% | 0.81% | - |
| XYZ | 27.65 | 17.77 | 61.01 | - |
| YUV | 119.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 207 | 0.26 | 0.59 | 0 | 0.19 | 273.44 | 0.56 | 0.57 |
| Hex | 99 | 55 | CF | 1A | 3B | 0 | 13 | 111 | 38 | 39 |
| Octal | 231 | 125 | 317 | 32 | 73 | 0 | 23 | 421 | 70 | 71 |
| Binary | 10011001 | 1010101 | 11001111 | 11010 | 111011 | 0 | 10011 | 100010001 | 111000 | 111001 |
Color Harmonies of #9955CF
Complementary color
Monochromatic Colors of #9955CF
Black with #9955CF
Text Example
Text Example
White with #9955CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9955CF; }
p { color: rgb(153,85,207); }
H1.HeaderClassName
{
color: #9955CF;
}
.AnyTagClassName
{
color: #9955CF;
}
</style>
background-color css
<style>
a { background-color: #9955CF; }
a { background-color: rgb(153,85,207); }
div.DivClassName
{
background-color: #9955CF;
}
.BgClassName
{
background-color: #9955CF;
}
</style>
border-color css
<style>
span { border-color: #9955CF; }
span { border-color: rgb(153,85,207); }
td.TdClassName
{
border-color: #9955CF;
}
.TagClassName
{
border-color: #9955CF;
}
</style>