Shades of Amethyst #915FCB
Tints of Amethyst #915FCB
RGB
CMYK
RGB Variations
Color information
#915FCB (or 0x915FCB) is known color: Amethyst. HEX triplet: 91, 5F and CB. RGB value is (145,95,203). Sum of RGB (Red+Green+Blue) = 145+95+203=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #915FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FCB is #6EA034. Grayscale: #797979. Windows color (decimal): -7249973 or 13328273. OLE color: 13328273.
HSL color Cylindrical-coordinate representation of color #915FCB: hue angle of 267.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915FCB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 95 | 203 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.20 |
| HSL | 267.78º | 0.51% | 0.58% | - |
| HSV(B) | 267.78º | 0.53% | 0.8% | - |
| XYZ | 26.55 | 18.52 | 58.67 | - |
| YUV | 122.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 203 | 0.29 | 0.53 | 0 | 0.20 | 267.78 | 0.51 | 0.58 |
| Hex | 91 | 5F | CB | 1D | 35 | 0 | 14 | 10C | 33 | 3A |
| Octal | 221 | 137 | 313 | 35 | 65 | 0 | 24 | 414 | 63 | 72 |
| Binary | 10010001 | 1011111 | 11001011 | 11101 | 110101 | 0 | 10100 | 100001100 | 110011 | 111010 |
Color Harmonies of #915FCB
Complementary color
Monochromatic Colors of #915FCB
Black with #915FCB
Text Example
Text Example
White with #915FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FCB; }
p { color: rgb(145,95,203); }
H1.HeaderClassName
{
color: #915FCB;
}
.AnyTagClassName
{
color: #915FCB;
}
</style>
background-color css
<style>
a { background-color: #915FCB; }
a { background-color: rgb(145,95,203); }
div.DivClassName
{
background-color: #915FCB;
}
.BgClassName
{
background-color: #915FCB;
}
</style>
border-color css
<style>
span { border-color: #915FCB; }
span { border-color: rgb(145,95,203); }
td.TdClassName
{
border-color: #915FCB;
}
.TagClassName
{
border-color: #915FCB;
}
</style>