Shades of Amethyst #955FDB
Tints of Amethyst #955FDB
RGB
CMYK
RGB Variations
Color information
#955FDB (or 0x955FDB) is known color: Amethyst. HEX triplet: 95, 5F and DB. RGB value is (149,95,219). Sum of RGB (Red+Green+Blue) = 149+95+219=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #955FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FDB is #6AA024. Grayscale: #7C7C7C. Windows color (decimal): -6987813 or 14376853. OLE color: 14376853.
HSL color Cylindrical-coordinate representation of color #955FDB: hue angle of 266.13º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955FDB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 95 | 219 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.14 |
| HSL | 266.13º | 0.63% | 0.62% | - |
| HSV(B) | 266.13º | 0.57% | 0.86% | - |
| XYZ | 29.27 | 19.69 | 69.28 | - |
| YUV | 125.28 | 180.89 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 219 | 0.32 | 0.57 | 0 | 0.14 | 266.13 | 0.63 | 0.62 |
| Hex | 95 | 5F | DB | 20 | 39 | 0 | E | 10A | 3F | 3E |
| Octal | 225 | 137 | 333 | 40 | 71 | 0 | 16 | 412 | 77 | 76 |
| Binary | 10010101 | 1011111 | 11011011 | 100000 | 111001 | 0 | 1110 | 100001010 | 111111 | 111110 |
Color Harmonies of #955FDB
Complementary color
Monochromatic Colors of #955FDB
Black with #955FDB
Text Example
Text Example
White with #955FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FDB; }
p { color: rgb(149,95,219); }
H1.HeaderClassName
{
color: #955FDB;
}
.AnyTagClassName
{
color: #955FDB;
}
</style>
background-color css
<style>
a { background-color: #955FDB; }
a { background-color: rgb(149,95,219); }
div.DivClassName
{
background-color: #955FDB;
}
.BgClassName
{
background-color: #955FDB;
}
</style>
border-color css
<style>
span { border-color: #955FDB; }
span { border-color: rgb(149,95,219); }
td.TdClassName
{
border-color: #955FDB;
}
.TagClassName
{
border-color: #955FDB;
}
</style>