Shades of Amethyst #9F5CCB
Tints of Amethyst #9F5CCB
RGB
CMYK
RGB Variations
Color information
#9F5CCB (or 0x9F5CCB) is known color: Amethyst. HEX triplet: 9F, 5C and CB. RGB value is (159,92,203). Sum of RGB (Red+Green+Blue) = 159+92+203=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CCB is #60A334. Grayscale: #7C7C7C. Windows color (decimal): -6333237 or 13327519. OLE color: 13327519.
HSL color Cylindrical-coordinate representation of color #9F5CCB: hue angle of 276.22º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F5CCB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 92 | 203 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.20 |
| HSL | 276.22º | 0.52% | 0.58% | - |
| HSV(B) | 276.22º | 0.55% | 0.8% | - |
| XYZ | 28.9 | 19.34 | 58.71 | - |
| YUV | 124.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 203 | 0.22 | 0.55 | 0 | 0.20 | 276.22 | 0.52 | 0.58 |
| Hex | 9F | 5C | CB | 16 | 37 | 0 | 14 | 114 | 34 | 3A |
| Octal | 237 | 134 | 313 | 26 | 67 | 0 | 24 | 424 | 64 | 72 |
| Binary | 10011111 | 1011100 | 11001011 | 10110 | 110111 | 0 | 10100 | 100010100 | 110100 | 111010 |
Color Harmonies of #9F5CCB
Complementary color
Monochromatic Colors of #9F5CCB
Black with #9F5CCB
Text Example
Text Example
White with #9F5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5CCB; }
p { color: rgb(159,92,203); }
H1.HeaderClassName
{
color: #9F5CCB;
}
.AnyTagClassName
{
color: #9F5CCB;
}
</style>
background-color css
<style>
a { background-color: #9F5CCB; }
a { background-color: rgb(159,92,203); }
div.DivClassName
{
background-color: #9F5CCB;
}
.BgClassName
{
background-color: #9F5CCB;
}
</style>
border-color css
<style>
span { border-color: #9F5CCB; }
span { border-color: rgb(159,92,203); }
td.TdClassName
{
border-color: #9F5CCB;
}
.TagClassName
{
border-color: #9F5CCB;
}
</style>