Shades of Amethyst #9861CB
Tints of Amethyst #9861CB
RGB
CMYK
RGB Variations
Color information
#9861CB (or 0x9861CB) is known color: Amethyst. HEX triplet: 98, 61 and CB. RGB value is (152,97,203). Sum of RGB (Red+Green+Blue) = 152+97+203=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #9861CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861CB is #679E34. Grayscale: #7D7D7D. Windows color (decimal): -6790709 or 13328792. OLE color: 13328792.
HSL color Cylindrical-coordinate representation of color #9861CB: hue angle of 271.13º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9861CB is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 97 | 203 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.20 |
| HSL | 271.13º | 0.5% | 0.59% | - |
| HSV(B) | 271.13º | 0.52% | 0.8% | - |
| XYZ | 28 | 19.54 | 58.79 | - |
| YUV | 125.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 203 | 0.25 | 0.52 | 0 | 0.20 | 271.13 | 0.5 | 0.59 |
| Hex | 98 | 61 | CB | 19 | 34 | 0 | 14 | 10F | 32 | 3B |
| Octal | 230 | 141 | 313 | 31 | 64 | 0 | 24 | 417 | 62 | 73 |
| Binary | 10011000 | 1100001 | 11001011 | 11001 | 110100 | 0 | 10100 | 100001111 | 110010 | 111011 |
Color Harmonies of #9861CB
Complementary color
Monochromatic Colors of #9861CB
Black with #9861CB
Text Example
Text Example
White with #9861CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9861CB; }
p { color: rgb(152,97,203); }
H1.HeaderClassName
{
color: #9861CB;
}
.AnyTagClassName
{
color: #9861CB;
}
</style>
background-color css
<style>
a { background-color: #9861CB; }
a { background-color: rgb(152,97,203); }
div.DivClassName
{
background-color: #9861CB;
}
.BgClassName
{
background-color: #9861CB;
}
</style>
border-color css
<style>
span { border-color: #9861CB; }
span { border-color: rgb(152,97,203); }
td.TdClassName
{
border-color: #9861CB;
}
.TagClassName
{
border-color: #9861CB;
}
</style>