Shades of Amethyst #954BDA
Tints of Amethyst #954BDA
RGB
CMYK
RGB Variations
Color information
#954BDA (or 0x954BDA) is known color: Amethyst. HEX triplet: 95, 4B and DA. RGB value is (149,75,218). Sum of RGB (Red+Green+Blue) = 149+75+218=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #954BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BDA is #6AB425. Grayscale: #707070. Windows color (decimal): -6992934 or 14306197. OLE color: 14306197.
HSL color Cylindrical-coordinate representation of color #954BDA: hue angle of 271.05º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954BDA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 75 | 218 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.15 |
| HSL | 271.05º | 0.66% | 0.57% | - |
| HSV(B) | 271.05º | 0.66% | 0.85% | - |
| XYZ | 27.57 | 16.48 | 68.06 | - |
| YUV | 113.43 | 187.02 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 218 | 0.32 | 0.66 | 0 | 0.15 | 271.05 | 0.66 | 0.57 |
| Hex | 95 | 4B | DA | 20 | 42 | 0 | F | 10F | 42 | 39 |
| Octal | 225 | 113 | 332 | 40 | 102 | 0 | 17 | 417 | 102 | 71 |
| Binary | 10010101 | 1001011 | 11011010 | 100000 | 1000010 | 0 | 1111 | 100001111 | 1000010 | 111001 |
Color Harmonies of #954BDA
Complementary color
Monochromatic Colors of #954BDA
Black with #954BDA
Text Example
Text Example
White with #954BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BDA; }
p { color: rgb(149,75,218); }
H1.HeaderClassName
{
color: #954BDA;
}
.AnyTagClassName
{
color: #954BDA;
}
</style>
background-color css
<style>
a { background-color: #954BDA; }
a { background-color: rgb(149,75,218); }
div.DivClassName
{
background-color: #954BDA;
}
.BgClassName
{
background-color: #954BDA;
}
</style>
border-color css
<style>
span { border-color: #954BDA; }
span { border-color: rgb(149,75,218); }
td.TdClassName
{
border-color: #954BDA;
}
.TagClassName
{
border-color: #954BDA;
}
</style>