Shades of Amethyst #9B5FDF
Tints of Amethyst #9B5FDF
RGB
CMYK
RGB Variations
Color information
#9B5FDF (or 0x9B5FDF) is known color: Amethyst. HEX triplet: 9B, 5F and DF. RGB value is (155,95,223). Sum of RGB (Red+Green+Blue) = 155+95+223=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B5FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FDF is #64A020. Grayscale: #7F7F7F. Windows color (decimal): -6594593 or 14639003. OLE color: 14639003.
HSL color Cylindrical-coordinate representation of color #9B5FDF: hue angle of 268.12º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B5FDF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 95 | 223 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.13 |
| HSL | 268.13º | 0.67% | 0.62% | - |
| HSV(B) | 268.13º | 0.57% | 0.87% | - |
| XYZ | 30.93 | 20.48 | 72.14 | - |
| YUV | 127.53 | 181.88 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 223 | 0.30 | 0.57 | 0 | 0.13 | 268.13 | 0.67 | 0.62 |
| Hex | 9B | 5F | DF | 1E | 39 | 0 | D | 10C | 43 | 3E |
| Octal | 233 | 137 | 337 | 36 | 71 | 0 | 15 | 414 | 103 | 76 |
| Binary | 10011011 | 1011111 | 11011111 | 11110 | 111001 | 0 | 1101 | 100001100 | 1000011 | 111110 |
Color Harmonies of #9B5FDF
Complementary color
Monochromatic Colors of #9B5FDF
Black with #9B5FDF
Text Example
Text Example
White with #9B5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5FDF; }
p { color: rgb(155,95,223); }
H1.HeaderClassName
{
color: #9B5FDF;
}
.AnyTagClassName
{
color: #9B5FDF;
}
</style>
background-color css
<style>
a { background-color: #9B5FDF; }
a { background-color: rgb(155,95,223); }
div.DivClassName
{
background-color: #9B5FDF;
}
.BgClassName
{
background-color: #9B5FDF;
}
</style>
border-color css
<style>
span { border-color: #9B5FDF; }
span { border-color: rgb(155,95,223); }
td.TdClassName
{
border-color: #9B5FDF;
}
.TagClassName
{
border-color: #9B5FDF;
}
</style>