Shades of Amethyst #9D6ACB
Tints of Amethyst #9D6ACB
RGB
CMYK
RGB Variations
Color information
#9D6ACB (or 0x9D6ACB) is known color: Amethyst. HEX triplet: 9D, 6A and CB. RGB value is (157,106,203). Sum of RGB (Red+Green+Blue) = 157+106+203=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ACB is #629534. Grayscale: #838383. Windows color (decimal): -6460725 or 13331101. OLE color: 13331101.
HSL color Cylindrical-coordinate representation of color #9D6ACB: hue angle of 271.55º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D6ACB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 106 | 203 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.20 |
| HSL | 271.55º | 0.48% | 0.61% | - |
| HSV(B) | 271.55º | 0.48% | 0.8% | - |
| XYZ | 29.84 | 21.79 | 59.13 | - |
| YUV | 132.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 203 | 0.23 | 0.48 | 0 | 0.20 | 271.55 | 0.48 | 0.61 |
| Hex | 9D | 6A | CB | 17 | 30 | 0 | 14 | 110 | 30 | 3D |
| Octal | 235 | 152 | 313 | 27 | 60 | 0 | 24 | 420 | 60 | 75 |
| Binary | 10011101 | 1101010 | 11001011 | 10111 | 110000 | 0 | 10100 | 100010000 | 110000 | 111101 |
Color Harmonies of #9D6ACB
Complementary color
Monochromatic Colors of #9D6ACB
Black with #9D6ACB
Text Example
Text Example
White with #9D6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6ACB; }
p { color: rgb(157,106,203); }
H1.HeaderClassName
{
color: #9D6ACB;
}
.AnyTagClassName
{
color: #9D6ACB;
}
</style>
background-color css
<style>
a { background-color: #9D6ACB; }
a { background-color: rgb(157,106,203); }
div.DivClassName
{
background-color: #9D6ACB;
}
.BgClassName
{
background-color: #9D6ACB;
}
</style>
border-color css
<style>
span { border-color: #9D6ACB; }
span { border-color: rgb(157,106,203); }
td.TdClassName
{
border-color: #9D6ACB;
}
.TagClassName
{
border-color: #9D6ACB;
}
</style>