Shades of Amethyst #9F6ACB
Tints of Amethyst #9F6ACB
RGB
CMYK
RGB Variations
Color information
#9F6ACB (or 0x9F6ACB) is known color: Amethyst. HEX triplet: 9F, 6A and CB. RGB value is (159,106,203). Sum of RGB (Red+Green+Blue) = 159+106+203=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ACB is #609534. Grayscale: #848484. Windows color (decimal): -6329653 or 13331103. OLE color: 13331103.
HSL color Cylindrical-coordinate representation of color #9F6ACB: hue angle of 272.78º 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 #9F6ACB is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 106 | 203 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.20 |
| HSL | 272.78º | 0.48% | 0.61% | - |
| HSV(B) | 272.78º | 0.48% | 0.8% | - |
| XYZ | 30.23 | 21.99 | 59.15 | - |
| YUV | 132.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 203 | 0.22 | 0.48 | 0 | 0.20 | 272.78 | 0.48 | 0.61 |
| Hex | 9F | 6A | CB | 16 | 30 | 0 | 14 | 111 | 30 | 3D |
| Octal | 237 | 152 | 313 | 26 | 60 | 0 | 24 | 421 | 60 | 75 |
| Binary | 10011111 | 1101010 | 11001011 | 10110 | 110000 | 0 | 10100 | 100010001 | 110000 | 111101 |
Color Harmonies of #9F6ACB
Complementary color
Monochromatic Colors of #9F6ACB
Black with #9F6ACB
Text Example
Text Example
White with #9F6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6ACB; }
p { color: rgb(159,106,203); }
H1.HeaderClassName
{
color: #9F6ACB;
}
.AnyTagClassName
{
color: #9F6ACB;
}
</style>
background-color css
<style>
a { background-color: #9F6ACB; }
a { background-color: rgb(159,106,203); }
div.DivClassName
{
background-color: #9F6ACB;
}
.BgClassName
{
background-color: #9F6ACB;
}
</style>
border-color css
<style>
span { border-color: #9F6ACB; }
span { border-color: rgb(159,106,203); }
td.TdClassName
{
border-color: #9F6ACB;
}
.TagClassName
{
border-color: #9F6ACB;
}
</style>