Shades of Amethyst #944FE8
Tints of Amethyst #944FE8
RGB
CMYK
RGB Variations
Color information
#944FE8 (or 0x944FE8) is known color: Amethyst. HEX triplet: 94, 4F and E8. RGB value is (148,79,232). Sum of RGB (Red+Green+Blue) = 148+79+232=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #944FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944FE8 is #6BB017. Grayscale: #747474. Windows color (decimal): -7057432 or 15224724. OLE color: 15224724.
HSL color Cylindrical-coordinate representation of color #944FE8: hue angle of 267.06º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #944FE8 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 79 | 232 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.09 |
| HSL | 267.06º | 0.77% | 0.61% | - |
| HSV(B) | 267.06º | 0.66% | 0.91% | - |
| XYZ | 29.57 | 17.71 | 78.2 | - |
| YUV | 117.07 | 192.86 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 232 | 0.36 | 0.66 | 0 | 0.09 | 267.06 | 0.77 | 0.61 |
| Hex | 94 | 4F | E8 | 24 | 42 | 0 | 9 | 10B | 4D | 3D |
| Octal | 224 | 117 | 350 | 44 | 102 | 0 | 11 | 413 | 115 | 75 |
| Binary | 10010100 | 1001111 | 11101000 | 100100 | 1000010 | 0 | 1001 | 100001011 | 1001101 | 111101 |
Color Harmonies of #944FE8
Complementary color
Monochromatic Colors of #944FE8
Black with #944FE8
Text Example
Text Example
White with #944FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944FE8; }
p { color: rgb(148,79,232); }
H1.HeaderClassName
{
color: #944FE8;
}
.AnyTagClassName
{
color: #944FE8;
}
</style>
background-color css
<style>
a { background-color: #944FE8; }
a { background-color: rgb(148,79,232); }
div.DivClassName
{
background-color: #944FE8;
}
.BgClassName
{
background-color: #944FE8;
}
</style>
border-color css
<style>
span { border-color: #944FE8; }
span { border-color: rgb(148,79,232); }
td.TdClassName
{
border-color: #944FE8;
}
.TagClassName
{
border-color: #944FE8;
}
</style>