Shades of Amethyst #955AD8
Tints of Amethyst #955AD8
RGB
CMYK
RGB Variations
Color information
#955AD8 (or 0x955AD8) is known color: Amethyst. HEX triplet: 95, 5A and D8. RGB value is (149,90,216). Sum of RGB (Red+Green+Blue) = 149+90+216=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #955AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955AD8 is #6AA527. Grayscale: #797979. Windows color (decimal): -6989096 or 14178965. OLE color: 14178965.
HSL color Cylindrical-coordinate representation of color #955AD8: hue angle of 268.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #955AD8 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 90 | 216 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.15 |
| HSL | 268.1º | 0.62% | 0.6% | - |
| HSV(B) | 268.1º | 0.58% | 0.85% | - |
| XYZ | 28.45 | 18.66 | 67.07 | - |
| YUV | 122.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 216 | 0.31 | 0.58 | 0 | 0.15 | 268.1 | 0.62 | 0.6 |
| Hex | 95 | 5A | D8 | 1F | 3A | 0 | F | 10C | 3E | 3C |
| Octal | 225 | 132 | 330 | 37 | 72 | 0 | 17 | 414 | 76 | 74 |
| Binary | 10010101 | 1011010 | 11011000 | 11111 | 111010 | 0 | 1111 | 100001100 | 111110 | 111100 |
Color Harmonies of #955AD8
Complementary color
Monochromatic Colors of #955AD8
Black with #955AD8
Text Example
Text Example
White with #955AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955AD8; }
p { color: rgb(149,90,216); }
H1.HeaderClassName
{
color: #955AD8;
}
.AnyTagClassName
{
color: #955AD8;
}
</style>
background-color css
<style>
a { background-color: #955AD8; }
a { background-color: rgb(149,90,216); }
div.DivClassName
{
background-color: #955AD8;
}
.BgClassName
{
background-color: #955AD8;
}
</style>
border-color css
<style>
span { border-color: #955AD8; }
span { border-color: rgb(149,90,216); }
td.TdClassName
{
border-color: #955AD8;
}
.TagClassName
{
border-color: #955AD8;
}
</style>