Shades of Amethyst #995AD8
Tints of Amethyst #995AD8
RGB
CMYK
RGB Variations
Color information
#995AD8 (or 0x995AD8) is known color: Amethyst. HEX triplet: 99, 5A and D8. RGB value is (153,90,216). Sum of RGB (Red+Green+Blue) = 153+90+216=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #995AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AD8 is #66A527. Grayscale: #7A7A7A. Windows color (decimal): -6726952 or 14178969. OLE color: 14178969.
HSL color Cylindrical-coordinate representation of color #995AD8: hue angle of 270º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995AD8 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 90 | 216 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.15 |
| HSL | 270º | 0.62% | 0.6% | - |
| HSV(B) | 270º | 0.58% | 0.85% | - |
| XYZ | 29.19 | 19.04 | 67.1 | - |
| YUV | 123.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 216 | 0.29 | 0.58 | 0 | 0.15 | 270 | 0.62 | 0.6 |
| Hex | 99 | 5A | D8 | 1D | 3A | 0 | F | 10E | 3E | 3C |
| Octal | 231 | 132 | 330 | 35 | 72 | 0 | 17 | 416 | 76 | 74 |
| Binary | 10011001 | 1011010 | 11011000 | 11101 | 111010 | 0 | 1111 | 100001110 | 111110 | 111100 |
Color Harmonies of #995AD8
Complementary color
Monochromatic Colors of #995AD8
Black with #995AD8
Text Example
Text Example
White with #995AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995AD8; }
p { color: rgb(153,90,216); }
H1.HeaderClassName
{
color: #995AD8;
}
.AnyTagClassName
{
color: #995AD8;
}
</style>
background-color css
<style>
a { background-color: #995AD8; }
a { background-color: rgb(153,90,216); }
div.DivClassName
{
background-color: #995AD8;
}
.BgClassName
{
background-color: #995AD8;
}
</style>
border-color css
<style>
span { border-color: #995AD8; }
span { border-color: rgb(153,90,216); }
td.TdClassName
{
border-color: #995AD8;
}
.TagClassName
{
border-color: #995AD8;
}
</style>