Shades of Amethyst #995BD3
Tints of Amethyst #995BD3
RGB
CMYK
RGB Variations
Color information
#995BD3 (or 0x995BD3) is known color: Amethyst. HEX triplet: 99, 5B and D3. RGB value is (153,91,211). Sum of RGB (Red+Green+Blue) = 153+91+211=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 211 - color contains mainly: blue. Hex color #995BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BD3 is #66A42C. Grayscale: #7A7A7A. Windows color (decimal): -6726701 or 13851545. OLE color: 13851545.
HSL color Cylindrical-coordinate representation of color #995BD3: hue angle of 271º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995BD3 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 91 | 211 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.17 |
| HSL | 271º | 0.58% | 0.59% | - |
| HSV(B) | 271º | 0.57% | 0.83% | - |
| XYZ | 28.64 | 18.96 | 63.78 | - |
| YUV | 123.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 211 | 0.27 | 0.57 | 0 | 0.17 | 271 | 0.58 | 0.59 |
| Hex | 99 | 5B | D3 | 1B | 39 | 0 | 11 | 10F | 3A | 3B |
| Octal | 231 | 133 | 323 | 33 | 71 | 0 | 21 | 417 | 72 | 73 |
| Binary | 10011001 | 1011011 | 11010011 | 11011 | 111001 | 0 | 10001 | 100001111 | 111010 | 111011 |
Color Harmonies of #995BD3
Complementary color
Monochromatic Colors of #995BD3
Black with #995BD3
Text Example
Text Example
White with #995BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BD3; }
p { color: rgb(153,91,211); }
H1.HeaderClassName
{
color: #995BD3;
}
.AnyTagClassName
{
color: #995BD3;
}
</style>
background-color css
<style>
a { background-color: #995BD3; }
a { background-color: rgb(153,91,211); }
div.DivClassName
{
background-color: #995BD3;
}
.BgClassName
{
background-color: #995BD3;
}
</style>
border-color css
<style>
span { border-color: #995BD3; }
span { border-color: rgb(153,91,211); }
td.TdClassName
{
border-color: #995BD3;
}
.TagClassName
{
border-color: #995BD3;
}
</style>