Shades of Amethyst #9155DF
Tints of Amethyst #9155DF
RGB
CMYK
RGB Variations
Color information
#9155DF (or 0x9155DF) is known color: Amethyst. HEX triplet: 91, 55 and DF. RGB value is (145,85,223). Sum of RGB (Red+Green+Blue) = 145+85+223=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #9155DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155DF is #6EAA20. Grayscale: #767676. Windows color (decimal): -7252513 or 14636433. OLE color: 14636433.
HSL color Cylindrical-coordinate representation of color #9155DF: hue angle of 266.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9155DF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 85 | 223 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.13 |
| HSL | 266.09º | 0.68% | 0.6% | - |
| HSV(B) | 266.09º | 0.62% | 0.87% | - |
| XYZ | 28.24 | 17.84 | 71.77 | - |
| YUV | 118.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 223 | 0.35 | 0.62 | 0 | 0.13 | 266.09 | 0.68 | 0.6 |
| Hex | 91 | 55 | DF | 23 | 3E | 0 | D | 10A | 44 | 3C |
| Octal | 221 | 125 | 337 | 43 | 76 | 0 | 15 | 412 | 104 | 74 |
| Binary | 10010001 | 1010101 | 11011111 | 100011 | 111110 | 0 | 1101 | 100001010 | 1000100 | 111100 |
Color Harmonies of #9155DF
Complementary color
Monochromatic Colors of #9155DF
Black with #9155DF
Text Example
Text Example
White with #9155DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155DF; }
p { color: rgb(145,85,223); }
H1.HeaderClassName
{
color: #9155DF;
}
.AnyTagClassName
{
color: #9155DF;
}
</style>
background-color css
<style>
a { background-color: #9155DF; }
a { background-color: rgb(145,85,223); }
div.DivClassName
{
background-color: #9155DF;
}
.BgClassName
{
background-color: #9155DF;
}
</style>
border-color css
<style>
span { border-color: #9155DF; }
span { border-color: rgb(145,85,223); }
td.TdClassName
{
border-color: #9155DF;
}
.TagClassName
{
border-color: #9155DF;
}
</style>