Shades of Amethyst #954BDF
Tints of Amethyst #954BDF
RGB
CMYK
RGB Variations
Color information
#954BDF (or 0x954BDF) is known color: Amethyst. HEX triplet: 95, 4B and DF. RGB value is (149,75,223). Sum of RGB (Red+Green+Blue) = 149+75+223=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #954BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BDF is #6AB420. Grayscale: #717171. Windows color (decimal): -6992929 or 14633877. OLE color: 14633877.
HSL color Cylindrical-coordinate representation of color #954BDF: hue angle of 270º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954BDF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 75 | 223 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.13 |
| HSL | 270º | 0.7% | 0.58% | - |
| HSV(B) | 270º | 0.66% | 0.87% | - |
| XYZ | 28.23 | 16.75 | 71.56 | - |
| YUV | 114 | 189.52 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 223 | 0.33 | 0.66 | 0 | 0.13 | 270 | 0.7 | 0.58 |
| Hex | 95 | 4B | DF | 21 | 42 | 0 | D | 10E | 46 | 3A |
| Octal | 225 | 113 | 337 | 41 | 102 | 0 | 15 | 416 | 106 | 72 |
| Binary | 10010101 | 1001011 | 11011111 | 100001 | 1000010 | 0 | 1101 | 100001110 | 1000110 | 111010 |
Color Harmonies of #954BDF
Complementary color
Monochromatic Colors of #954BDF
Black with #954BDF
Text Example
Text Example
White with #954BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BDF; }
p { color: rgb(149,75,223); }
H1.HeaderClassName
{
color: #954BDF;
}
.AnyTagClassName
{
color: #954BDF;
}
</style>
background-color css
<style>
a { background-color: #954BDF; }
a { background-color: rgb(149,75,223); }
div.DivClassName
{
background-color: #954BDF;
}
.BgClassName
{
background-color: #954BDF;
}
</style>
border-color css
<style>
span { border-color: #954BDF; }
span { border-color: rgb(149,75,223); }
td.TdClassName
{
border-color: #954BDF;
}
.TagClassName
{
border-color: #954BDF;
}
</style>