Shades of Amethyst #955BDD
Tints of Amethyst #955BDD
RGB
CMYK
RGB Variations
Color information
#955BDD (or 0x955BDD) is known color: Amethyst. HEX triplet: 95, 5B and DD. RGB value is (149,91,221). Sum of RGB (Red+Green+Blue) = 149+91+221=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #955BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BDD is #6AA422. Grayscale: #7A7A7A. Windows color (decimal): -6988835 or 14506901. OLE color: 14506901.
HSL color Cylindrical-coordinate representation of color #955BDD: hue angle of 266.77º degrees, saturation: 0.66, 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 #955BDD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 91 | 221 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.13 |
| HSL | 266.77º | 0.66% | 0.61% | - |
| HSV(B) | 266.77º | 0.59% | 0.87% | - |
| XYZ | 29.19 | 19.09 | 70.55 | - |
| YUV | 123.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 221 | 0.33 | 0.59 | 0 | 0.13 | 266.77 | 0.66 | 0.61 |
| Hex | 95 | 5B | DD | 21 | 3B | 0 | D | 10B | 42 | 3D |
| Octal | 225 | 133 | 335 | 41 | 73 | 0 | 15 | 413 | 102 | 75 |
| Binary | 10010101 | 1011011 | 11011101 | 100001 | 111011 | 0 | 1101 | 100001011 | 1000010 | 111101 |
Color Harmonies of #955BDD
Complementary color
Monochromatic Colors of #955BDD
Black with #955BDD
Text Example
Text Example
White with #955BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BDD; }
p { color: rgb(149,91,221); }
H1.HeaderClassName
{
color: #955BDD;
}
.AnyTagClassName
{
color: #955BDD;
}
</style>
background-color css
<style>
a { background-color: #955BDD; }
a { background-color: rgb(149,91,221); }
div.DivClassName
{
background-color: #955BDD;
}
.BgClassName
{
background-color: #955BDD;
}
</style>
border-color css
<style>
span { border-color: #955BDD; }
span { border-color: rgb(149,91,221); }
td.TdClassName
{
border-color: #955BDD;
}
.TagClassName
{
border-color: #955BDD;
}
</style>