Shades of Amethyst #955DDA
Tints of Amethyst #955DDA
RGB
CMYK
RGB Variations
Color information
#955DDA (or 0x955DDA) is known color: Amethyst. HEX triplet: 95, 5D and DA. RGB value is (149,93,218). Sum of RGB (Red+Green+Blue) = 149+93+218=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #955DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DDA is #6AA225. Grayscale: #7B7B7B. Windows color (decimal): -6988326 or 14310805. OLE color: 14310805.
HSL color Cylindrical-coordinate representation of color #955DDA: hue angle of 266.88º degrees, saturation: 0.63, 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 #955DDA is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 93 | 218 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.15 |
| HSL | 266.88º | 0.63% | 0.61% | - |
| HSV(B) | 266.88º | 0.57% | 0.85% | - |
| XYZ | 28.96 | 19.28 | 68.52 | - |
| YUV | 123.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 218 | 0.32 | 0.57 | 0 | 0.15 | 266.88 | 0.63 | 0.61 |
| Hex | 95 | 5D | DA | 20 | 39 | 0 | F | 10B | 3F | 3D |
| Octal | 225 | 135 | 332 | 40 | 71 | 0 | 17 | 413 | 77 | 75 |
| Binary | 10010101 | 1011101 | 11011010 | 100000 | 111001 | 0 | 1111 | 100001011 | 111111 | 111101 |
Color Harmonies of #955DDA
Complementary color
Monochromatic Colors of #955DDA
Black with #955DDA
Text Example
Text Example
White with #955DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DDA; }
p { color: rgb(149,93,218); }
H1.HeaderClassName
{
color: #955DDA;
}
.AnyTagClassName
{
color: #955DDA;
}
</style>
background-color css
<style>
a { background-color: #955DDA; }
a { background-color: rgb(149,93,218); }
div.DivClassName
{
background-color: #955DDA;
}
.BgClassName
{
background-color: #955DDA;
}
</style>
border-color css
<style>
span { border-color: #955DDA; }
span { border-color: rgb(149,93,218); }
td.TdClassName
{
border-color: #955DDA;
}
.TagClassName
{
border-color: #955DDA;
}
</style>