Shades of Amethyst #994BDC
Tints of Amethyst #994BDC
RGB
CMYK
RGB Variations
Color information
#994BDC (or 0x994BDC) is known color: Amethyst. HEX triplet: 99, 4B and DC. RGB value is (153,75,220). Sum of RGB (Red+Green+Blue) = 153+75+220=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #994BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BDC is #66B423. Grayscale: #727272. Windows color (decimal): -6730788 or 14437273. OLE color: 14437273.
HSL color Cylindrical-coordinate representation of color #994BDC: hue angle of 272.28º 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 #994BDC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 75 | 220 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.14 |
| HSL | 272.28º | 0.67% | 0.58% | - |
| HSV(B) | 272.28º | 0.66% | 0.86% | - |
| XYZ | 28.57 | 16.97 | 69.48 | - |
| YUV | 114.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 220 | 0.30 | 0.66 | 0 | 0.14 | 272.28 | 0.67 | 0.58 |
| Hex | 99 | 4B | DC | 1E | 42 | 0 | E | 110 | 43 | 3A |
| Octal | 231 | 113 | 334 | 36 | 102 | 0 | 16 | 420 | 103 | 72 |
| Binary | 10011001 | 1001011 | 11011100 | 11110 | 1000010 | 0 | 1110 | 100010000 | 1000011 | 111010 |
Color Harmonies of #994BDC
Complementary color
Monochromatic Colors of #994BDC
Black with #994BDC
Text Example
Text Example
White with #994BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BDC; }
p { color: rgb(153,75,220); }
H1.HeaderClassName
{
color: #994BDC;
}
.AnyTagClassName
{
color: #994BDC;
}
</style>
background-color css
<style>
a { background-color: #994BDC; }
a { background-color: rgb(153,75,220); }
div.DivClassName
{
background-color: #994BDC;
}
.BgClassName
{
background-color: #994BDC;
}
</style>
border-color css
<style>
span { border-color: #994BDC; }
span { border-color: rgb(153,75,220); }
td.TdClassName
{
border-color: #994BDC;
}
.TagClassName
{
border-color: #994BDC;
}
</style>