Shades of Amethyst #9869C5
Tints of Amethyst #9869C5
RGB
CMYK
RGB Variations
Color information
#9869C5 (or 0x9869C5) is known color: Amethyst. HEX triplet: 98, 69 and C5. RGB value is (152,105,197). Sum of RGB (Red+Green+Blue) = 152+105+197=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #9869C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869C5 is #67963A. Grayscale: #818181. Windows color (decimal): -6788667 or 12937624. OLE color: 12937624.
HSL color Cylindrical-coordinate representation of color #9869C5: hue angle of 270.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9869C5 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 105 | 197 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.23 |
| HSL | 270.65º | 0.44% | 0.59% | - |
| HSV(B) | 270.65º | 0.47% | 0.77% | - |
| XYZ | 28.08 | 20.81 | 55.36 | - |
| YUV | 129.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 197 | 0.23 | 0.47 | 0 | 0.23 | 270.65 | 0.44 | 0.59 |
| Hex | 98 | 69 | C5 | 17 | 2F | 0 | 17 | 10F | 2C | 3B |
| Octal | 230 | 151 | 305 | 27 | 57 | 0 | 27 | 417 | 54 | 73 |
| Binary | 10011000 | 1101001 | 11000101 | 10111 | 101111 | 0 | 10111 | 100001111 | 101100 | 111011 |
Color Harmonies of #9869C5
Complementary color
Monochromatic Colors of #9869C5
Black with #9869C5
Text Example
Text Example
White with #9869C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869C5; }
p { color: rgb(152,105,197); }
H1.HeaderClassName
{
color: #9869C5;
}
.AnyTagClassName
{
color: #9869C5;
}
</style>
background-color css
<style>
a { background-color: #9869C5; }
a { background-color: rgb(152,105,197); }
div.DivClassName
{
background-color: #9869C5;
}
.BgClassName
{
background-color: #9869C5;
}
</style>
border-color css
<style>
span { border-color: #9869C5; }
span { border-color: rgb(152,105,197); }
td.TdClassName
{
border-color: #9869C5;
}
.TagClassName
{
border-color: #9869C5;
}
</style>