Shades of Amethyst #9B53DA
Tints of Amethyst #9B53DA
RGB
CMYK
RGB Variations
Color information
#9B53DA (or 0x9B53DA) is known color: Amethyst. HEX triplet: 9B, 53 and DA. RGB value is (155,83,218). Sum of RGB (Red+Green+Blue) = 155+83+218=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B53DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B53DA is #64AC25. Grayscale: #777777. Windows color (decimal): -6597670 or 14308251. OLE color: 14308251.
HSL color Cylindrical-coordinate representation of color #9B53DA: hue angle of 272º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B53DA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 83 | 218 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.15 |
| HSL | 272º | 0.65% | 0.59% | - |
| HSV(B) | 272º | 0.62% | 0.85% | - |
| XYZ | 29.27 | 18.22 | 68.3 | - |
| YUV | 119.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 218 | 0.29 | 0.62 | 0 | 0.15 | 272 | 0.65 | 0.59 |
| Hex | 9B | 53 | DA | 1D | 3E | 0 | F | 110 | 41 | 3B |
| Octal | 233 | 123 | 332 | 35 | 76 | 0 | 17 | 420 | 101 | 73 |
| Binary | 10011011 | 1010011 | 11011010 | 11101 | 111110 | 0 | 1111 | 100010000 | 1000001 | 111011 |
Color Harmonies of #9B53DA
Complementary color
Monochromatic Colors of #9B53DA
Black with #9B53DA
Text Example
Text Example
White with #9B53DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53DA; }
p { color: rgb(155,83,218); }
H1.HeaderClassName
{
color: #9B53DA;
}
.AnyTagClassName
{
color: #9B53DA;
}
</style>
background-color css
<style>
a { background-color: #9B53DA; }
a { background-color: rgb(155,83,218); }
div.DivClassName
{
background-color: #9B53DA;
}
.BgClassName
{
background-color: #9B53DA;
}
</style>
border-color css
<style>
span { border-color: #9B53DA; }
span { border-color: rgb(155,83,218); }
td.TdClassName
{
border-color: #9B53DA;
}
.TagClassName
{
border-color: #9B53DA;
}
</style>