Shades of Amethyst #9869CB
Tints of Amethyst #9869CB
RGB
CMYK
RGB Variations
Color information
#9869CB (or 0x9869CB) is known color: Amethyst. HEX triplet: 98, 69 and CB. RGB value is (152,105,203). Sum of RGB (Red+Green+Blue) = 152+105+203=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #9869CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869CB is #679634. Grayscale: #818181. Windows color (decimal): -6788661 or 13330840. OLE color: 13330840.
HSL color Cylindrical-coordinate representation of color #9869CB: hue angle of 268.78º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9869CB is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 105 | 203 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.20 |
| HSL | 268.78º | 0.49% | 0.6% | - |
| HSV(B) | 268.78º | 0.48% | 0.8% | - |
| XYZ | 28.78 | 21.09 | 59.05 | - |
| YUV | 130.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 203 | 0.25 | 0.48 | 0 | 0.20 | 268.78 | 0.49 | 0.6 |
| Hex | 98 | 69 | CB | 19 | 30 | 0 | 14 | 10D | 31 | 3C |
| Octal | 230 | 151 | 313 | 31 | 60 | 0 | 24 | 415 | 61 | 74 |
| Binary | 10011000 | 1101001 | 11001011 | 11001 | 110000 | 0 | 10100 | 100001101 | 110001 | 111100 |
Color Harmonies of #9869CB
Complementary color
Monochromatic Colors of #9869CB
Black with #9869CB
Text Example
Text Example
White with #9869CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869CB; }
p { color: rgb(152,105,203); }
H1.HeaderClassName
{
color: #9869CB;
}
.AnyTagClassName
{
color: #9869CB;
}
</style>
background-color css
<style>
a { background-color: #9869CB; }
a { background-color: rgb(152,105,203); }
div.DivClassName
{
background-color: #9869CB;
}
.BgClassName
{
background-color: #9869CB;
}
</style>
border-color css
<style>
span { border-color: #9869CB; }
span { border-color: rgb(152,105,203); }
td.TdClassName
{
border-color: #9869CB;
}
.TagClassName
{
border-color: #9869CB;
}
</style>