Shades of Amethyst #9D6FCC
Tints of Amethyst #9D6FCC
RGB
CMYK
RGB Variations
Color information
#9D6FCC (or 0x9D6FCC) is known color: Amethyst. HEX triplet: 9D, 6F and CC. RGB value is (157,111,204). Sum of RGB (Red+Green+Blue) = 157+111+204=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6FCC is #629033. Grayscale: #878787. Windows color (decimal): -6459444 or 13397917. OLE color: 13397917.
HSL color Cylindrical-coordinate representation of color #9D6FCC: hue angle of 269.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D6FCC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 111 | 204 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.2 |
| HSL | 269.68º | 0.48% | 0.62% | - |
| HSV(B) | 269.68º | 0.46% | 0.8% | - |
| XYZ | 30.49 | 22.9 | 59.94 | - |
| YUV | 135.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 204 | 0.23 | 0.46 | 0 | 0.2 | 269.68 | 0.48 | 0.62 |
| Hex | 9D | 6F | CC | 17 | 2E | 0 | 14 | 10E | 30 | 3E |
| Octal | 235 | 157 | 314 | 27 | 56 | 0 | 24 | 416 | 60 | 76 |
| Binary | 10011101 | 1101111 | 11001100 | 10111 | 101110 | 0 | 10100 | 100001110 | 110000 | 111110 |
Color Harmonies of #9D6FCC
Complementary color
Monochromatic Colors of #9D6FCC
Black with #9D6FCC
Text Example
Text Example
White with #9D6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6FCC; }
p { color: rgb(157,111,204); }
H1.HeaderClassName
{
color: #9D6FCC;
}
.AnyTagClassName
{
color: #9D6FCC;
}
</style>
background-color css
<style>
a { background-color: #9D6FCC; }
a { background-color: rgb(157,111,204); }
div.DivClassName
{
background-color: #9D6FCC;
}
.BgClassName
{
background-color: #9D6FCC;
}
</style>
border-color css
<style>
span { border-color: #9D6FCC; }
span { border-color: rgb(157,111,204); }
td.TdClassName
{
border-color: #9D6FCC;
}
.TagClassName
{
border-color: #9D6FCC;
}
</style>