Shades of Amethyst #B577D9
Tints of Amethyst #B577D9
RGB
CMYK
RGB Variations
Color information
#B577D9 (or 0xB577D9) is known color: Amethyst. HEX triplet: B5, 77 and D9. RGB value is (181,119,217). Sum of RGB (Red+Green+Blue) = 181+119+217=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #B577D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577D9 is #4A8826. Grayscale: #949494. Windows color (decimal): -4884519 or 14251957. OLE color: 14251957.
HSL color Cylindrical-coordinate representation of color #B577D9: hue angle of 277.96º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B577D9 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 119 | 217 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.15 |
| HSL | 277.96º | 0.56% | 0.66% | - |
| HSV(B) | 277.96º | 0.45% | 0.85% | - |
| XYZ | 38.18 | 28.03 | 69.04 | - |
| YUV | 148.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 217 | 0.17 | 0.45 | 0 | 0.15 | 277.96 | 0.56 | 0.66 |
| Hex | B5 | 77 | D9 | 11 | 2D | 0 | F | 116 | 38 | 42 |
| Octal | 265 | 167 | 331 | 21 | 55 | 0 | 17 | 426 | 70 | 102 |
| Binary | 10110101 | 1110111 | 11011001 | 10001 | 101101 | 0 | 1111 | 100010110 | 111000 | 1000010 |
Color Harmonies of #B577D9
Complementary color
Monochromatic Colors of #B577D9
Black with #B577D9
Text Example
Text Example
White with #B577D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577D9; }
p { color: rgb(181,119,217); }
H1.HeaderClassName
{
color: #B577D9;
}
.AnyTagClassName
{
color: #B577D9;
}
</style>
background-color css
<style>
a { background-color: #B577D9; }
a { background-color: rgb(181,119,217); }
div.DivClassName
{
background-color: #B577D9;
}
.BgClassName
{
background-color: #B577D9;
}
</style>
border-color css
<style>
span { border-color: #B577D9; }
span { border-color: rgb(181,119,217); }
td.TdClassName
{
border-color: #B577D9;
}
.TagClassName
{
border-color: #B577D9;
}
</style>