Shades of Amethyst #915FCA
Tints of Amethyst #915FCA
RGB
CMYK
RGB Variations
Color information
#915FCA (or 0x915FCA) is known color: Amethyst. HEX triplet: 91, 5F and CA. RGB value is (145,95,202). Sum of RGB (Red+Green+Blue) = 145+95+202=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #915FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FCA is #6EA035. Grayscale: #797979. Windows color (decimal): -7249974 or 13262737. OLE color: 13262737.
HSL color Cylindrical-coordinate representation of color #915FCA: hue angle of 268.04º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915FCA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 95 | 202 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.21 |
| HSL | 268.04º | 0.5% | 0.58% | - |
| HSV(B) | 268.04º | 0.53% | 0.79% | - |
| XYZ | 26.43 | 18.47 | 58.05 | - |
| YUV | 122.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 202 | 0.28 | 0.53 | 0 | 0.21 | 268.04 | 0.5 | 0.58 |
| Hex | 91 | 5F | CA | 1C | 35 | 0 | 15 | 10C | 32 | 3A |
| Octal | 221 | 137 | 312 | 34 | 65 | 0 | 25 | 414 | 62 | 72 |
| Binary | 10010001 | 1011111 | 11001010 | 11100 | 110101 | 0 | 10101 | 100001100 | 110010 | 111010 |
Color Harmonies of #915FCA
Complementary color
Monochromatic Colors of #915FCA
Black with #915FCA
Text Example
Text Example
White with #915FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FCA; }
p { color: rgb(145,95,202); }
H1.HeaderClassName
{
color: #915FCA;
}
.AnyTagClassName
{
color: #915FCA;
}
</style>
background-color css
<style>
a { background-color: #915FCA; }
a { background-color: rgb(145,95,202); }
div.DivClassName
{
background-color: #915FCA;
}
.BgClassName
{
background-color: #915FCA;
}
</style>
border-color css
<style>
span { border-color: #915FCA; }
span { border-color: rgb(145,95,202); }
td.TdClassName
{
border-color: #915FCA;
}
.TagClassName
{
border-color: #915FCA;
}
</style>