Shades of Amethyst #915CC2
Tints of Amethyst #915CC2
RGB
CMYK
RGB Variations
Color information
#915CC2 (or 0x915CC2) is known color: Amethyst. HEX triplet: 91, 5C and C2. RGB value is (145,92,194). Sum of RGB (Red+Green+Blue) = 145+92+194=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #915CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CC2 is #6EA33D. Grayscale: #777777. Windows color (decimal): -7250750 or 12737681. OLE color: 12737681.
HSL color Cylindrical-coordinate representation of color #915CC2: hue angle of 271.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915CC2 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 92 | 194 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.24 |
| HSL | 271.18º | 0.46% | 0.56% | - |
| HSV(B) | 271.18º | 0.53% | 0.76% | - |
| XYZ | 25.24 | 17.57 | 53.1 | - |
| YUV | 119.48 | 170.06 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 194 | 0.25 | 0.53 | 0 | 0.24 | 271.18 | 0.46 | 0.56 |
| Hex | 91 | 5C | C2 | 19 | 35 | 0 | 18 | 10F | 2E | 38 |
| Octal | 221 | 134 | 302 | 31 | 65 | 0 | 30 | 417 | 56 | 70 |
| Binary | 10010001 | 1011100 | 11000010 | 11001 | 110101 | 0 | 11000 | 100001111 | 101110 | 111000 |
Color Harmonies of #915CC2
Complementary color
Monochromatic Colors of #915CC2
Black with #915CC2
Text Example
Text Example
White with #915CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915CC2; }
p { color: rgb(145,92,194); }
H1.HeaderClassName
{
color: #915CC2;
}
.AnyTagClassName
{
color: #915CC2;
}
</style>
background-color css
<style>
a { background-color: #915CC2; }
a { background-color: rgb(145,92,194); }
div.DivClassName
{
background-color: #915CC2;
}
.BgClassName
{
background-color: #915CC2;
}
</style>
border-color css
<style>
span { border-color: #915CC2; }
span { border-color: rgb(145,92,194); }
td.TdClassName
{
border-color: #915CC2;
}
.TagClassName
{
border-color: #915CC2;
}
</style>