Shades of Amethyst #8954CB
Tints of Amethyst #8954CB
RGB
CMYK
RGB Variations
Color information
#8954CB (or 0x8954CB) is known color: Amethyst. HEX triplet: 89, 54 and CB. RGB value is (137,84,203). Sum of RGB (Red+Green+Blue) = 137+84+203=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #8954CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954CB is #76AB34. Grayscale: #707070. Windows color (decimal): -7777077 or 13325449. OLE color: 13325449.
HSL color Cylindrical-coordinate representation of color #8954CB: hue angle of 266.72º 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 #8954CB is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 84 | 203 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.20 |
| HSL | 266.72º | 0.53% | 0.56% | - |
| HSV(B) | 266.72º | 0.59% | 0.8% | - |
| XYZ | 24.27 | 15.97 | 58.3 | - |
| YUV | 113.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 203 | 0.33 | 0.59 | 0 | 0.20 | 266.72 | 0.53 | 0.56 |
| Hex | 89 | 54 | CB | 21 | 3B | 0 | 14 | 10B | 35 | 38 |
| Octal | 211 | 124 | 313 | 41 | 73 | 0 | 24 | 413 | 65 | 70 |
| Binary | 10001001 | 1010100 | 11001011 | 100001 | 111011 | 0 | 10100 | 100001011 | 110101 | 111000 |
Color Harmonies of #8954CB
Complementary color
Monochromatic Colors of #8954CB
Black with #8954CB
Text Example
Text Example
White with #8954CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8954CB; }
p { color: rgb(137,84,203); }
H1.HeaderClassName
{
color: #8954CB;
}
.AnyTagClassName
{
color: #8954CB;
}
</style>
background-color css
<style>
a { background-color: #8954CB; }
a { background-color: rgb(137,84,203); }
div.DivClassName
{
background-color: #8954CB;
}
.BgClassName
{
background-color: #8954CB;
}
</style>
border-color css
<style>
span { border-color: #8954CB; }
span { border-color: rgb(137,84,203); }
td.TdClassName
{
border-color: #8954CB;
}
.TagClassName
{
border-color: #8954CB;
}
</style>