Shades of Amethyst #9952CF
Tints of Amethyst #9952CF
RGB
CMYK
RGB Variations
Color information
#9952CF (or 0x9952CF) is known color: Amethyst. HEX triplet: 99, 52 and CF. RGB value is (153,82,207). Sum of RGB (Red+Green+Blue) = 153+82+207=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #9952CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952CF is #66AD30. Grayscale: #757575. Windows color (decimal): -6729009 or 13587097. OLE color: 13587097.
HSL color Cylindrical-coordinate representation of color #9952CF: hue angle of 274.08º degrees, saturation: 0.57, 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 #9952CF is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 82 | 207 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.19 |
| HSL | 274.08º | 0.57% | 0.57% | - |
| HSV(B) | 274.08º | 0.6% | 0.81% | - |
| XYZ | 27.42 | 17.31 | 60.93 | - |
| YUV | 117.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 207 | 0.26 | 0.60 | 0 | 0.19 | 274.08 | 0.57 | 0.57 |
| Hex | 99 | 52 | CF | 1A | 3C | 0 | 13 | 112 | 39 | 39 |
| Octal | 231 | 122 | 317 | 32 | 74 | 0 | 23 | 422 | 71 | 71 |
| Binary | 10011001 | 1010010 | 11001111 | 11010 | 111100 | 0 | 10011 | 100010010 | 111001 | 111001 |
Color Harmonies of #9952CF
Complementary color
Monochromatic Colors of #9952CF
Black with #9952CF
Text Example
Text Example
White with #9952CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9952CF; }
p { color: rgb(153,82,207); }
H1.HeaderClassName
{
color: #9952CF;
}
.AnyTagClassName
{
color: #9952CF;
}
</style>
background-color css
<style>
a { background-color: #9952CF; }
a { background-color: rgb(153,82,207); }
div.DivClassName
{
background-color: #9952CF;
}
.BgClassName
{
background-color: #9952CF;
}
</style>
border-color css
<style>
span { border-color: #9952CF; }
span { border-color: rgb(153,82,207); }
td.TdClassName
{
border-color: #9952CF;
}
.TagClassName
{
border-color: #9952CF;
}
</style>