Shades of Amethyst #9F72CB
Tints of Amethyst #9F72CB
RGB
CMYK
RGB Variations
Color information
#9F72CB (or 0x9F72CB) is known color: Amethyst. HEX triplet: 9F, 72 and CB. RGB value is (159,114,203). Sum of RGB (Red+Green+Blue) = 159+114+203=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F72CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F72CB is #608D34. Grayscale: #898989. Windows color (decimal): -6327605 or 13333151. OLE color: 13333151.
HSL color Cylindrical-coordinate representation of color #9F72CB: hue angle of 270.34º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F72CB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 114 | 203 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.20 |
| HSL | 270.34º | 0.46% | 0.62% | - |
| HSV(B) | 270.34º | 0.44% | 0.8% | - |
| XYZ | 31.09 | 23.72 | 59.44 | - |
| YUV | 137.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 203 | 0.22 | 0.44 | 0 | 0.20 | 270.34 | 0.46 | 0.62 |
| Hex | 9F | 72 | CB | 16 | 2C | 0 | 14 | 10E | 2E | 3E |
| Octal | 237 | 162 | 313 | 26 | 54 | 0 | 24 | 416 | 56 | 76 |
| Binary | 10011111 | 1110010 | 11001011 | 10110 | 101100 | 0 | 10100 | 100001110 | 101110 | 111110 |
Color Harmonies of #9F72CB
Complementary color
Monochromatic Colors of #9F72CB
Black with #9F72CB
Text Example
Text Example
White with #9F72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F72CB; }
p { color: rgb(159,114,203); }
H1.HeaderClassName
{
color: #9F72CB;
}
.AnyTagClassName
{
color: #9F72CB;
}
</style>
background-color css
<style>
a { background-color: #9F72CB; }
a { background-color: rgb(159,114,203); }
div.DivClassName
{
background-color: #9F72CB;
}
.BgClassName
{
background-color: #9F72CB;
}
</style>
border-color css
<style>
span { border-color: #9F72CB; }
span { border-color: rgb(159,114,203); }
td.TdClassName
{
border-color: #9F72CB;
}
.TagClassName
{
border-color: #9F72CB;
}
</style>