Shades of Amethyst #9860CB
Tints of Amethyst #9860CB
RGB
CMYK
RGB Variations
Color information
#9860CB (or 0x9860CB) is known color: Amethyst. HEX triplet: 98, 60 and CB. RGB value is (152,96,203). Sum of RGB (Red+Green+Blue) = 152+96+203=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #9860CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860CB is #679F34. Grayscale: #7C7C7C. Windows color (decimal): -6790965 or 13328536. OLE color: 13328536.
HSL color Cylindrical-coordinate representation of color #9860CB: hue angle of 271.4º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9860CB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 96 | 203 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.20 |
| HSL | 271.4º | 0.51% | 0.59% | - |
| HSV(B) | 271.4º | 0.53% | 0.8% | - |
| XYZ | 27.91 | 19.35 | 58.76 | - |
| YUV | 124.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 203 | 0.25 | 0.53 | 0 | 0.20 | 271.4 | 0.51 | 0.59 |
| Hex | 98 | 60 | CB | 19 | 35 | 0 | 14 | 10F | 33 | 3B |
| Octal | 230 | 140 | 313 | 31 | 65 | 0 | 24 | 417 | 63 | 73 |
| Binary | 10011000 | 1100000 | 11001011 | 11001 | 110101 | 0 | 10100 | 100001111 | 110011 | 111011 |
Color Harmonies of #9860CB
Complementary color
Monochromatic Colors of #9860CB
Black with #9860CB
Text Example
Text Example
White with #9860CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9860CB; }
p { color: rgb(152,96,203); }
H1.HeaderClassName
{
color: #9860CB;
}
.AnyTagClassName
{
color: #9860CB;
}
</style>
background-color css
<style>
a { background-color: #9860CB; }
a { background-color: rgb(152,96,203); }
div.DivClassName
{
background-color: #9860CB;
}
.BgClassName
{
background-color: #9860CB;
}
</style>
border-color css
<style>
span { border-color: #9860CB; }
span { border-color: rgb(152,96,203); }
td.TdClassName
{
border-color: #9860CB;
}
.TagClassName
{
border-color: #9860CB;
}
</style>