Shades of Amethyst #945FCC
Tints of Amethyst #945FCC
RGB
CMYK
RGB Variations
Color information
#945FCC (or 0x945FCC) is known color: Amethyst. HEX triplet: 94, 5F and CC. RGB value is (148,95,204). Sum of RGB (Red+Green+Blue) = 148+95+204=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #945FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FCC is #6BA033. Grayscale: #7A7A7A. Windows color (decimal): -7053364 or 13393812. OLE color: 13393812.
HSL color Cylindrical-coordinate representation of color #945FCC: hue angle of 269.17º 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 #945FCC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 95 | 204 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.2 |
| HSL | 269.17º | 0.52% | 0.59% | - |
| HSV(B) | 269.17º | 0.53% | 0.8% | - |
| XYZ | 27.2 | 18.84 | 59.33 | - |
| YUV | 123.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 204 | 0.27 | 0.53 | 0 | 0.2 | 269.17 | 0.52 | 0.59 |
| Hex | 94 | 5F | CC | 1B | 35 | 0 | 14 | 10D | 34 | 3B |
| Octal | 224 | 137 | 314 | 33 | 65 | 0 | 24 | 415 | 64 | 73 |
| Binary | 10010100 | 1011111 | 11001100 | 11011 | 110101 | 0 | 10100 | 100001101 | 110100 | 111011 |
Color Harmonies of #945FCC
Complementary color
Monochromatic Colors of #945FCC
Black with #945FCC
Text Example
Text Example
White with #945FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FCC; }
p { color: rgb(148,95,204); }
H1.HeaderClassName
{
color: #945FCC;
}
.AnyTagClassName
{
color: #945FCC;
}
</style>
background-color css
<style>
a { background-color: #945FCC; }
a { background-color: rgb(148,95,204); }
div.DivClassName
{
background-color: #945FCC;
}
.BgClassName
{
background-color: #945FCC;
}
</style>
border-color css
<style>
span { border-color: #945FCC; }
span { border-color: rgb(148,95,204); }
td.TdClassName
{
border-color: #945FCC;
}
.TagClassName
{
border-color: #945FCC;
}
</style>