Shades of Amethyst #955BDE
Tints of Amethyst #955BDE
RGB
CMYK
RGB Variations
Color information
#955BDE (or 0x955BDE) is known color: Amethyst. HEX triplet: 95, 5B and DE. RGB value is (149,91,222). Sum of RGB (Red+Green+Blue) = 149+91+222=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #955BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BDE is #6AA421. Grayscale: #7A7A7A. Windows color (decimal): -6988834 or 14572437. OLE color: 14572437.
HSL color Cylindrical-coordinate representation of color #955BDE: hue angle of 266.56º 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 #955BDE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 91 | 222 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.13 |
| HSL | 266.56º | 0.66% | 0.61% | - |
| HSV(B) | 266.56º | 0.59% | 0.87% | - |
| XYZ | 29.32 | 19.15 | 71.26 | - |
| YUV | 123.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 222 | 0.33 | 0.59 | 0 | 0.13 | 266.56 | 0.66 | 0.61 |
| Hex | 95 | 5B | DE | 21 | 3B | 0 | D | 10B | 42 | 3D |
| Octal | 225 | 133 | 336 | 41 | 73 | 0 | 15 | 413 | 102 | 75 |
| Binary | 10010101 | 1011011 | 11011110 | 100001 | 111011 | 0 | 1101 | 100001011 | 1000010 | 111101 |
Color Harmonies of #955BDE
Complementary color
Monochromatic Colors of #955BDE
Black with #955BDE
Text Example
Text Example
White with #955BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BDE; }
p { color: rgb(149,91,222); }
H1.HeaderClassName
{
color: #955BDE;
}
.AnyTagClassName
{
color: #955BDE;
}
</style>
background-color css
<style>
a { background-color: #955BDE; }
a { background-color: rgb(149,91,222); }
div.DivClassName
{
background-color: #955BDE;
}
.BgClassName
{
background-color: #955BDE;
}
</style>
border-color css
<style>
span { border-color: #955BDE; }
span { border-color: rgb(149,91,222); }
td.TdClassName
{
border-color: #955BDE;
}
.TagClassName
{
border-color: #955BDE;
}
</style>