Shades of Amethyst #955EDD
Tints of Amethyst #955EDD
RGB
CMYK
RGB Variations
Color information
#955EDD (or 0x955EDD) is known color: Amethyst. HEX triplet: 95, 5E and DD. RGB value is (149,94,221). Sum of RGB (Red+Green+Blue) = 149+94+221=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #955EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955EDD is #6AA122. Grayscale: #7C7C7C. Windows color (decimal): -6988067 or 14507669. OLE color: 14507669.
HSL color Cylindrical-coordinate representation of color #955EDD: hue angle of 265.98º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955EDD is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 94 | 221 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.13 |
| HSL | 265.98º | 0.65% | 0.62% | - |
| HSV(B) | 265.98º | 0.57% | 0.87% | - |
| XYZ | 29.45 | 19.62 | 70.64 | - |
| YUV | 124.92 | 182.22 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 221 | 0.33 | 0.57 | 0 | 0.13 | 265.98 | 0.65 | 0.62 |
| Hex | 95 | 5E | DD | 21 | 39 | 0 | D | 10A | 41 | 3E |
| Octal | 225 | 136 | 335 | 41 | 71 | 0 | 15 | 412 | 101 | 76 |
| Binary | 10010101 | 1011110 | 11011101 | 100001 | 111001 | 0 | 1101 | 100001010 | 1000001 | 111110 |
Color Harmonies of #955EDD
Complementary color
Monochromatic Colors of #955EDD
Black with #955EDD
Text Example
Text Example
White with #955EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EDD; }
p { color: rgb(149,94,221); }
H1.HeaderClassName
{
color: #955EDD;
}
.AnyTagClassName
{
color: #955EDD;
}
</style>
background-color css
<style>
a { background-color: #955EDD; }
a { background-color: rgb(149,94,221); }
div.DivClassName
{
background-color: #955EDD;
}
.BgClassName
{
background-color: #955EDD;
}
</style>
border-color css
<style>
span { border-color: #955EDD; }
span { border-color: rgb(149,94,221); }
td.TdClassName
{
border-color: #955EDD;
}
.TagClassName
{
border-color: #955EDD;
}
</style>