Shades of Amethyst #955ADE
Tints of Amethyst #955ADE
RGB
CMYK
RGB Variations
Color information
#955ADE (or 0x955ADE) is known color: Amethyst. HEX triplet: 95, 5A and DE. RGB value is (149,90,222). Sum of RGB (Red+Green+Blue) = 149+90+222=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #955ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ADE is #6AA521. Grayscale: #7A7A7A. Windows color (decimal): -6989090 or 14572181. OLE color: 14572181.
HSL color Cylindrical-coordinate representation of color #955ADE: hue angle of 266.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955ADE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 90 | 222 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.13 |
| HSL | 266.82º | 0.67% | 0.61% | - |
| HSV(B) | 266.82º | 0.59% | 0.87% | - |
| XYZ | 29.24 | 18.98 | 71.23 | - |
| YUV | 122.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 222 | 0.33 | 0.59 | 0 | 0.13 | 266.82 | 0.67 | 0.61 |
| Hex | 95 | 5A | DE | 21 | 3B | 0 | D | 10B | 43 | 3D |
| Octal | 225 | 132 | 336 | 41 | 73 | 0 | 15 | 413 | 103 | 75 |
| Binary | 10010101 | 1011010 | 11011110 | 100001 | 111011 | 0 | 1101 | 100001011 | 1000011 | 111101 |
Color Harmonies of #955ADE
Complementary color
Monochromatic Colors of #955ADE
Black with #955ADE
Text Example
Text Example
White with #955ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ADE; }
p { color: rgb(149,90,222); }
H1.HeaderClassName
{
color: #955ADE;
}
.AnyTagClassName
{
color: #955ADE;
}
</style>
background-color css
<style>
a { background-color: #955ADE; }
a { background-color: rgb(149,90,222); }
div.DivClassName
{
background-color: #955ADE;
}
.BgClassName
{
background-color: #955ADE;
}
</style>
border-color css
<style>
span { border-color: #955ADE; }
span { border-color: rgb(149,90,222); }
td.TdClassName
{
border-color: #955ADE;
}
.TagClassName
{
border-color: #955ADE;
}
</style>