Shades of Amethyst #9863BF
Tints of Amethyst #9863BF
RGB
CMYK
RGB Variations
Color information
#9863BF (or 0x9863BF) is known color: Amethyst. HEX triplet: 98, 63 and BF. RGB value is (152,99,191). Sum of RGB (Red+Green+Blue) = 152+99+191=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #9863BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863BF is #679C40. Grayscale: #7D7D7D. Windows color (decimal): -6790209 or 12542872. OLE color: 12542872.
HSL color Cylindrical-coordinate representation of color #9863BF: hue angle of 274.57º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9863BF is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 99 | 191 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.25 |
| HSL | 274.57º | 0.42% | 0.57% | - |
| HSV(B) | 274.57º | 0.48% | 0.75% | - |
| XYZ | 26.81 | 19.36 | 51.61 | - |
| YUV | 125.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 191 | 0.20 | 0.48 | 0 | 0.25 | 274.57 | 0.42 | 0.57 |
| Hex | 98 | 63 | BF | 14 | 30 | 0 | 19 | 113 | 2A | 39 |
| Octal | 230 | 143 | 277 | 24 | 60 | 0 | 31 | 423 | 52 | 71 |
| Binary | 10011000 | 1100011 | 10111111 | 10100 | 110000 | 0 | 11001 | 100010011 | 101010 | 111001 |
Color Harmonies of #9863BF
Complementary color
Monochromatic Colors of #9863BF
Black with #9863BF
Text Example
Text Example
White with #9863BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9863BF; }
p { color: rgb(152,99,191); }
H1.HeaderClassName
{
color: #9863BF;
}
.AnyTagClassName
{
color: #9863BF;
}
</style>
background-color css
<style>
a { background-color: #9863BF; }
a { background-color: rgb(152,99,191); }
div.DivClassName
{
background-color: #9863BF;
}
.BgClassName
{
background-color: #9863BF;
}
</style>
border-color css
<style>
span { border-color: #9863BF; }
span { border-color: rgb(152,99,191); }
td.TdClassName
{
border-color: #9863BF;
}
.TagClassName
{
border-color: #9863BF;
}
</style>