Shades of Amethyst #B079DD
Tints of Amethyst #B079DD
RGB
CMYK
RGB Variations
Color information
#B079DD (or 0xB079DD) is known color: Amethyst. HEX triplet: B0, 79 and DD. RGB value is (176,121,221). Sum of RGB (Red+Green+Blue) = 176+121+221=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B079DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079DD is #4F8622. Grayscale: #949494. Windows color (decimal): -5211683 or 14514608. OLE color: 14514608.
HSL color Cylindrical-coordinate representation of color #B079DD: hue angle of 273º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B079DD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 121 | 221 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.13 |
| HSL | 273º | 0.6% | 0.67% | - |
| HSV(B) | 273º | 0.45% | 0.87% | - |
| XYZ | 37.79 | 28.13 | 71.84 | - |
| YUV | 148.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 221 | 0.20 | 0.45 | 0 | 0.13 | 273 | 0.6 | 0.67 |
| Hex | B0 | 79 | DD | 14 | 2D | 0 | D | 111 | 3C | 43 |
| Octal | 260 | 171 | 335 | 24 | 55 | 0 | 15 | 421 | 74 | 103 |
| Binary | 10110000 | 1111001 | 11011101 | 10100 | 101101 | 0 | 1101 | 100010001 | 111100 | 1000011 |
Color Harmonies of #B079DD
Complementary color
Monochromatic Colors of #B079DD
Black with #B079DD
Text Example
Text Example
White with #B079DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B079DD; }
p { color: rgb(176,121,221); }
H1.HeaderClassName
{
color: #B079DD;
}
.AnyTagClassName
{
color: #B079DD;
}
</style>
background-color css
<style>
a { background-color: #B079DD; }
a { background-color: rgb(176,121,221); }
div.DivClassName
{
background-color: #B079DD;
}
.BgClassName
{
background-color: #B079DD;
}
</style>
border-color css
<style>
span { border-color: #B079DD; }
span { border-color: rgb(176,121,221); }
td.TdClassName
{
border-color: #B079DD;
}
.TagClassName
{
border-color: #B079DD;
}
</style>