Shades of Amethyst #9867CC
Tints of Amethyst #9867CC
RGB
CMYK
RGB Variations
Color information
#9867CC (or 0x9867CC) is known color: Amethyst. HEX triplet: 98, 67 and CC. RGB value is (152,103,204). Sum of RGB (Red+Green+Blue) = 152+103+204=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #9867CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9867CC is #679833. Grayscale: #808080. Windows color (decimal): -6789172 or 13395864. OLE color: 13395864.
HSL color Cylindrical-coordinate representation of color #9867CC: hue angle of 269.11º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9867CC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 103 | 204 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.2 |
| HSL | 269.11º | 0.5% | 0.6% | - |
| HSV(B) | 269.11º | 0.5% | 0.8% | - |
| XYZ | 28.7 | 20.74 | 59.62 | - |
| YUV | 129.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 204 | 0.25 | 0.50 | 0 | 0.2 | 269.11 | 0.5 | 0.6 |
| Hex | 98 | 67 | CC | 19 | 32 | 0 | 14 | 10D | 32 | 3C |
| Octal | 230 | 147 | 314 | 31 | 62 | 0 | 24 | 415 | 62 | 74 |
| Binary | 10011000 | 1100111 | 11001100 | 11001 | 110010 | 0 | 10100 | 100001101 | 110010 | 111100 |
Color Harmonies of #9867CC
Complementary color
Monochromatic Colors of #9867CC
Black with #9867CC
Text Example
Text Example
White with #9867CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9867CC; }
p { color: rgb(152,103,204); }
H1.HeaderClassName
{
color: #9867CC;
}
.AnyTagClassName
{
color: #9867CC;
}
</style>
background-color css
<style>
a { background-color: #9867CC; }
a { background-color: rgb(152,103,204); }
div.DivClassName
{
background-color: #9867CC;
}
.BgClassName
{
background-color: #9867CC;
}
</style>
border-color css
<style>
span { border-color: #9867CC; }
span { border-color: rgb(152,103,204); }
td.TdClassName
{
border-color: #9867CC;
}
.TagClassName
{
border-color: #9867CC;
}
</style>