Shades of Amethyst #955ED9
Tints of Amethyst #955ED9
RGB
CMYK
RGB Variations
Color information
#955ED9 (or 0x955ED9) is known color: Amethyst. HEX triplet: 95, 5E and D9. RGB value is (149,94,217). Sum of RGB (Red+Green+Blue) = 149+94+217=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #955ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ED9 is #6AA126. Grayscale: #7C7C7C. Windows color (decimal): -6988071 or 14245525. OLE color: 14245525.
HSL color Cylindrical-coordinate representation of color #955ED9: hue angle of 266.83º 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 #955ED9 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 94 | 217 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.15 |
| HSL | 266.83º | 0.62% | 0.61% | - |
| HSV(B) | 266.83º | 0.57% | 0.85% | - |
| XYZ | 28.92 | 19.4 | 67.87 | - |
| YUV | 124.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 217 | 0.31 | 0.57 | 0 | 0.15 | 266.83 | 0.62 | 0.61 |
| Hex | 95 | 5E | D9 | 1F | 39 | 0 | F | 10B | 3E | 3D |
| Octal | 225 | 136 | 331 | 37 | 71 | 0 | 17 | 413 | 76 | 75 |
| Binary | 10010101 | 1011110 | 11011001 | 11111 | 111001 | 0 | 1111 | 100001011 | 111110 | 111101 |
Color Harmonies of #955ED9
Complementary color
Monochromatic Colors of #955ED9
Black with #955ED9
Text Example
Text Example
White with #955ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ED9; }
p { color: rgb(149,94,217); }
H1.HeaderClassName
{
color: #955ED9;
}
.AnyTagClassName
{
color: #955ED9;
}
</style>
background-color css
<style>
a { background-color: #955ED9; }
a { background-color: rgb(149,94,217); }
div.DivClassName
{
background-color: #955ED9;
}
.BgClassName
{
background-color: #955ED9;
}
</style>
border-color css
<style>
span { border-color: #955ED9; }
span { border-color: rgb(149,94,217); }
td.TdClassName
{
border-color: #955ED9;
}
.TagClassName
{
border-color: #955ED9;
}
</style>