Shades of Amethyst #914CDD
Tints of Amethyst #914CDD
RGB
CMYK
RGB Variations
Color information
#914CDD (or 0x914CDD) is known color: Amethyst. HEX triplet: 91, 4C and DD. RGB value is (145,76,221). Sum of RGB (Red+Green+Blue) = 145+76+221=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #914CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CDD is #6EB322. Grayscale: #707070. Windows color (decimal): -7254819 or 14503057. OLE color: 14503057.
HSL color Cylindrical-coordinate representation of color #914CDD: hue angle of 268.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914CDD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 76 | 221 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.13 |
| HSL | 268.55º | 0.68% | 0.58% | - |
| HSV(B) | 268.55º | 0.66% | 0.87% | - |
| XYZ | 27.31 | 16.41 | 70.13 | - |
| YUV | 113.16 | 188.86 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 221 | 0.34 | 0.66 | 0 | 0.13 | 268.55 | 0.68 | 0.58 |
| Hex | 91 | 4C | DD | 22 | 42 | 0 | D | 10D | 44 | 3A |
| Octal | 221 | 114 | 335 | 42 | 102 | 0 | 15 | 415 | 104 | 72 |
| Binary | 10010001 | 1001100 | 11011101 | 100010 | 1000010 | 0 | 1101 | 100001101 | 1000100 | 111010 |
Color Harmonies of #914CDD
Complementary color
Monochromatic Colors of #914CDD
Black with #914CDD
Text Example
Text Example
White with #914CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CDD; }
p { color: rgb(145,76,221); }
H1.HeaderClassName
{
color: #914CDD;
}
.AnyTagClassName
{
color: #914CDD;
}
</style>
background-color css
<style>
a { background-color: #914CDD; }
a { background-color: rgb(145,76,221); }
div.DivClassName
{
background-color: #914CDD;
}
.BgClassName
{
background-color: #914CDD;
}
</style>
border-color css
<style>
span { border-color: #914CDD; }
span { border-color: rgb(145,76,221); }
td.TdClassName
{
border-color: #914CDD;
}
.TagClassName
{
border-color: #914CDD;
}
</style>