Shades of Amethyst #8754CB
Tints of Amethyst #8754CB
RGB
CMYK
RGB Variations
Color information
#8754CB (or 0x8754CB) is known color: Amethyst. HEX triplet: 87, 54 and CB. RGB value is (135,84,203). Sum of RGB (Red+Green+Blue) = 135+84+203=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #8754CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8754CB is #78AB34. Grayscale: #707070. Windows color (decimal): -7908149 or 13325447. OLE color: 13325447.
HSL color Cylindrical-coordinate representation of color #8754CB: hue angle of 265.71º 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 #8754CB is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 84 | 203 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.20 |
| HSL | 265.71º | 0.53% | 0.56% | - |
| HSV(B) | 265.71º | 0.59% | 0.8% | - |
| XYZ | 23.94 | 15.8 | 58.29 | - |
| YUV | 112.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 203 | 0.33 | 0.59 | 0 | 0.20 | 265.71 | 0.53 | 0.56 |
| Hex | 87 | 54 | CB | 21 | 3B | 0 | 14 | 10A | 35 | 38 |
| Octal | 207 | 124 | 313 | 41 | 73 | 0 | 24 | 412 | 65 | 70 |
| Binary | 10000111 | 1010100 | 11001011 | 100001 | 111011 | 0 | 10100 | 100001010 | 110101 | 111000 |
Color Harmonies of #8754CB
Complementary color
Monochromatic Colors of #8754CB
Black with #8754CB
Text Example
Text Example
White with #8754CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8754CB; }
p { color: rgb(135,84,203); }
H1.HeaderClassName
{
color: #8754CB;
}
.AnyTagClassName
{
color: #8754CB;
}
</style>
background-color css
<style>
a { background-color: #8754CB; }
a { background-color: rgb(135,84,203); }
div.DivClassName
{
background-color: #8754CB;
}
.BgClassName
{
background-color: #8754CB;
}
</style>
border-color css
<style>
span { border-color: #8754CB; }
span { border-color: rgb(135,84,203); }
td.TdClassName
{
border-color: #8754CB;
}
.TagClassName
{
border-color: #8754CB;
}
</style>