Shades of Amethyst #9855DA
Tints of Amethyst #9855DA
RGB
CMYK
RGB Variations
Color information
#9855DA (or 0x9855DA) is known color: Amethyst. HEX triplet: 98, 55 and DA. RGB value is (152,85,218). Sum of RGB (Red+Green+Blue) = 152+85+218=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #9855DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855DA is #67AA25. Grayscale: #777777. Windows color (decimal): -6793766 or 14308760. OLE color: 14308760.
HSL color Cylindrical-coordinate representation of color #9855DA: hue angle of 270.23º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9855DA is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 85 | 218 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.15 |
| HSL | 270.23º | 0.64% | 0.59% | - |
| HSV(B) | 270.23º | 0.61% | 0.85% | - |
| XYZ | 28.85 | 18.23 | 68.33 | - |
| YUV | 120.2 | 183.2 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 218 | 0.30 | 0.61 | 0 | 0.15 | 270.23 | 0.64 | 0.59 |
| Hex | 98 | 55 | DA | 1E | 3D | 0 | F | 10E | 40 | 3B |
| Octal | 230 | 125 | 332 | 36 | 75 | 0 | 17 | 416 | 100 | 73 |
| Binary | 10011000 | 1010101 | 11011010 | 11110 | 111101 | 0 | 1111 | 100001110 | 1000000 | 111011 |
Color Harmonies of #9855DA
Complementary color
Monochromatic Colors of #9855DA
Black with #9855DA
Text Example
Text Example
White with #9855DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9855DA; }
p { color: rgb(152,85,218); }
H1.HeaderClassName
{
color: #9855DA;
}
.AnyTagClassName
{
color: #9855DA;
}
</style>
background-color css
<style>
a { background-color: #9855DA; }
a { background-color: rgb(152,85,218); }
div.DivClassName
{
background-color: #9855DA;
}
.BgClassName
{
background-color: #9855DA;
}
</style>
border-color css
<style>
span { border-color: #9855DA; }
span { border-color: rgb(152,85,218); }
td.TdClassName
{
border-color: #9855DA;
}
.TagClassName
{
border-color: #9855DA;
}
</style>