Shades of Amethyst #9869D6
Tints of Amethyst #9869D6
RGB
CMYK
RGB Variations
Color information
#9869D6 (or 0x9869D6) is known color: Amethyst. HEX triplet: 98, 69 and D6. RGB value is (152,105,214). Sum of RGB (Red+Green+Blue) = 152+105+214=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #9869D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869D6 is #679629. Grayscale: #838383. Windows color (decimal): -6788650 or 14051736. OLE color: 14051736.
HSL color Cylindrical-coordinate representation of color #9869D6: hue angle of 265.87º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9869D6 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 105 | 214 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.16 |
| HSL | 265.87º | 0.57% | 0.63% | - |
| HSV(B) | 265.87º | 0.51% | 0.84% | - |
| XYZ | 30.14 | 21.63 | 66.21 | - |
| YUV | 131.48 | 174.57 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 214 | 0.29 | 0.51 | 0 | 0.16 | 265.87 | 0.57 | 0.63 |
| Hex | 98 | 69 | D6 | 1D | 33 | 0 | 10 | 10A | 39 | 3F |
| Octal | 230 | 151 | 326 | 35 | 63 | 0 | 20 | 412 | 71 | 77 |
| Binary | 10011000 | 1101001 | 11010110 | 11101 | 110011 | 0 | 10000 | 100001010 | 111001 | 111111 |
Color Harmonies of #9869D6
Complementary color
Monochromatic Colors of #9869D6
Black with #9869D6
Text Example
Text Example
White with #9869D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869D6; }
p { color: rgb(152,105,214); }
H1.HeaderClassName
{
color: #9869D6;
}
.AnyTagClassName
{
color: #9869D6;
}
</style>
background-color css
<style>
a { background-color: #9869D6; }
a { background-color: rgb(152,105,214); }
div.DivClassName
{
background-color: #9869D6;
}
.BgClassName
{
background-color: #9869D6;
}
</style>
border-color css
<style>
span { border-color: #9869D6; }
span { border-color: rgb(152,105,214); }
td.TdClassName
{
border-color: #9869D6;
}
.TagClassName
{
border-color: #9869D6;
}
</style>