Shades of Amethyst #915DC3
Tints of Amethyst #915DC3
RGB
CMYK
RGB Variations
Color information
#915DC3 (or 0x915DC3) is known color: Amethyst. HEX triplet: 91, 5D and C3. RGB value is (145,93,195). Sum of RGB (Red+Green+Blue) = 145+93+195=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #915DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DC3 is #6EA23C. Grayscale: #777777. Windows color (decimal): -7250493 or 12803473. OLE color: 12803473.
HSL color Cylindrical-coordinate representation of color #915DC3: hue angle of 270.59º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915DC3 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 93 | 195 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.24 |
| HSL | 270.59º | 0.46% | 0.56% | - |
| HSV(B) | 270.59º | 0.52% | 0.76% | - |
| XYZ | 25.44 | 17.79 | 53.72 | - |
| YUV | 120.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 195 | 0.26 | 0.52 | 0 | 0.24 | 270.59 | 0.46 | 0.56 |
| Hex | 91 | 5D | C3 | 1A | 34 | 0 | 18 | 10F | 2E | 38 |
| Octal | 221 | 135 | 303 | 32 | 64 | 0 | 30 | 417 | 56 | 70 |
| Binary | 10010001 | 1011101 | 11000011 | 11010 | 110100 | 0 | 11000 | 100001111 | 101110 | 111000 |
Color Harmonies of #915DC3
Complementary color
Monochromatic Colors of #915DC3
Black with #915DC3
Text Example
Text Example
White with #915DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DC3; }
p { color: rgb(145,93,195); }
H1.HeaderClassName
{
color: #915DC3;
}
.AnyTagClassName
{
color: #915DC3;
}
</style>
background-color css
<style>
a { background-color: #915DC3; }
a { background-color: rgb(145,93,195); }
div.DivClassName
{
background-color: #915DC3;
}
.BgClassName
{
background-color: #915DC3;
}
</style>
border-color css
<style>
span { border-color: #915DC3; }
span { border-color: rgb(145,93,195); }
td.TdClassName
{
border-color: #915DC3;
}
.TagClassName
{
border-color: #915DC3;
}
</style>