Shades of Amethyst #955EDB
Tints of Amethyst #955EDB
RGB
CMYK
RGB Variations
Color information
#955EDB (or 0x955EDB) is known color: Amethyst. HEX triplet: 95, 5E and DB. RGB value is (149,94,219). Sum of RGB (Red+Green+Blue) = 149+94+219=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #955EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955EDB is #6AA124. Grayscale: #7C7C7C. Windows color (decimal): -6988069 or 14376597. OLE color: 14376597.
HSL color Cylindrical-coordinate representation of color #955EDB: hue angle of 266.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955EDB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 94 | 219 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.14 |
| HSL | 266.4º | 0.63% | 0.61% | - |
| HSV(B) | 266.4º | 0.57% | 0.86% | - |
| XYZ | 29.18 | 19.51 | 69.25 | - |
| YUV | 124.7 | 181.22 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 219 | 0.32 | 0.57 | 0 | 0.14 | 266.4 | 0.63 | 0.61 |
| Hex | 95 | 5E | DB | 20 | 39 | 0 | E | 10A | 3F | 3D |
| Octal | 225 | 136 | 333 | 40 | 71 | 0 | 16 | 412 | 77 | 75 |
| Binary | 10010101 | 1011110 | 11011011 | 100000 | 111001 | 0 | 1110 | 100001010 | 111111 | 111101 |
Color Harmonies of #955EDB
Complementary color
Monochromatic Colors of #955EDB
Black with #955EDB
Text Example
Text Example
White with #955EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EDB; }
p { color: rgb(149,94,219); }
H1.HeaderClassName
{
color: #955EDB;
}
.AnyTagClassName
{
color: #955EDB;
}
</style>
background-color css
<style>
a { background-color: #955EDB; }
a { background-color: rgb(149,94,219); }
div.DivClassName
{
background-color: #955EDB;
}
.BgClassName
{
background-color: #955EDB;
}
</style>
border-color css
<style>
span { border-color: #955EDB; }
span { border-color: rgb(149,94,219); }
td.TdClassName
{
border-color: #955EDB;
}
.TagClassName
{
border-color: #955EDB;
}
</style>