Shades of Amethyst #915DC7
Tints of Amethyst #915DC7
RGB
CMYK
RGB Variations
Color information
#915DC7 (or 0x915DC7) is known color: Amethyst. HEX triplet: 91, 5D and C7. RGB value is (145,93,199). Sum of RGB (Red+Green+Blue) = 145+93+199=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #915DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DC7 is #6EA238. Grayscale: #787878. Windows color (decimal): -7250489 or 13065617. OLE color: 13065617.
HSL color Cylindrical-coordinate representation of color #915DC7: hue angle of 269.43º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915DC7 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 93 | 199 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.22 |
| HSL | 269.43º | 0.49% | 0.57% | - |
| HSV(B) | 269.43º | 0.53% | 0.78% | - |
| XYZ | 25.9 | 17.97 | 56.14 | - |
| YUV | 120.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 199 | 0.27 | 0.53 | 0 | 0.22 | 269.43 | 0.49 | 0.57 |
| Hex | 91 | 5D | C7 | 1B | 35 | 0 | 16 | 10D | 31 | 39 |
| Octal | 221 | 135 | 307 | 33 | 65 | 0 | 26 | 415 | 61 | 71 |
| Binary | 10010001 | 1011101 | 11000111 | 11011 | 110101 | 0 | 10110 | 100001101 | 110001 | 111001 |
Color Harmonies of #915DC7
Complementary color
Monochromatic Colors of #915DC7
Black with #915DC7
Text Example
Text Example
White with #915DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DC7; }
p { color: rgb(145,93,199); }
H1.HeaderClassName
{
color: #915DC7;
}
.AnyTagClassName
{
color: #915DC7;
}
</style>
background-color css
<style>
a { background-color: #915DC7; }
a { background-color: rgb(145,93,199); }
div.DivClassName
{
background-color: #915DC7;
}
.BgClassName
{
background-color: #915DC7;
}
</style>
border-color css
<style>
span { border-color: #915DC7; }
span { border-color: rgb(145,93,199); }
td.TdClassName
{
border-color: #915DC7;
}
.TagClassName
{
border-color: #915DC7;
}
</style>