Shades of Amethyst #9865DA
Tints of Amethyst #9865DA
RGB
CMYK
RGB Variations
Color information
#9865DA (or 0x9865DA) is known color: Amethyst. HEX triplet: 98, 65 and DA. RGB value is (152,101,218). Sum of RGB (Red+Green+Blue) = 152+101+218=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #9865DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865DA is #679A25. Grayscale: #818181. Windows color (decimal): -6789670 or 14312856. OLE color: 14312856.
HSL color Cylindrical-coordinate representation of color #9865DA: hue angle of 266.15º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9865DA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 101 | 218 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.15 |
| HSL | 266.15º | 0.61% | 0.63% | - |
| HSV(B) | 266.15º | 0.54% | 0.85% | - |
| XYZ | 30.26 | 21.04 | 68.8 | - |
| YUV | 129.59 | 177.9 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 218 | 0.30 | 0.54 | 0 | 0.15 | 266.15 | 0.61 | 0.63 |
| Hex | 98 | 65 | DA | 1E | 36 | 0 | F | 10A | 3D | 3F |
| Octal | 230 | 145 | 332 | 36 | 66 | 0 | 17 | 412 | 75 | 77 |
| Binary | 10011000 | 1100101 | 11011010 | 11110 | 110110 | 0 | 1111 | 100001010 | 111101 | 111111 |
Color Harmonies of #9865DA
Complementary color
Monochromatic Colors of #9865DA
Black with #9865DA
Text Example
Text Example
White with #9865DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9865DA; }
p { color: rgb(152,101,218); }
H1.HeaderClassName
{
color: #9865DA;
}
.AnyTagClassName
{
color: #9865DA;
}
</style>
background-color css
<style>
a { background-color: #9865DA; }
a { background-color: rgb(152,101,218); }
div.DivClassName
{
background-color: #9865DA;
}
.BgClassName
{
background-color: #9865DA;
}
</style>
border-color css
<style>
span { border-color: #9865DA; }
span { border-color: rgb(152,101,218); }
td.TdClassName
{
border-color: #9865DA;
}
.TagClassName
{
border-color: #9865DA;
}
</style>