Shades of Amethyst #9B5FDC
Tints of Amethyst #9B5FDC
RGB
CMYK
RGB Variations
Color information
#9B5FDC (or 0x9B5FDC) is known color: Amethyst. HEX triplet: 9B, 5F and DC. RGB value is (155,95,220). Sum of RGB (Red+Green+Blue) = 155+95+220=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B5FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FDC is #64A023. Grayscale: #7E7E7E. Windows color (decimal): -6594596 or 14442395. OLE color: 14442395.
HSL color Cylindrical-coordinate representation of color #9B5FDC: hue angle of 268.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B5FDC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 95 | 220 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.14 |
| HSL | 268.8º | 0.64% | 0.62% | - |
| HSV(B) | 268.8º | 0.57% | 0.86% | - |
| XYZ | 30.53 | 20.32 | 70.02 | - |
| YUV | 127.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 220 | 0.30 | 0.57 | 0 | 0.14 | 268.8 | 0.64 | 0.62 |
| Hex | 9B | 5F | DC | 1E | 39 | 0 | E | 10D | 40 | 3E |
| Octal | 233 | 137 | 334 | 36 | 71 | 0 | 16 | 415 | 100 | 76 |
| Binary | 10011011 | 1011111 | 11011100 | 11110 | 111001 | 0 | 1110 | 100001101 | 1000000 | 111110 |
Color Harmonies of #9B5FDC
Complementary color
Monochromatic Colors of #9B5FDC
Black with #9B5FDC
Text Example
Text Example
White with #9B5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5FDC; }
p { color: rgb(155,95,220); }
H1.HeaderClassName
{
color: #9B5FDC;
}
.AnyTagClassName
{
color: #9B5FDC;
}
</style>
background-color css
<style>
a { background-color: #9B5FDC; }
a { background-color: rgb(155,95,220); }
div.DivClassName
{
background-color: #9B5FDC;
}
.BgClassName
{
background-color: #9B5FDC;
}
</style>
border-color css
<style>
span { border-color: #9B5FDC; }
span { border-color: rgb(155,95,220); }
td.TdClassName
{
border-color: #9B5FDC;
}
.TagClassName
{
border-color: #9B5FDC;
}
</style>