Shades of Amethyst #9B57DC
Tints of Amethyst #9B57DC
RGB
CMYK
RGB Variations
Color information
#9B57DC (or 0x9B57DC) is known color: Amethyst. HEX triplet: 9B, 57 and DC. RGB value is (155,87,220). Sum of RGB (Red+Green+Blue) = 155+87+220=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B57DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B57DC is #64A823. Grayscale: #7A7A7A. Windows color (decimal): -6596644 or 14440347. OLE color: 14440347.
HSL color Cylindrical-coordinate representation of color #9B57DC: hue angle of 270.68º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B57DC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 87 | 220 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.14 |
| HSL | 270.68º | 0.66% | 0.6% | - |
| HSV(B) | 270.68º | 0.6% | 0.86% | - |
| XYZ | 29.84 | 18.95 | 69.8 | - |
| YUV | 122.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 220 | 0.30 | 0.60 | 0 | 0.14 | 270.68 | 0.66 | 0.6 |
| Hex | 9B | 57 | DC | 1E | 3C | 0 | E | 10F | 42 | 3C |
| Octal | 233 | 127 | 334 | 36 | 74 | 0 | 16 | 417 | 102 | 74 |
| Binary | 10011011 | 1010111 | 11011100 | 11110 | 111100 | 0 | 1110 | 100001111 | 1000010 | 111100 |
Color Harmonies of #9B57DC
Complementary color
Monochromatic Colors of #9B57DC
Black with #9B57DC
Text Example
Text Example
White with #9B57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B57DC; }
p { color: rgb(155,87,220); }
H1.HeaderClassName
{
color: #9B57DC;
}
.AnyTagClassName
{
color: #9B57DC;
}
</style>
background-color css
<style>
a { background-color: #9B57DC; }
a { background-color: rgb(155,87,220); }
div.DivClassName
{
background-color: #9B57DC;
}
.BgClassName
{
background-color: #9B57DC;
}
</style>
border-color css
<style>
span { border-color: #9B57DC; }
span { border-color: rgb(155,87,220); }
td.TdClassName
{
border-color: #9B57DC;
}
.TagClassName
{
border-color: #9B57DC;
}
</style>