Shades of Amethyst #9867BF
Tints of Amethyst #9867BF
RGB
CMYK
RGB Variations
Color information
#9867BF (or 0x9867BF) is known color: Amethyst. HEX triplet: 98, 67 and BF. RGB value is (152,103,191). Sum of RGB (Red+Green+Blue) = 152+103+191=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #9867BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9867BF is #679840. Grayscale: #7F7F7F. Windows color (decimal): -6789185 or 12543896. OLE color: 12543896.
HSL color Cylindrical-coordinate representation of color #9867BF: hue angle of 273.41º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9867BF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 103 | 191 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.25 |
| HSL | 273.41º | 0.41% | 0.58% | - |
| HSV(B) | 273.41º | 0.46% | 0.75% | - |
| XYZ | 27.2 | 20.14 | 51.74 | - |
| YUV | 127.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 191 | 0.20 | 0.46 | 0 | 0.25 | 273.41 | 0.41 | 0.58 |
| Hex | 98 | 67 | BF | 14 | 2E | 0 | 19 | 111 | 29 | 3A |
| Octal | 230 | 147 | 277 | 24 | 56 | 0 | 31 | 421 | 51 | 72 |
| Binary | 10011000 | 1100111 | 10111111 | 10100 | 101110 | 0 | 11001 | 100010001 | 101001 | 111010 |
Color Harmonies of #9867BF
Complementary color
Monochromatic Colors of #9867BF
Black with #9867BF
Text Example
Text Example
White with #9867BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9867BF; }
p { color: rgb(152,103,191); }
H1.HeaderClassName
{
color: #9867BF;
}
.AnyTagClassName
{
color: #9867BF;
}
</style>
background-color css
<style>
a { background-color: #9867BF; }
a { background-color: rgb(152,103,191); }
div.DivClassName
{
background-color: #9867BF;
}
.BgClassName
{
background-color: #9867BF;
}
</style>
border-color css
<style>
span { border-color: #9867BF; }
span { border-color: rgb(152,103,191); }
td.TdClassName
{
border-color: #9867BF;
}
.TagClassName
{
border-color: #9867BF;
}
</style>