Shades of Amethyst #9864CB
Tints of Amethyst #9864CB
RGB
CMYK
RGB Variations
Color information
#9864CB (or 0x9864CB) is known color: Amethyst. HEX triplet: 98, 64 and CB. RGB value is (152,100,203). Sum of RGB (Red+Green+Blue) = 152+100+203=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #9864CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864CB is #679B34. Grayscale: #7E7E7E. Windows color (decimal): -6789941 or 13329560. OLE color: 13329560.
HSL color Cylindrical-coordinate representation of color #9864CB: hue angle of 270.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9864CB is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 100 | 203 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.20 |
| HSL | 270.29º | 0.5% | 0.59% | - |
| HSV(B) | 270.29º | 0.51% | 0.8% | - |
| XYZ | 28.29 | 20.1 | 58.89 | - |
| YUV | 127.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 203 | 0.25 | 0.51 | 0 | 0.20 | 270.29 | 0.5 | 0.59 |
| Hex | 98 | 64 | CB | 19 | 33 | 0 | 14 | 10E | 32 | 3B |
| Octal | 230 | 144 | 313 | 31 | 63 | 0 | 24 | 416 | 62 | 73 |
| Binary | 10011000 | 1100100 | 11001011 | 11001 | 110011 | 0 | 10100 | 100001110 | 110010 | 111011 |
Color Harmonies of #9864CB
Complementary color
Monochromatic Colors of #9864CB
Black with #9864CB
Text Example
Text Example
White with #9864CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9864CB; }
p { color: rgb(152,100,203); }
H1.HeaderClassName
{
color: #9864CB;
}
.AnyTagClassName
{
color: #9864CB;
}
</style>
background-color css
<style>
a { background-color: #9864CB; }
a { background-color: rgb(152,100,203); }
div.DivClassName
{
background-color: #9864CB;
}
.BgClassName
{
background-color: #9864CB;
}
</style>
border-color css
<style>
span { border-color: #9864CB; }
span { border-color: rgb(152,100,203); }
td.TdClassName
{
border-color: #9864CB;
}
.TagClassName
{
border-color: #9864CB;
}
</style>