Shades of Amethyst #985FCB
Tints of Amethyst #985FCB
RGB
CMYK
RGB Variations
Color information
#985FCB (or 0x985FCB) is known color: Amethyst. HEX triplet: 98, 5F and CB. RGB value is (152,95,203). Sum of RGB (Red+Green+Blue) = 152+95+203=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #985FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FCB is #67A034. Grayscale: #7B7B7B. Windows color (decimal): -6791221 or 13328280. OLE color: 13328280.
HSL color Cylindrical-coordinate representation of color #985FCB: hue angle of 271.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985FCB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 95 | 203 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.20 |
| HSL | 271.67º | 0.51% | 0.58% | - |
| HSV(B) | 271.67º | 0.53% | 0.8% | - |
| XYZ | 27.82 | 19.17 | 58.73 | - |
| YUV | 124.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 203 | 0.25 | 0.53 | 0 | 0.20 | 271.67 | 0.51 | 0.58 |
| Hex | 98 | 5F | CB | 19 | 35 | 0 | 14 | 110 | 33 | 3A |
| Octal | 230 | 137 | 313 | 31 | 65 | 0 | 24 | 420 | 63 | 72 |
| Binary | 10011000 | 1011111 | 11001011 | 11001 | 110101 | 0 | 10100 | 100010000 | 110011 | 111010 |
Color Harmonies of #985FCB
Complementary color
Monochromatic Colors of #985FCB
Black with #985FCB
Text Example
Text Example
White with #985FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985FCB; }
p { color: rgb(152,95,203); }
H1.HeaderClassName
{
color: #985FCB;
}
.AnyTagClassName
{
color: #985FCB;
}
</style>
background-color css
<style>
a { background-color: #985FCB; }
a { background-color: rgb(152,95,203); }
div.DivClassName
{
background-color: #985FCB;
}
.BgClassName
{
background-color: #985FCB;
}
</style>
border-color css
<style>
span { border-color: #985FCB; }
span { border-color: rgb(152,95,203); }
td.TdClassName
{
border-color: #985FCB;
}
.TagClassName
{
border-color: #985FCB;
}
</style>