Shades of Amethyst #9865D4
Tints of Amethyst #9865D4
RGB
CMYK
RGB Variations
Color information
#9865D4 (or 0x9865D4) is known color: Amethyst. HEX triplet: 98, 65 and D4. RGB value is (152,101,212). Sum of RGB (Red+Green+Blue) = 152+101+212=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #9865D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865D4 is #679A2B. Grayscale: #808080. Windows color (decimal): -6789676 or 13919640. OLE color: 13919640.
HSL color Cylindrical-coordinate representation of color #9865D4: hue angle of 267.57º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9865D4 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 101 | 212 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.17 |
| HSL | 267.57º | 0.56% | 0.61% | - |
| HSV(B) | 267.57º | 0.52% | 0.83% | - |
| XYZ | 29.49 | 20.74 | 64.74 | - |
| YUV | 128.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 212 | 0.28 | 0.52 | 0 | 0.17 | 267.57 | 0.56 | 0.61 |
| Hex | 98 | 65 | D4 | 1C | 34 | 0 | 11 | 10C | 38 | 3D |
| Octal | 230 | 145 | 324 | 34 | 64 | 0 | 21 | 414 | 70 | 75 |
| Binary | 10011000 | 1100101 | 11010100 | 11100 | 110100 | 0 | 10001 | 100001100 | 111000 | 111101 |
Color Harmonies of #9865D4
Complementary color
Monochromatic Colors of #9865D4
Black with #9865D4
Text Example
Text Example
White with #9865D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9865D4; }
p { color: rgb(152,101,212); }
H1.HeaderClassName
{
color: #9865D4;
}
.AnyTagClassName
{
color: #9865D4;
}
</style>
background-color css
<style>
a { background-color: #9865D4; }
a { background-color: rgb(152,101,212); }
div.DivClassName
{
background-color: #9865D4;
}
.BgClassName
{
background-color: #9865D4;
}
</style>
border-color css
<style>
span { border-color: #9865D4; }
span { border-color: rgb(152,101,212); }
td.TdClassName
{
border-color: #9865D4;
}
.TagClassName
{
border-color: #9865D4;
}
</style>