Shades of Amethyst #954BE0
Tints of Amethyst #954BE0
RGB
CMYK
RGB Variations
Color information
#954BE0 (or 0x954BE0) is known color: Amethyst. HEX triplet: 95, 4B and E0. RGB value is (149,75,224). Sum of RGB (Red+Green+Blue) = 149+75+224=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #954BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BE0 is #6AB41F. Grayscale: #717171. Windows color (decimal): -6992928 or 14699413. OLE color: 14699413.
HSL color Cylindrical-coordinate representation of color #954BE0: hue angle of 269.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954BE0 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 75 | 224 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.12 |
| HSL | 269.8º | 0.71% | 0.59% | - |
| HSV(B) | 269.8º | 0.67% | 0.88% | - |
| XYZ | 28.37 | 16.8 | 72.27 | - |
| YUV | 114.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 224 | 0.33 | 0.67 | 0 | 0.12 | 269.8 | 0.71 | 0.59 |
| Hex | 95 | 4B | E0 | 21 | 43 | 0 | C | 10E | 47 | 3B |
| Octal | 225 | 113 | 340 | 41 | 103 | 0 | 14 | 416 | 107 | 73 |
| Binary | 10010101 | 1001011 | 11100000 | 100001 | 1000011 | 0 | 1100 | 100001110 | 1000111 | 111011 |
Color Harmonies of #954BE0
Complementary color
Monochromatic Colors of #954BE0
Black with #954BE0
Text Example
Text Example
White with #954BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BE0; }
p { color: rgb(149,75,224); }
H1.HeaderClassName
{
color: #954BE0;
}
.AnyTagClassName
{
color: #954BE0;
}
</style>
background-color css
<style>
a { background-color: #954BE0; }
a { background-color: rgb(149,75,224); }
div.DivClassName
{
background-color: #954BE0;
}
.BgClassName
{
background-color: #954BE0;
}
</style>
border-color css
<style>
span { border-color: #954BE0; }
span { border-color: rgb(149,75,224); }
td.TdClassName
{
border-color: #954BE0;
}
.TagClassName
{
border-color: #954BE0;
}
</style>