Shades of Amethyst #954FE8
Tints of Amethyst #954FE8
RGB
CMYK
RGB Variations
Color information
#954FE8 (or 0x954FE8) is known color: Amethyst. HEX triplet: 95, 4F and E8. RGB value is (149,79,232). Sum of RGB (Red+Green+Blue) = 149+79+232=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #954FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FE8 is #6AB017. Grayscale: #747474. Windows color (decimal): -6991896 or 15224725. OLE color: 15224725.
HSL color Cylindrical-coordinate representation of color #954FE8: hue angle of 267.45º 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 #954FE8 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 79 | 232 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.09 |
| HSL | 267.45º | 0.77% | 0.61% | - |
| HSV(B) | 267.45º | 0.66% | 0.91% | - |
| XYZ | 29.76 | 17.81 | 78.21 | - |
| YUV | 117.37 | 192.69 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 232 | 0.36 | 0.66 | 0 | 0.09 | 267.45 | 0.77 | 0.61 |
| Hex | 95 | 4F | E8 | 24 | 42 | 0 | 9 | 10B | 4D | 3D |
| Octal | 225 | 117 | 350 | 44 | 102 | 0 | 11 | 413 | 115 | 75 |
| Binary | 10010101 | 1001111 | 11101000 | 100100 | 1000010 | 0 | 1001 | 100001011 | 1001101 | 111101 |
Color Harmonies of #954FE8
Complementary color
Monochromatic Colors of #954FE8
Black with #954FE8
Text Example
Text Example
White with #954FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FE8; }
p { color: rgb(149,79,232); }
H1.HeaderClassName
{
color: #954FE8;
}
.AnyTagClassName
{
color: #954FE8;
}
</style>
background-color css
<style>
a { background-color: #954FE8; }
a { background-color: rgb(149,79,232); }
div.DivClassName
{
background-color: #954FE8;
}
.BgClassName
{
background-color: #954FE8;
}
</style>
border-color css
<style>
span { border-color: #954FE8; }
span { border-color: rgb(149,79,232); }
td.TdClassName
{
border-color: #954FE8;
}
.TagClassName
{
border-color: #954FE8;
}
</style>