Shades of Amethyst #915CCB
Tints of Amethyst #915CCB
RGB
CMYK
RGB Variations
Color information
#915CCB (or 0x915CCB) is known color: Amethyst. HEX triplet: 91, 5C and CB. RGB value is (145,92,203). Sum of RGB (Red+Green+Blue) = 145+92+203=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #915CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CCB is #6EA334. Grayscale: #787878. Windows color (decimal): -7250741 or 13327505. OLE color: 13327505.
HSL color Cylindrical-coordinate representation of color #915CCB: hue angle of 268.65º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #915CCB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 92 | 203 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.20 |
| HSL | 268.65º | 0.52% | 0.58% | - |
| HSV(B) | 268.65º | 0.55% | 0.8% | - |
| XYZ | 26.28 | 17.99 | 58.59 | - |
| YUV | 120.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 203 | 0.29 | 0.55 | 0 | 0.20 | 268.65 | 0.52 | 0.58 |
| Hex | 91 | 5C | CB | 1D | 37 | 0 | 14 | 10D | 34 | 3A |
| Octal | 221 | 134 | 313 | 35 | 67 | 0 | 24 | 415 | 64 | 72 |
| Binary | 10010001 | 1011100 | 11001011 | 11101 | 110111 | 0 | 10100 | 100001101 | 110100 | 111010 |
Color Harmonies of #915CCB
Complementary color
Monochromatic Colors of #915CCB
Black with #915CCB
Text Example
Text Example
White with #915CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915CCB; }
p { color: rgb(145,92,203); }
H1.HeaderClassName
{
color: #915CCB;
}
.AnyTagClassName
{
color: #915CCB;
}
</style>
background-color css
<style>
a { background-color: #915CCB; }
a { background-color: rgb(145,92,203); }
div.DivClassName
{
background-color: #915CCB;
}
.BgClassName
{
background-color: #915CCB;
}
</style>
border-color css
<style>
span { border-color: #915CCB; }
span { border-color: rgb(145,92,203); }
td.TdClassName
{
border-color: #915CCB;
}
.TagClassName
{
border-color: #915CCB;
}
</style>