Shades of Amethyst #986BCB
Tints of Amethyst #986BCB
RGB
CMYK
RGB Variations
Color information
#986BCB (or 0x986BCB) is known color: Amethyst. HEX triplet: 98, 6B and CB. RGB value is (152,107,203). Sum of RGB (Red+Green+Blue) = 152+107+203=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #986BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BCB is #679434. Grayscale: #838383. Windows color (decimal): -6788149 or 13331352. OLE color: 13331352.
HSL color Cylindrical-coordinate representation of color #986BCB: hue angle of 268.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986BCB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 107 | 203 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.20 |
| HSL | 268.13º | 0.48% | 0.61% | - |
| HSV(B) | 268.13º | 0.47% | 0.8% | - |
| XYZ | 28.99 | 21.5 | 59.12 | - |
| YUV | 131.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 203 | 0.25 | 0.47 | 0 | 0.20 | 268.13 | 0.48 | 0.61 |
| Hex | 98 | 6B | CB | 19 | 2F | 0 | 14 | 10C | 30 | 3D |
| Octal | 230 | 153 | 313 | 31 | 57 | 0 | 24 | 414 | 60 | 75 |
| Binary | 10011000 | 1101011 | 11001011 | 11001 | 101111 | 0 | 10100 | 100001100 | 110000 | 111101 |
Color Harmonies of #986BCB
Complementary color
Monochromatic Colors of #986BCB
Black with #986BCB
Text Example
Text Example
White with #986BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986BCB; }
p { color: rgb(152,107,203); }
H1.HeaderClassName
{
color: #986BCB;
}
.AnyTagClassName
{
color: #986BCB;
}
</style>
background-color css
<style>
a { background-color: #986BCB; }
a { background-color: rgb(152,107,203); }
div.DivClassName
{
background-color: #986BCB;
}
.BgClassName
{
background-color: #986BCB;
}
</style>
border-color css
<style>
span { border-color: #986BCB; }
span { border-color: rgb(152,107,203); }
td.TdClassName
{
border-color: #986BCB;
}
.TagClassName
{
border-color: #986BCB;
}
</style>