Shades of Amethyst #915FCC
Tints of Amethyst #915FCC
RGB
CMYK
RGB Variations
Color information
#915FCC (or 0x915FCC) is known color: Amethyst. HEX triplet: 91, 5F and CC. RGB value is (145,95,204). Sum of RGB (Red+Green+Blue) = 145+95+204=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #915FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FCC is #6EA033. Grayscale: #797979. Windows color (decimal): -7249972 or 13393809. OLE color: 13393809.
HSL color Cylindrical-coordinate representation of color #915FCC: hue angle of 267.52º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915FCC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 95 | 204 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.2 |
| HSL | 267.52º | 0.52% | 0.59% | - |
| HSV(B) | 267.52º | 0.53% | 0.8% | - |
| XYZ | 26.67 | 18.56 | 59.3 | - |
| YUV | 122.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 204 | 0.29 | 0.53 | 0 | 0.2 | 267.52 | 0.52 | 0.59 |
| Hex | 91 | 5F | CC | 1D | 35 | 0 | 14 | 10C | 34 | 3B |
| Octal | 221 | 137 | 314 | 35 | 65 | 0 | 24 | 414 | 64 | 73 |
| Binary | 10010001 | 1011111 | 11001100 | 11101 | 110101 | 0 | 10100 | 100001100 | 110100 | 111011 |
Color Harmonies of #915FCC
Complementary color
Monochromatic Colors of #915FCC
Black with #915FCC
Text Example
Text Example
White with #915FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FCC; }
p { color: rgb(145,95,204); }
H1.HeaderClassName
{
color: #915FCC;
}
.AnyTagClassName
{
color: #915FCC;
}
</style>
background-color css
<style>
a { background-color: #915FCC; }
a { background-color: rgb(145,95,204); }
div.DivClassName
{
background-color: #915FCC;
}
.BgClassName
{
background-color: #915FCC;
}
</style>
border-color css
<style>
span { border-color: #915FCC; }
span { border-color: rgb(145,95,204); }
td.TdClassName
{
border-color: #915FCC;
}
.TagClassName
{
border-color: #915FCC;
}
</style>