Shades of Amethyst #9550CF
Tints of Amethyst #9550CF
RGB
CMYK
RGB Variations
Color information
#9550CF (or 0x9550CF) is known color: Amethyst. HEX triplet: 95, 50 and CF. RGB value is (149,80,207). Sum of RGB (Red+Green+Blue) = 149+80+207=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #9550CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550CF is #6AAF30. Grayscale: #727272. Windows color (decimal): -6991665 or 13586581. OLE color: 13586581.
HSL color Cylindrical-coordinate representation of color #9550CF: hue angle of 272.6º 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 #9550CF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 80 | 207 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.19 |
| HSL | 272.6º | 0.57% | 0.56% | - |
| HSV(B) | 272.6º | 0.61% | 0.81% | - |
| XYZ | 26.53 | 16.63 | 60.84 | - |
| YUV | 115.11 | 179.86 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 207 | 0.28 | 0.61 | 0 | 0.19 | 272.6 | 0.57 | 0.56 |
| Hex | 95 | 50 | CF | 1C | 3D | 0 | 13 | 111 | 39 | 38 |
| Octal | 225 | 120 | 317 | 34 | 75 | 0 | 23 | 421 | 71 | 70 |
| Binary | 10010101 | 1010000 | 11001111 | 11100 | 111101 | 0 | 10011 | 100010001 | 111001 | 111000 |
Color Harmonies of #9550CF
Complementary color
Monochromatic Colors of #9550CF
Black with #9550CF
Text Example
Text Example
White with #9550CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550CF; }
p { color: rgb(149,80,207); }
H1.HeaderClassName
{
color: #9550CF;
}
.AnyTagClassName
{
color: #9550CF;
}
</style>
background-color css
<style>
a { background-color: #9550CF; }
a { background-color: rgb(149,80,207); }
div.DivClassName
{
background-color: #9550CF;
}
.BgClassName
{
background-color: #9550CF;
}
</style>
border-color css
<style>
span { border-color: #9550CF; }
span { border-color: rgb(149,80,207); }
td.TdClassName
{
border-color: #9550CF;
}
.TagClassName
{
border-color: #9550CF;
}
</style>