Shades of Amethyst #9B4DDC
Tints of Amethyst #9B4DDC
RGB
CMYK
RGB Variations
Color information
#9B4DDC (or 0x9B4DDC) is known color: Amethyst. HEX triplet: 9B, 4D and DC. RGB value is (155,77,220). Sum of RGB (Red+Green+Blue) = 155+77+220=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4DDC is #64B223. Grayscale: #747474. Windows color (decimal): -6599204 or 14437787. OLE color: 14437787.
HSL color Cylindrical-coordinate representation of color #9B4DDC: hue angle of 272.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B4DDC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 77 | 220 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.14 |
| HSL | 272.73º | 0.67% | 0.58% | - |
| HSV(B) | 272.73º | 0.65% | 0.86% | - |
| XYZ | 29.09 | 17.44 | 69.54 | - |
| YUV | 116.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 220 | 0.30 | 0.65 | 0 | 0.14 | 272.73 | 0.67 | 0.58 |
| Hex | 9B | 4D | DC | 1E | 41 | 0 | E | 111 | 43 | 3A |
| Octal | 233 | 115 | 334 | 36 | 101 | 0 | 16 | 421 | 103 | 72 |
| Binary | 10011011 | 1001101 | 11011100 | 11110 | 1000001 | 0 | 1110 | 100010001 | 1000011 | 111010 |
Color Harmonies of #9B4DDC
Complementary color
Monochromatic Colors of #9B4DDC
Black with #9B4DDC
Text Example
Text Example
White with #9B4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4DDC; }
p { color: rgb(155,77,220); }
H1.HeaderClassName
{
color: #9B4DDC;
}
.AnyTagClassName
{
color: #9B4DDC;
}
</style>
background-color css
<style>
a { background-color: #9B4DDC; }
a { background-color: rgb(155,77,220); }
div.DivClassName
{
background-color: #9B4DDC;
}
.BgClassName
{
background-color: #9B4DDC;
}
</style>
border-color css
<style>
span { border-color: #9B4DDC; }
span { border-color: rgb(155,77,220); }
td.TdClassName
{
border-color: #9B4DDC;
}
.TagClassName
{
border-color: #9B4DDC;
}
</style>