Shades of Amethyst #9967CF
Tints of Amethyst #9967CF
RGB
CMYK
RGB Variations
Color information
#9967CF (or 0x9967CF) is known color: Amethyst. HEX triplet: 99, 67 and CF. RGB value is (153,103,207). Sum of RGB (Red+Green+Blue) = 153+103+207=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #9967CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967CF is #669830. Grayscale: #818181. Windows color (decimal): -6723633 or 13592473. OLE color: 13592473.
HSL color Cylindrical-coordinate representation of color #9967CF: hue angle of 268.85º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9967CF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 103 | 207 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.19 |
| HSL | 268.85º | 0.52% | 0.61% | - |
| HSV(B) | 268.85º | 0.5% | 0.81% | - |
| XYZ | 29.25 | 20.98 | 61.54 | - |
| YUV | 129.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 207 | 0.26 | 0.50 | 0 | 0.19 | 268.85 | 0.52 | 0.61 |
| Hex | 99 | 67 | CF | 1A | 32 | 0 | 13 | 10D | 34 | 3D |
| Octal | 231 | 147 | 317 | 32 | 62 | 0 | 23 | 415 | 64 | 75 |
| Binary | 10011001 | 1100111 | 11001111 | 11010 | 110010 | 0 | 10011 | 100001101 | 110100 | 111101 |
Color Harmonies of #9967CF
Complementary color
Monochromatic Colors of #9967CF
Black with #9967CF
Text Example
Text Example
White with #9967CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967CF; }
p { color: rgb(153,103,207); }
H1.HeaderClassName
{
color: #9967CF;
}
.AnyTagClassName
{
color: #9967CF;
}
</style>
background-color css
<style>
a { background-color: #9967CF; }
a { background-color: rgb(153,103,207); }
div.DivClassName
{
background-color: #9967CF;
}
.BgClassName
{
background-color: #9967CF;
}
</style>
border-color css
<style>
span { border-color: #9967CF; }
span { border-color: rgb(153,103,207); }
td.TdClassName
{
border-color: #9967CF;
}
.TagClassName
{
border-color: #9967CF;
}
</style>