Shades of Amethyst #9869C6
Tints of Amethyst #9869C6
RGB
CMYK
RGB Variations
Color information
#9869C6 (or 0x9869C6) is known color: Amethyst. HEX triplet: 98, 69 and C6. RGB value is (152,105,198). Sum of RGB (Red+Green+Blue) = 152+105+198=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #9869C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869C6 is #679639. Grayscale: #818181. Windows color (decimal): -6788666 or 13003160. OLE color: 13003160.
HSL color Cylindrical-coordinate representation of color #9869C6: hue angle of 270.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9869C6 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 105 | 198 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.22 |
| HSL | 270.32º | 0.45% | 0.59% | - |
| HSV(B) | 270.32º | 0.47% | 0.78% | - |
| XYZ | 28.19 | 20.86 | 55.97 | - |
| YUV | 129.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 198 | 0.23 | 0.47 | 0 | 0.22 | 270.32 | 0.45 | 0.59 |
| Hex | 98 | 69 | C6 | 17 | 2F | 0 | 16 | 10E | 2D | 3B |
| Octal | 230 | 151 | 306 | 27 | 57 | 0 | 26 | 416 | 55 | 73 |
| Binary | 10011000 | 1101001 | 11000110 | 10111 | 101111 | 0 | 10110 | 100001110 | 101101 | 111011 |
Color Harmonies of #9869C6
Complementary color
Monochromatic Colors of #9869C6
Black with #9869C6
Text Example
Text Example
White with #9869C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869C6; }
p { color: rgb(152,105,198); }
H1.HeaderClassName
{
color: #9869C6;
}
.AnyTagClassName
{
color: #9869C6;
}
</style>
background-color css
<style>
a { background-color: #9869C6; }
a { background-color: rgb(152,105,198); }
div.DivClassName
{
background-color: #9869C6;
}
.BgClassName
{
background-color: #9869C6;
}
</style>
border-color css
<style>
span { border-color: #9869C6; }
span { border-color: rgb(152,105,198); }
td.TdClassName
{
border-color: #9869C6;
}
.TagClassName
{
border-color: #9869C6;
}
</style>