Shades of Amethyst #9853CE
Tints of Amethyst #9853CE
RGB
CMYK
RGB Variations
Color information
#9853CE (or 0x9853CE) is known color: Amethyst. HEX triplet: 98, 53 and CE. RGB value is (152,83,206). Sum of RGB (Red+Green+Blue) = 152+83+206=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #9853CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9853CE is #67AC31. Grayscale: #757575. Windows color (decimal): -6794290 or 13521816. OLE color: 13521816.
HSL color Cylindrical-coordinate representation of color #9853CE: hue angle of 273.66º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9853CE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 83 | 206 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.19 |
| HSL | 273.66º | 0.56% | 0.57% | - |
| HSV(B) | 273.66º | 0.6% | 0.81% | - |
| XYZ | 27.18 | 17.32 | 60.3 | - |
| YUV | 117.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 206 | 0.26 | 0.60 | 0 | 0.19 | 273.66 | 0.56 | 0.57 |
| Hex | 98 | 53 | CE | 1A | 3C | 0 | 13 | 112 | 38 | 39 |
| Octal | 230 | 123 | 316 | 32 | 74 | 0 | 23 | 422 | 70 | 71 |
| Binary | 10011000 | 1010011 | 11001110 | 11010 | 111100 | 0 | 10011 | 100010010 | 111000 | 111001 |
Color Harmonies of #9853CE
Complementary color
Monochromatic Colors of #9853CE
Black with #9853CE
Text Example
Text Example
White with #9853CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9853CE; }
p { color: rgb(152,83,206); }
H1.HeaderClassName
{
color: #9853CE;
}
.AnyTagClassName
{
color: #9853CE;
}
</style>
background-color css
<style>
a { background-color: #9853CE; }
a { background-color: rgb(152,83,206); }
div.DivClassName
{
background-color: #9853CE;
}
.BgClassName
{
background-color: #9853CE;
}
</style>
border-color css
<style>
span { border-color: #9853CE; }
span { border-color: rgb(152,83,206); }
td.TdClassName
{
border-color: #9853CE;
}
.TagClassName
{
border-color: #9853CE;
}
</style>