Shades of Amethyst #955CDD
Tints of Amethyst #955CDD
RGB
CMYK
RGB Variations
Color information
#955CDD (or 0x955CDD) is known color: Amethyst. HEX triplet: 95, 5C and DD. RGB value is (149,92,221). Sum of RGB (Red+Green+Blue) = 149+92+221=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #955CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CDD is #6AA322. Grayscale: #7B7B7B. Windows color (decimal): -6988579 or 14507157. OLE color: 14507157.
HSL color Cylindrical-coordinate representation of color #955CDD: hue angle of 266.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #955CDD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 92 | 221 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.13 |
| HSL | 266.51º | 0.65% | 0.61% | - |
| HSV(B) | 266.51º | 0.58% | 0.87% | - |
| XYZ | 29.27 | 19.26 | 70.58 | - |
| YUV | 123.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 221 | 0.33 | 0.58 | 0 | 0.13 | 266.51 | 0.65 | 0.61 |
| Hex | 95 | 5C | DD | 21 | 3A | 0 | D | 10B | 41 | 3D |
| Octal | 225 | 134 | 335 | 41 | 72 | 0 | 15 | 413 | 101 | 75 |
| Binary | 10010101 | 1011100 | 11011101 | 100001 | 111010 | 0 | 1101 | 100001011 | 1000001 | 111101 |
Color Harmonies of #955CDD
Complementary color
Monochromatic Colors of #955CDD
Black with #955CDD
Text Example
Text Example
White with #955CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CDD; }
p { color: rgb(149,92,221); }
H1.HeaderClassName
{
color: #955CDD;
}
.AnyTagClassName
{
color: #955CDD;
}
</style>
background-color css
<style>
a { background-color: #955CDD; }
a { background-color: rgb(149,92,221); }
div.DivClassName
{
background-color: #955CDD;
}
.BgClassName
{
background-color: #955CDD;
}
</style>
border-color css
<style>
span { border-color: #955CDD; }
span { border-color: rgb(149,92,221); }
td.TdClassName
{
border-color: #955CDD;
}
.TagClassName
{
border-color: #955CDD;
}
</style>