Shades of Amethyst #955DD9
Tints of Amethyst #955DD9
RGB
CMYK
RGB Variations
Color information
#955DD9 (or 0x955DD9) is known color: Amethyst. HEX triplet: 95, 5D and D9. RGB value is (149,93,217). Sum of RGB (Red+Green+Blue) = 149+93+217=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #955DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DD9 is #6AA226. Grayscale: #7B7B7B. Windows color (decimal): -6988327 or 14245269. OLE color: 14245269.
HSL color Cylindrical-coordinate representation of color #955DD9: hue angle of 267.1º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955DD9 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 93 | 217 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.15 |
| HSL | 267.1º | 0.62% | 0.61% | - |
| HSV(B) | 267.1º | 0.57% | 0.85% | - |
| XYZ | 28.83 | 19.23 | 67.84 | - |
| YUV | 123.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 217 | 0.31 | 0.57 | 0 | 0.15 | 267.1 | 0.62 | 0.61 |
| Hex | 95 | 5D | D9 | 1F | 39 | 0 | F | 10B | 3E | 3D |
| Octal | 225 | 135 | 331 | 37 | 71 | 0 | 17 | 413 | 76 | 75 |
| Binary | 10010101 | 1011101 | 11011001 | 11111 | 111001 | 0 | 1111 | 100001011 | 111110 | 111101 |
Color Harmonies of #955DD9
Complementary color
Monochromatic Colors of #955DD9
Black with #955DD9
Text Example
Text Example
White with #955DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DD9; }
p { color: rgb(149,93,217); }
H1.HeaderClassName
{
color: #955DD9;
}
.AnyTagClassName
{
color: #955DD9;
}
</style>
background-color css
<style>
a { background-color: #955DD9; }
a { background-color: rgb(149,93,217); }
div.DivClassName
{
background-color: #955DD9;
}
.BgClassName
{
background-color: #955DD9;
}
</style>
border-color css
<style>
span { border-color: #955DD9; }
span { border-color: rgb(149,93,217); }
td.TdClassName
{
border-color: #955DD9;
}
.TagClassName
{
border-color: #955DD9;
}
</style>