Shades of Amethyst #955BDB
Tints of Amethyst #955BDB
RGB
CMYK
RGB Variations
Color information
#955BDB (or 0x955BDB) is known color: Amethyst. HEX triplet: 95, 5B and DB. RGB value is (149,91,219). Sum of RGB (Red+Green+Blue) = 149+91+219=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #955BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BDB is #6AA424. Grayscale: #7A7A7A. Windows color (decimal): -6988837 or 14375829. OLE color: 14375829.
HSL color Cylindrical-coordinate representation of color #955BDB: hue angle of 267.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #955BDB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 91 | 219 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.14 |
| HSL | 267.19º | 0.64% | 0.61% | - |
| HSV(B) | 267.19º | 0.58% | 0.86% | - |
| XYZ | 28.92 | 18.99 | 69.16 | - |
| YUV | 122.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 219 | 0.32 | 0.58 | 0 | 0.14 | 267.19 | 0.64 | 0.61 |
| Hex | 95 | 5B | DB | 20 | 3A | 0 | E | 10B | 40 | 3D |
| Octal | 225 | 133 | 333 | 40 | 72 | 0 | 16 | 413 | 100 | 75 |
| Binary | 10010101 | 1011011 | 11011011 | 100000 | 111010 | 0 | 1110 | 100001011 | 1000000 | 111101 |
Color Harmonies of #955BDB
Complementary color
Monochromatic Colors of #955BDB
Black with #955BDB
Text Example
Text Example
White with #955BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BDB; }
p { color: rgb(149,91,219); }
H1.HeaderClassName
{
color: #955BDB;
}
.AnyTagClassName
{
color: #955BDB;
}
</style>
background-color css
<style>
a { background-color: #955BDB; }
a { background-color: rgb(149,91,219); }
div.DivClassName
{
background-color: #955BDB;
}
.BgClassName
{
background-color: #955BDB;
}
</style>
border-color css
<style>
span { border-color: #955BDB; }
span { border-color: rgb(149,91,219); }
td.TdClassName
{
border-color: #955BDB;
}
.TagClassName
{
border-color: #955BDB;
}
</style>