Shades of Amethyst #955AD9
Tints of Amethyst #955AD9
RGB
CMYK
RGB Variations
Color information
#955AD9 (or 0x955AD9) is known color: Amethyst. HEX triplet: 95, 5A and D9. RGB value is (149,90,217). Sum of RGB (Red+Green+Blue) = 149+90+217=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #955AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955AD9 is #6AA526. Grayscale: #797979. Windows color (decimal): -6989095 or 14244501. OLE color: 14244501.
HSL color Cylindrical-coordinate representation of color #955AD9: hue angle of 267.87º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955AD9 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 90 | 217 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.15 |
| HSL | 267.87º | 0.63% | 0.6% | - |
| HSV(B) | 267.87º | 0.59% | 0.85% | - |
| XYZ | 28.57 | 18.71 | 67.75 | - |
| YUV | 122.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 217 | 0.31 | 0.59 | 0 | 0.15 | 267.87 | 0.63 | 0.6 |
| Hex | 95 | 5A | D9 | 1F | 3B | 0 | F | 10C | 3F | 3C |
| Octal | 225 | 132 | 331 | 37 | 73 | 0 | 17 | 414 | 77 | 74 |
| Binary | 10010101 | 1011010 | 11011001 | 11111 | 111011 | 0 | 1111 | 100001100 | 111111 | 111100 |
Color Harmonies of #955AD9
Complementary color
Monochromatic Colors of #955AD9
Black with #955AD9
Text Example
Text Example
White with #955AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955AD9; }
p { color: rgb(149,90,217); }
H1.HeaderClassName
{
color: #955AD9;
}
.AnyTagClassName
{
color: #955AD9;
}
</style>
background-color css
<style>
a { background-color: #955AD9; }
a { background-color: rgb(149,90,217); }
div.DivClassName
{
background-color: #955AD9;
}
.BgClassName
{
background-color: #955AD9;
}
</style>
border-color css
<style>
span { border-color: #955AD9; }
span { border-color: rgb(149,90,217); }
td.TdClassName
{
border-color: #955AD9;
}
.TagClassName
{
border-color: #955AD9;
}
</style>