Shades of Amethyst #9867CF
Tints of Amethyst #9867CF
RGB
CMYK
RGB Variations
Color information
#9867CF (or 0x9867CF) is known color: Amethyst. HEX triplet: 98, 67 and CF. RGB value is (152,103,207). Sum of RGB (Red+Green+Blue) = 152+103+207=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #9867CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9867CF is #679830. Grayscale: #818181. Windows color (decimal): -6789169 or 13592472. OLE color: 13592472.
HSL color Cylindrical-coordinate representation of color #9867CF: hue angle of 268.27º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9867CF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 103 | 207 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.19 |
| HSL | 268.27º | 0.52% | 0.61% | - |
| HSV(B) | 268.27º | 0.5% | 0.81% | - |
| XYZ | 29.06 | 20.88 | 61.53 | - |
| YUV | 129.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 207 | 0.27 | 0.50 | 0 | 0.19 | 268.27 | 0.52 | 0.61 |
| Hex | 98 | 67 | CF | 1B | 32 | 0 | 13 | 10C | 34 | 3D |
| Octal | 230 | 147 | 317 | 33 | 62 | 0 | 23 | 414 | 64 | 75 |
| Binary | 10011000 | 1100111 | 11001111 | 11011 | 110010 | 0 | 10011 | 100001100 | 110100 | 111101 |
Color Harmonies of #9867CF
Complementary color
Monochromatic Colors of #9867CF
Black with #9867CF
Text Example
Text Example
White with #9867CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9867CF; }
p { color: rgb(152,103,207); }
H1.HeaderClassName
{
color: #9867CF;
}
.AnyTagClassName
{
color: #9867CF;
}
</style>
background-color css
<style>
a { background-color: #9867CF; }
a { background-color: rgb(152,103,207); }
div.DivClassName
{
background-color: #9867CF;
}
.BgClassName
{
background-color: #9867CF;
}
</style>
border-color css
<style>
span { border-color: #9867CF; }
span { border-color: rgb(152,103,207); }
td.TdClassName
{
border-color: #9867CF;
}
.TagClassName
{
border-color: #9867CF;
}
</style>