Shades of Amethyst #914CDB
Tints of Amethyst #914CDB
RGB
CMYK
RGB Variations
Color information
#914CDB (or 0x914CDB) is known color: Amethyst. HEX triplet: 91, 4C and DB. RGB value is (145,76,219). Sum of RGB (Red+Green+Blue) = 145+76+219=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #914CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CDB is #6EB324. Grayscale: #707070. Windows color (decimal): -7254821 or 14371985. OLE color: 14371985.
HSL color Cylindrical-coordinate representation of color #914CDB: hue angle of 268.95º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #914CDB is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 76 | 219 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.14 |
| HSL | 268.95º | 0.67% | 0.58% | - |
| HSV(B) | 268.95º | 0.65% | 0.86% | - |
| XYZ | 27.05 | 16.3 | 68.74 | - |
| YUV | 112.93 | 187.86 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 219 | 0.34 | 0.65 | 0 | 0.14 | 268.95 | 0.67 | 0.58 |
| Hex | 91 | 4C | DB | 22 | 41 | 0 | E | 10D | 43 | 3A |
| Octal | 221 | 114 | 333 | 42 | 101 | 0 | 16 | 415 | 103 | 72 |
| Binary | 10010001 | 1001100 | 11011011 | 100010 | 1000001 | 0 | 1110 | 100001101 | 1000011 | 111010 |
Color Harmonies of #914CDB
Complementary color
Monochromatic Colors of #914CDB
Black with #914CDB
Text Example
Text Example
White with #914CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CDB; }
p { color: rgb(145,76,219); }
H1.HeaderClassName
{
color: #914CDB;
}
.AnyTagClassName
{
color: #914CDB;
}
</style>
background-color css
<style>
a { background-color: #914CDB; }
a { background-color: rgb(145,76,219); }
div.DivClassName
{
background-color: #914CDB;
}
.BgClassName
{
background-color: #914CDB;
}
</style>
border-color css
<style>
span { border-color: #914CDB; }
span { border-color: rgb(145,76,219); }
td.TdClassName
{
border-color: #914CDB;
}
.TagClassName
{
border-color: #914CDB;
}
</style>