Shades of Amethyst #9154CC
Tints of Amethyst #9154CC
RGB
CMYK
RGB Variations
Color information
#9154CC (or 0x9154CC) is known color: Amethyst. HEX triplet: 91, 54 and CC. RGB value is (145,84,204). Sum of RGB (Red+Green+Blue) = 145+84+204=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #9154CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9154CC is #6EAB33. Grayscale: #737373. Windows color (decimal): -7252788 or 13390993. OLE color: 13390993.
HSL color Cylindrical-coordinate representation of color #9154CC: hue angle of 270.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9154CC is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 84 | 204 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.2 |
| HSL | 270.5º | 0.54% | 0.56% | - |
| HSV(B) | 270.5º | 0.59% | 0.8% | - |
| XYZ | 25.75 | 16.72 | 59 | - |
| YUV | 115.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 204 | 0.29 | 0.59 | 0 | 0.2 | 270.5 | 0.54 | 0.56 |
| Hex | 91 | 54 | CC | 1D | 3B | 0 | 14 | 10E | 36 | 38 |
| Octal | 221 | 124 | 314 | 35 | 73 | 0 | 24 | 416 | 66 | 70 |
| Binary | 10010001 | 1010100 | 11001100 | 11101 | 111011 | 0 | 10100 | 100001110 | 110110 | 111000 |
Color Harmonies of #9154CC
Complementary color
Monochromatic Colors of #9154CC
Black with #9154CC
Text Example
Text Example
White with #9154CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9154CC; }
p { color: rgb(145,84,204); }
H1.HeaderClassName
{
color: #9154CC;
}
.AnyTagClassName
{
color: #9154CC;
}
</style>
background-color css
<style>
a { background-color: #9154CC; }
a { background-color: rgb(145,84,204); }
div.DivClassName
{
background-color: #9154CC;
}
.BgClassName
{
background-color: #9154CC;
}
</style>
border-color css
<style>
span { border-color: #9154CC; }
span { border-color: rgb(145,84,204); }
td.TdClassName
{
border-color: #9154CC;
}
.TagClassName
{
border-color: #9154CC;
}
</style>