Shades of Amethyst #9863CD
Tints of Amethyst #9863CD
RGB
CMYK
RGB Variations
Color information
#9863CD (or 0x9863CD) is known color: Amethyst. HEX triplet: 98, 63 and CD. RGB value is (152,99,205). Sum of RGB (Red+Green+Blue) = 152+99+205=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #9863CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863CD is #679C32. Grayscale: #7E7E7E. Windows color (decimal): -6790195 or 13460376. OLE color: 13460376.
HSL color Cylindrical-coordinate representation of color #9863CD: hue angle of 270º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9863CD is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 99 | 205 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.20 |
| HSL | 270º | 0.51% | 0.6% | - |
| HSV(B) | 270º | 0.52% | 0.8% | - |
| XYZ | 28.43 | 20.01 | 60.12 | - |
| YUV | 126.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 205 | 0.26 | 0.52 | 0 | 0.20 | 270 | 0.51 | 0.6 |
| Hex | 98 | 63 | CD | 1A | 34 | 0 | 14 | 10E | 33 | 3C |
| Octal | 230 | 143 | 315 | 32 | 64 | 0 | 24 | 416 | 63 | 74 |
| Binary | 10011000 | 1100011 | 11001101 | 11010 | 110100 | 0 | 10100 | 100001110 | 110011 | 111100 |
Color Harmonies of #9863CD
Complementary color
Monochromatic Colors of #9863CD
Black with #9863CD
Text Example
Text Example
White with #9863CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9863CD; }
p { color: rgb(152,99,205); }
H1.HeaderClassName
{
color: #9863CD;
}
.AnyTagClassName
{
color: #9863CD;
}
</style>
background-color css
<style>
a { background-color: #9863CD; }
a { background-color: rgb(152,99,205); }
div.DivClassName
{
background-color: #9863CD;
}
.BgClassName
{
background-color: #9863CD;
}
</style>
border-color css
<style>
span { border-color: #9863CD; }
span { border-color: rgb(152,99,205); }
td.TdClassName
{
border-color: #9863CD;
}
.TagClassName
{
border-color: #9863CD;
}
</style>