Shades of Amethyst #914BDA
Tints of Amethyst #914BDA
RGB
CMYK
RGB Variations
Color information
#914BDA (or 0x914BDA) is known color: Amethyst. HEX triplet: 91, 4B and DA. RGB value is (145,75,218). Sum of RGB (Red+Green+Blue) = 145+75+218=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #914BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BDA is #6EB425. Grayscale: #6F6F6F. Windows color (decimal): -7255078 or 14306193. OLE color: 14306193.
HSL color Cylindrical-coordinate representation of color #914BDA: hue angle of 269.37º 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 #914BDA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 75 | 218 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.15 |
| HSL | 269.37º | 0.66% | 0.57% | - |
| HSV(B) | 269.37º | 0.66% | 0.85% | - |
| XYZ | 26.85 | 16.11 | 68.02 | - |
| YUV | 112.23 | 187.69 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 218 | 0.33 | 0.66 | 0 | 0.15 | 269.37 | 0.66 | 0.57 |
| Hex | 91 | 4B | DA | 21 | 42 | 0 | F | 10D | 42 | 39 |
| Octal | 221 | 113 | 332 | 41 | 102 | 0 | 17 | 415 | 102 | 71 |
| Binary | 10010001 | 1001011 | 11011010 | 100001 | 1000010 | 0 | 1111 | 100001101 | 1000010 | 111001 |
Color Harmonies of #914BDA
Complementary color
Monochromatic Colors of #914BDA
Black with #914BDA
Text Example
Text Example
White with #914BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BDA; }
p { color: rgb(145,75,218); }
H1.HeaderClassName
{
color: #914BDA;
}
.AnyTagClassName
{
color: #914BDA;
}
</style>
background-color css
<style>
a { background-color: #914BDA; }
a { background-color: rgb(145,75,218); }
div.DivClassName
{
background-color: #914BDA;
}
.BgClassName
{
background-color: #914BDA;
}
</style>
border-color css
<style>
span { border-color: #914BDA; }
span { border-color: rgb(145,75,218); }
td.TdClassName
{
border-color: #914BDA;
}
.TagClassName
{
border-color: #914BDA;
}
</style>