Shades of Amethyst #985CCF
Tints of Amethyst #985CCF
RGB
CMYK
RGB Variations
Color information
#985CCF (or 0x985CCF) is known color: Amethyst. HEX triplet: 98, 5C and CF. RGB value is (152,92,207). Sum of RGB (Red+Green+Blue) = 152+92+207=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #985CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CCF is #67A330. Grayscale: #7A7A7A. Windows color (decimal): -6791985 or 13589656. OLE color: 13589656.
HSL color Cylindrical-coordinate representation of color #985CCF: hue angle of 271.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #985CCF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 92 | 207 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.19 |
| HSL | 271.3º | 0.55% | 0.59% | - |
| HSV(B) | 271.3º | 0.56% | 0.81% | - |
| XYZ | 28.04 | 18.83 | 61.19 | - |
| YUV | 123.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 207 | 0.27 | 0.56 | 0 | 0.19 | 271.3 | 0.55 | 0.59 |
| Hex | 98 | 5C | CF | 1B | 38 | 0 | 13 | 10F | 37 | 3B |
| Octal | 230 | 134 | 317 | 33 | 70 | 0 | 23 | 417 | 67 | 73 |
| Binary | 10011000 | 1011100 | 11001111 | 11011 | 111000 | 0 | 10011 | 100001111 | 110111 | 111011 |
Color Harmonies of #985CCF
Complementary color
Monochromatic Colors of #985CCF
Black with #985CCF
Text Example
Text Example
White with #985CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985CCF; }
p { color: rgb(152,92,207); }
H1.HeaderClassName
{
color: #985CCF;
}
.AnyTagClassName
{
color: #985CCF;
}
</style>
background-color css
<style>
a { background-color: #985CCF; }
a { background-color: rgb(152,92,207); }
div.DivClassName
{
background-color: #985CCF;
}
.BgClassName
{
background-color: #985CCF;
}
</style>
border-color css
<style>
span { border-color: #985CCF; }
span { border-color: rgb(152,92,207); }
td.TdClassName
{
border-color: #985CCF;
}
.TagClassName
{
border-color: #985CCF;
}
</style>