Shades of Amethyst #985BCB
Tints of Amethyst #985BCB
RGB
CMYK
RGB Variations
Color information
#985BCB (or 0x985BCB) is known color: Amethyst. HEX triplet: 98, 5B and CB. RGB value is (152,91,203). Sum of RGB (Red+Green+Blue) = 152+91+203=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #985BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BCB is #67A434. Grayscale: #797979. Windows color (decimal): -6792245 or 13327256. OLE color: 13327256.
HSL color Cylindrical-coordinate representation of color #985BCB: hue angle of 272.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985BCB is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 91 | 203 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.20 |
| HSL | 272.68º | 0.52% | 0.58% | - |
| HSV(B) | 272.68º | 0.55% | 0.8% | - |
| XYZ | 27.47 | 18.47 | 58.62 | - |
| YUV | 122.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 203 | 0.25 | 0.55 | 0 | 0.20 | 272.68 | 0.52 | 0.58 |
| Hex | 98 | 5B | CB | 19 | 37 | 0 | 14 | 111 | 34 | 3A |
| Octal | 230 | 133 | 313 | 31 | 67 | 0 | 24 | 421 | 64 | 72 |
| Binary | 10011000 | 1011011 | 11001011 | 11001 | 110111 | 0 | 10100 | 100010001 | 110100 | 111010 |
Color Harmonies of #985BCB
Complementary color
Monochromatic Colors of #985BCB
Black with #985BCB
Text Example
Text Example
White with #985BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BCB; }
p { color: rgb(152,91,203); }
H1.HeaderClassName
{
color: #985BCB;
}
.AnyTagClassName
{
color: #985BCB;
}
</style>
background-color css
<style>
a { background-color: #985BCB; }
a { background-color: rgb(152,91,203); }
div.DivClassName
{
background-color: #985BCB;
}
.BgClassName
{
background-color: #985BCB;
}
</style>
border-color css
<style>
span { border-color: #985BCB; }
span { border-color: rgb(152,91,203); }
td.TdClassName
{
border-color: #985BCB;
}
.TagClassName
{
border-color: #985BCB;
}
</style>