Shades of Amethyst #9853DA
Tints of Amethyst #9853DA
RGB
CMYK
RGB Variations
Color information
#9853DA (or 0x9853DA) is known color: Amethyst. HEX triplet: 98, 53 and DA. RGB value is (152,83,218). Sum of RGB (Red+Green+Blue) = 152+83+218=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #9853DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9853DA is #67AC25. Grayscale: #767676. Windows color (decimal): -6794278 or 14308248. OLE color: 14308248.
HSL color Cylindrical-coordinate representation of color #9853DA: hue angle of 270.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9853DA is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 83 | 218 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.15 |
| HSL | 270.67º | 0.65% | 0.59% | - |
| HSV(B) | 270.67º | 0.62% | 0.85% | - |
| XYZ | 28.7 | 17.92 | 68.28 | - |
| YUV | 119.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 218 | 0.30 | 0.62 | 0 | 0.15 | 270.67 | 0.65 | 0.59 |
| Hex | 98 | 53 | DA | 1E | 3E | 0 | F | 10F | 41 | 3B |
| Octal | 230 | 123 | 332 | 36 | 76 | 0 | 17 | 417 | 101 | 73 |
| Binary | 10011000 | 1010011 | 11011010 | 11110 | 111110 | 0 | 1111 | 100001111 | 1000001 | 111011 |
Color Harmonies of #9853DA
Complementary color
Monochromatic Colors of #9853DA
Black with #9853DA
Text Example
Text Example
White with #9853DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9853DA; }
p { color: rgb(152,83,218); }
H1.HeaderClassName
{
color: #9853DA;
}
.AnyTagClassName
{
color: #9853DA;
}
</style>
background-color css
<style>
a { background-color: #9853DA; }
a { background-color: rgb(152,83,218); }
div.DivClassName
{
background-color: #9853DA;
}
.BgClassName
{
background-color: #9853DA;
}
</style>
border-color css
<style>
span { border-color: #9853DA; }
span { border-color: rgb(152,83,218); }
td.TdClassName
{
border-color: #9853DA;
}
.TagClassName
{
border-color: #9853DA;
}
</style>