Shades of Amethyst #915ACF
Tints of Amethyst #915ACF
RGB
CMYK
RGB Variations
Color information
#915ACF (or 0x915ACF) is known color: Amethyst. HEX triplet: 91, 5A and CF. RGB value is (145,90,207). Sum of RGB (Red+Green+Blue) = 145+90+207=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #915ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ACF is #6EA530. Grayscale: #777777. Windows color (decimal): -7251249 or 13589137. OLE color: 13589137.
HSL color Cylindrical-coordinate representation of color #915ACF: hue angle of 268.21º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #915ACF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 90 | 207 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.19 |
| HSL | 268.21º | 0.55% | 0.58% | - |
| HSV(B) | 268.21º | 0.57% | 0.81% | - |
| XYZ | 26.6 | 17.84 | 61.07 | - |
| YUV | 119.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 207 | 0.30 | 0.57 | 0 | 0.19 | 268.21 | 0.55 | 0.58 |
| Hex | 91 | 5A | CF | 1E | 39 | 0 | 13 | 10C | 37 | 3A |
| Octal | 221 | 132 | 317 | 36 | 71 | 0 | 23 | 414 | 67 | 72 |
| Binary | 10010001 | 1011010 | 11001111 | 11110 | 111001 | 0 | 10011 | 100001100 | 110111 | 111010 |
Color Harmonies of #915ACF
Complementary color
Monochromatic Colors of #915ACF
Black with #915ACF
Text Example
Text Example
White with #915ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915ACF; }
p { color: rgb(145,90,207); }
H1.HeaderClassName
{
color: #915ACF;
}
.AnyTagClassName
{
color: #915ACF;
}
</style>
background-color css
<style>
a { background-color: #915ACF; }
a { background-color: rgb(145,90,207); }
div.DivClassName
{
background-color: #915ACF;
}
.BgClassName
{
background-color: #915ACF;
}
</style>
border-color css
<style>
span { border-color: #915ACF; }
span { border-color: rgb(145,90,207); }
td.TdClassName
{
border-color: #915ACF;
}
.TagClassName
{
border-color: #915ACF;
}
</style>