Shades of Amethyst #8655CC
Tints of Amethyst #8655CC
RGB
CMYK
RGB Variations
Color information
#8655CC (or 0x8655CC) is known color: Amethyst. HEX triplet: 86, 55 and CC. RGB value is (134,85,204). Sum of RGB (Red+Green+Blue) = 134+85+204=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #8655CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8655CC is #79AA33. Grayscale: #707070. Windows color (decimal): -7973428 or 13391238. OLE color: 13391238.
HSL color Cylindrical-coordinate representation of color #8655CC: hue angle of 264.71º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8655CC is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 85 | 204 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.2 |
| HSL | 264.71º | 0.54% | 0.57% | - |
| HSV(B) | 264.71º | 0.58% | 0.8% | - |
| XYZ | 23.98 | 15.92 | 58.94 | - |
| YUV | 113.22 | 179.23 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 204 | 0.34 | 0.58 | 0 | 0.2 | 264.71 | 0.54 | 0.57 |
| Hex | 86 | 55 | CC | 22 | 3A | 0 | 14 | 109 | 36 | 39 |
| Octal | 206 | 125 | 314 | 42 | 72 | 0 | 24 | 411 | 66 | 71 |
| Binary | 10000110 | 1010101 | 11001100 | 100010 | 111010 | 0 | 10100 | 100001001 | 110110 | 111001 |
Color Harmonies of #8655CC
Complementary color
Monochromatic Colors of #8655CC
Black with #8655CC
Text Example
Text Example
White with #8655CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8655CC; }
p { color: rgb(134,85,204); }
H1.HeaderClassName
{
color: #8655CC;
}
.AnyTagClassName
{
color: #8655CC;
}
</style>
background-color css
<style>
a { background-color: #8655CC; }
a { background-color: rgb(134,85,204); }
div.DivClassName
{
background-color: #8655CC;
}
.BgClassName
{
background-color: #8655CC;
}
</style>
border-color css
<style>
span { border-color: #8655CC; }
span { border-color: rgb(134,85,204); }
td.TdClassName
{
border-color: #8655CC;
}
.TagClassName
{
border-color: #8655CC;
}
</style>