Shades of Amethyst #955DDB
Tints of Amethyst #955DDB
RGB
CMYK
RGB Variations
Color information
#955DDB (or 0x955DDB) is known color: Amethyst. HEX triplet: 95, 5D and DB. RGB value is (149,93,219). Sum of RGB (Red+Green+Blue) = 149+93+219=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #955DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DDB is #6AA224. Grayscale: #7B7B7B. Windows color (decimal): -6988325 or 14376341. OLE color: 14376341.
HSL color Cylindrical-coordinate representation of color #955DDB: hue angle of 266.67º 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 #955DDB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 93 | 219 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.14 |
| HSL | 266.67º | 0.64% | 0.61% | - |
| HSV(B) | 266.67º | 0.58% | 0.86% | - |
| XYZ | 29.09 | 19.33 | 69.22 | - |
| YUV | 124.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 219 | 0.32 | 0.58 | 0 | 0.14 | 266.67 | 0.64 | 0.61 |
| Hex | 95 | 5D | DB | 20 | 3A | 0 | E | 10B | 40 | 3D |
| Octal | 225 | 135 | 333 | 40 | 72 | 0 | 16 | 413 | 100 | 75 |
| Binary | 10010101 | 1011101 | 11011011 | 100000 | 111010 | 0 | 1110 | 100001011 | 1000000 | 111101 |
Color Harmonies of #955DDB
Complementary color
Monochromatic Colors of #955DDB
Black with #955DDB
Text Example
Text Example
White with #955DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DDB; }
p { color: rgb(149,93,219); }
H1.HeaderClassName
{
color: #955DDB;
}
.AnyTagClassName
{
color: #955DDB;
}
</style>
background-color css
<style>
a { background-color: #955DDB; }
a { background-color: rgb(149,93,219); }
div.DivClassName
{
background-color: #955DDB;
}
.BgClassName
{
background-color: #955DDB;
}
</style>
border-color css
<style>
span { border-color: #955DDB; }
span { border-color: rgb(149,93,219); }
td.TdClassName
{
border-color: #955DDB;
}
.TagClassName
{
border-color: #955DDB;
}
</style>