Shades of Amethyst #996FCF
Tints of Amethyst #996FCF
RGB
CMYK
RGB Variations
Color information
#996FCF (or 0x996FCF) is known color: Amethyst. HEX triplet: 99, 6F and CF. RGB value is (153,111,207). Sum of RGB (Red+Green+Blue) = 153+111+207=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #996FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FCF is #669030. Grayscale: #868686. Windows color (decimal): -6721585 or 13594521. OLE color: 13594521.
HSL color Cylindrical-coordinate representation of color #996FCF: hue angle of 266.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996FCF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 111 | 207 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.19 |
| HSL | 266.25º | 0.5% | 0.62% | - |
| HSV(B) | 266.25º | 0.46% | 0.81% | - |
| XYZ | 30.08 | 22.65 | 61.82 | - |
| YUV | 134.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 207 | 0.26 | 0.46 | 0 | 0.19 | 266.25 | 0.5 | 0.62 |
| Hex | 99 | 6F | CF | 1A | 2E | 0 | 13 | 10A | 32 | 3E |
| Octal | 231 | 157 | 317 | 32 | 56 | 0 | 23 | 412 | 62 | 76 |
| Binary | 10011001 | 1101111 | 11001111 | 11010 | 101110 | 0 | 10011 | 100001010 | 110010 | 111110 |
Color Harmonies of #996FCF
Complementary color
Monochromatic Colors of #996FCF
Black with #996FCF
Text Example
Text Example
White with #996FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FCF; }
p { color: rgb(153,111,207); }
H1.HeaderClassName
{
color: #996FCF;
}
.AnyTagClassName
{
color: #996FCF;
}
</style>
background-color css
<style>
a { background-color: #996FCF; }
a { background-color: rgb(153,111,207); }
div.DivClassName
{
background-color: #996FCF;
}
.BgClassName
{
background-color: #996FCF;
}
</style>
border-color css
<style>
span { border-color: #996FCF; }
span { border-color: rgb(153,111,207); }
td.TdClassName
{
border-color: #996FCF;
}
.TagClassName
{
border-color: #996FCF;
}
</style>