Shades of Amethyst #914BDC
Tints of Amethyst #914BDC
RGB
CMYK
RGB Variations
Color information
#914BDC (or 0x914BDC) is known color: Amethyst. HEX triplet: 91, 4B and DC. RGB value is (145,75,220). Sum of RGB (Red+Green+Blue) = 145+75+220=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #914BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BDC is #6EB423. Grayscale: #6F6F6F. Windows color (decimal): -7255076 or 14437265. OLE color: 14437265.
HSL color Cylindrical-coordinate representation of color #914BDC: hue angle of 268.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914BDC is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 75 | 220 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.14 |
| HSL | 268.97º | 0.67% | 0.58% | - |
| HSV(B) | 268.97º | 0.66% | 0.86% | - |
| XYZ | 27.11 | 16.22 | 69.41 | - |
| YUV | 112.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 220 | 0.34 | 0.66 | 0 | 0.14 | 268.97 | 0.67 | 0.58 |
| Hex | 91 | 4B | DC | 22 | 42 | 0 | E | 10D | 43 | 3A |
| Octal | 221 | 113 | 334 | 42 | 102 | 0 | 16 | 415 | 103 | 72 |
| Binary | 10010001 | 1001011 | 11011100 | 100010 | 1000010 | 0 | 1110 | 100001101 | 1000011 | 111010 |
Color Harmonies of #914BDC
Complementary color
Monochromatic Colors of #914BDC
Black with #914BDC
Text Example
Text Example
White with #914BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BDC; }
p { color: rgb(145,75,220); }
H1.HeaderClassName
{
color: #914BDC;
}
.AnyTagClassName
{
color: #914BDC;
}
</style>
background-color css
<style>
a { background-color: #914BDC; }
a { background-color: rgb(145,75,220); }
div.DivClassName
{
background-color: #914BDC;
}
.BgClassName
{
background-color: #914BDC;
}
</style>
border-color css
<style>
span { border-color: #914BDC; }
span { border-color: rgb(145,75,220); }
td.TdClassName
{
border-color: #914BDC;
}
.TagClassName
{
border-color: #914BDC;
}
</style>