Shades of Amethyst #915BDC
Tints of Amethyst #915BDC
RGB
CMYK
RGB Variations
Color information
#915BDC (or 0x915BDC) is known color: Amethyst. HEX triplet: 91, 5B and DC. RGB value is (145,91,220). Sum of RGB (Red+Green+Blue) = 145+91+220=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #915BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BDC is #6EA423. Grayscale: #797979. Windows color (decimal): -7250980 or 14441361. OLE color: 14441361.
HSL color Cylindrical-coordinate representation of color #915BDC: hue angle of 265.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915BDC is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 91 | 220 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.14 |
| HSL | 265.12º | 0.65% | 0.61% | - |
| HSV(B) | 265.12º | 0.59% | 0.86% | - |
| XYZ | 28.34 | 18.67 | 69.82 | - |
| YUV | 121.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 220 | 0.34 | 0.59 | 0 | 0.14 | 265.12 | 0.65 | 0.61 |
| Hex | 91 | 5B | DC | 22 | 3B | 0 | E | 109 | 41 | 3D |
| Octal | 221 | 133 | 334 | 42 | 73 | 0 | 16 | 411 | 101 | 75 |
| Binary | 10010001 | 1011011 | 11011100 | 100010 | 111011 | 0 | 1110 | 100001001 | 1000001 | 111101 |
Color Harmonies of #915BDC
Complementary color
Monochromatic Colors of #915BDC
Black with #915BDC
Text Example
Text Example
White with #915BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915BDC; }
p { color: rgb(145,91,220); }
H1.HeaderClassName
{
color: #915BDC;
}
.AnyTagClassName
{
color: #915BDC;
}
</style>
background-color css
<style>
a { background-color: #915BDC; }
a { background-color: rgb(145,91,220); }
div.DivClassName
{
background-color: #915BDC;
}
.BgClassName
{
background-color: #915BDC;
}
</style>
border-color css
<style>
span { border-color: #915BDC; }
span { border-color: rgb(145,91,220); }
td.TdClassName
{
border-color: #915BDC;
}
.TagClassName
{
border-color: #915BDC;
}
</style>