Shades of Amethyst #914ADA
Tints of Amethyst #914ADA
RGB
CMYK
RGB Variations
Color information
#914ADA (or 0x914ADA) is known color: Amethyst. HEX triplet: 91, 4A and DA. RGB value is (145,74,218). Sum of RGB (Red+Green+Blue) = 145+74+218=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #914ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ADA is #6EB525. Grayscale: #6F6F6F. Windows color (decimal): -7255334 or 14305937. OLE color: 14305937.
HSL color Cylindrical-coordinate representation of color #914ADA: hue angle of 269.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914ADA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 74 | 218 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.15 |
| HSL | 269.58º | 0.66% | 0.57% | - |
| HSV(B) | 269.58º | 0.66% | 0.85% | - |
| XYZ | 26.78 | 15.98 | 68 | - |
| YUV | 111.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 218 | 0.33 | 0.66 | 0 | 0.15 | 269.58 | 0.66 | 0.57 |
| Hex | 91 | 4A | DA | 21 | 42 | 0 | F | 10E | 42 | 39 |
| Octal | 221 | 112 | 332 | 41 | 102 | 0 | 17 | 416 | 102 | 71 |
| Binary | 10010001 | 1001010 | 11011010 | 100001 | 1000010 | 0 | 1111 | 100001110 | 1000010 | 111001 |
Color Harmonies of #914ADA
Complementary color
Monochromatic Colors of #914ADA
Black with #914ADA
Text Example
Text Example
White with #914ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914ADA; }
p { color: rgb(145,74,218); }
H1.HeaderClassName
{
color: #914ADA;
}
.AnyTagClassName
{
color: #914ADA;
}
</style>
background-color css
<style>
a { background-color: #914ADA; }
a { background-color: rgb(145,74,218); }
div.DivClassName
{
background-color: #914ADA;
}
.BgClassName
{
background-color: #914ADA;
}
</style>
border-color css
<style>
span { border-color: #914ADA; }
span { border-color: rgb(145,74,218); }
td.TdClassName
{
border-color: #914ADA;
}
.TagClassName
{
border-color: #914ADA;
}
</style>