Shades of Amethyst #915AC8
Tints of Amethyst #915AC8
RGB
CMYK
RGB Variations
Color information
#915AC8 (or 0x915AC8) is known color: Amethyst. HEX triplet: 91, 5A and C8. RGB value is (145,90,200). Sum of RGB (Red+Green+Blue) = 145+90+200=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #915AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AC8 is #6EA537. Grayscale: #767676. Windows color (decimal): -7251256 or 13130385. OLE color: 13130385.
HSL color Cylindrical-coordinate representation of color #915AC8: hue angle of 270º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #915AC8 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 90 | 200 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.22 |
| HSL | 270º | 0.5% | 0.57% | - |
| HSV(B) | 270º | 0.55% | 0.78% | - |
| XYZ | 25.76 | 17.5 | 56.66 | - |
| YUV | 118.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 200 | 0.28 | 0.55 | 0 | 0.22 | 270 | 0.5 | 0.57 |
| Hex | 91 | 5A | C8 | 1C | 37 | 0 | 16 | 10E | 32 | 39 |
| Octal | 221 | 132 | 310 | 34 | 67 | 0 | 26 | 416 | 62 | 71 |
| Binary | 10010001 | 1011010 | 11001000 | 11100 | 110111 | 0 | 10110 | 100001110 | 110010 | 111001 |
Color Harmonies of #915AC8
Complementary color
Monochromatic Colors of #915AC8
Black with #915AC8
Text Example
Text Example
White with #915AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AC8; }
p { color: rgb(145,90,200); }
H1.HeaderClassName
{
color: #915AC8;
}
.AnyTagClassName
{
color: #915AC8;
}
</style>
background-color css
<style>
a { background-color: #915AC8; }
a { background-color: rgb(145,90,200); }
div.DivClassName
{
background-color: #915AC8;
}
.BgClassName
{
background-color: #915AC8;
}
</style>
border-color css
<style>
span { border-color: #915AC8; }
span { border-color: rgb(145,90,200); }
td.TdClassName
{
border-color: #915AC8;
}
.TagClassName
{
border-color: #915AC8;
}
</style>