Shades of Amethyst #9154CB
Tints of Amethyst #9154CB
RGB
CMYK
RGB Variations
Color information
#9154CB (or 0x9154CB) is known color: Amethyst. HEX triplet: 91, 54 and CB. RGB value is (145,84,203). Sum of RGB (Red+Green+Blue) = 145+84+203=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #9154CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9154CB is #6EAB34. Grayscale: #737373. Windows color (decimal): -7252789 or 13325457. OLE color: 13325457.
HSL color Cylindrical-coordinate representation of color #9154CB: hue angle of 270.76º degrees, saturation: 0.53, 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 #9154CB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 84 | 203 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.20 |
| HSL | 270.76º | 0.53% | 0.56% | - |
| HSV(B) | 270.76º | 0.59% | 0.8% | - |
| XYZ | 25.63 | 16.67 | 58.37 | - |
| YUV | 115.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 203 | 0.29 | 0.59 | 0 | 0.20 | 270.76 | 0.53 | 0.56 |
| Hex | 91 | 54 | CB | 1D | 3B | 0 | 14 | 10F | 35 | 38 |
| Octal | 221 | 124 | 313 | 35 | 73 | 0 | 24 | 417 | 65 | 70 |
| Binary | 10010001 | 1010100 | 11001011 | 11101 | 111011 | 0 | 10100 | 100001111 | 110101 | 111000 |
Color Harmonies of #9154CB
Complementary color
Monochromatic Colors of #9154CB
Black with #9154CB
Text Example
Text Example
White with #9154CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9154CB; }
p { color: rgb(145,84,203); }
H1.HeaderClassName
{
color: #9154CB;
}
.AnyTagClassName
{
color: #9154CB;
}
</style>
background-color css
<style>
a { background-color: #9154CB; }
a { background-color: rgb(145,84,203); }
div.DivClassName
{
background-color: #9154CB;
}
.BgClassName
{
background-color: #9154CB;
}
</style>
border-color css
<style>
span { border-color: #9154CB; }
span { border-color: rgb(145,84,203); }
td.TdClassName
{
border-color: #9154CB;
}
.TagClassName
{
border-color: #9154CB;
}
</style>