Shades of Amethyst #955ED8
Tints of Amethyst #955ED8
RGB
CMYK
RGB Variations
Color information
#955ED8 (or 0x955ED8) is known color: Amethyst. HEX triplet: 95, 5E and D8. RGB value is (149,94,216). Sum of RGB (Red+Green+Blue) = 149+94+216=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #955ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ED8 is #6AA127. Grayscale: #7B7B7B. Windows color (decimal): -6988072 or 14179989. OLE color: 14179989.
HSL color Cylindrical-coordinate representation of color #955ED8: hue angle of 267.05º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955ED8 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 94 | 216 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.15 |
| HSL | 267.05º | 0.61% | 0.61% | - |
| HSV(B) | 267.05º | 0.56% | 0.85% | - |
| XYZ | 28.79 | 19.35 | 67.18 | - |
| YUV | 124.35 | 179.72 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 216 | 0.31 | 0.56 | 0 | 0.15 | 267.05 | 0.61 | 0.61 |
| Hex | 95 | 5E | D8 | 1F | 38 | 0 | F | 10B | 3D | 3D |
| Octal | 225 | 136 | 330 | 37 | 70 | 0 | 17 | 413 | 75 | 75 |
| Binary | 10010101 | 1011110 | 11011000 | 11111 | 111000 | 0 | 1111 | 100001011 | 111101 | 111101 |
Color Harmonies of #955ED8
Complementary color
Monochromatic Colors of #955ED8
Black with #955ED8
Text Example
Text Example
White with #955ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ED8; }
p { color: rgb(149,94,216); }
H1.HeaderClassName
{
color: #955ED8;
}
.AnyTagClassName
{
color: #955ED8;
}
</style>
background-color css
<style>
a { background-color: #955ED8; }
a { background-color: rgb(149,94,216); }
div.DivClassName
{
background-color: #955ED8;
}
.BgClassName
{
background-color: #955ED8;
}
</style>
border-color css
<style>
span { border-color: #955ED8; }
span { border-color: rgb(149,94,216); }
td.TdClassName
{
border-color: #955ED8;
}
.TagClassName
{
border-color: #955ED8;
}
</style>