Shades of Amethyst #9B5FCD
Tints of Amethyst #9B5FCD
RGB
CMYK
RGB Variations
Color information
#9B5FCD (or 0x9B5FCD) is known color: Amethyst. HEX triplet: 9B, 5F and CD. RGB value is (155,95,205). Sum of RGB (Red+Green+Blue) = 155+95+205=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FCD is #64A032. Grayscale: #7D7D7D. Windows color (decimal): -6594611 or 13459355. OLE color: 13459355.
HSL color Cylindrical-coordinate representation of color #9B5FCD: hue angle of 272.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B5FCD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 95 | 205 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.20 |
| HSL | 272.73º | 0.52% | 0.59% | - |
| HSV(B) | 272.73º | 0.54% | 0.8% | - |
| XYZ | 28.63 | 19.56 | 60.02 | - |
| YUV | 125.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 205 | 0.24 | 0.54 | 0 | 0.20 | 272.73 | 0.52 | 0.59 |
| Hex | 9B | 5F | CD | 18 | 36 | 0 | 14 | 111 | 34 | 3B |
| Octal | 233 | 137 | 315 | 30 | 66 | 0 | 24 | 421 | 64 | 73 |
| Binary | 10011011 | 1011111 | 11001101 | 11000 | 110110 | 0 | 10100 | 100010001 | 110100 | 111011 |
Color Harmonies of #9B5FCD
Complementary color
Monochromatic Colors of #9B5FCD
Black with #9B5FCD
Text Example
Text Example
White with #9B5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5FCD; }
p { color: rgb(155,95,205); }
H1.HeaderClassName
{
color: #9B5FCD;
}
.AnyTagClassName
{
color: #9B5FCD;
}
</style>
background-color css
<style>
a { background-color: #9B5FCD; }
a { background-color: rgb(155,95,205); }
div.DivClassName
{
background-color: #9B5FCD;
}
.BgClassName
{
background-color: #9B5FCD;
}
</style>
border-color css
<style>
span { border-color: #9B5FCD; }
span { border-color: rgb(155,95,205); }
td.TdClassName
{
border-color: #9B5FCD;
}
.TagClassName
{
border-color: #9B5FCD;
}
</style>