Shades of Amethyst #8653CA
Tints of Amethyst #8653CA
RGB
CMYK
RGB Variations
Color information
#8653CA (or 0x8653CA) is known color: Amethyst. HEX triplet: 86, 53 and CA. RGB value is (134,83,202). Sum of RGB (Red+Green+Blue) = 134+83+202=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #8653CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8653CA is #79AC35. Grayscale: #6F6F6F. Windows color (decimal): -7973942 or 13259654. OLE color: 13259654.
HSL color Cylindrical-coordinate representation of color #8653CA: hue angle of 265.71º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8653CA is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 83 | 202 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.21 |
| HSL | 265.71º | 0.53% | 0.56% | - |
| HSV(B) | 265.71º | 0.59% | 0.79% | - |
| XYZ | 23.59 | 15.52 | 57.63 | - |
| YUV | 111.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 202 | 0.34 | 0.59 | 0 | 0.21 | 265.71 | 0.53 | 0.56 |
| Hex | 86 | 53 | CA | 22 | 3B | 0 | 15 | 10A | 35 | 38 |
| Octal | 206 | 123 | 312 | 42 | 73 | 0 | 25 | 412 | 65 | 70 |
| Binary | 10000110 | 1010011 | 11001010 | 100010 | 111011 | 0 | 10101 | 100001010 | 110101 | 111000 |
Color Harmonies of #8653CA
Complementary color
Monochromatic Colors of #8653CA
Black with #8653CA
Text Example
Text Example
White with #8653CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8653CA; }
p { color: rgb(134,83,202); }
H1.HeaderClassName
{
color: #8653CA;
}
.AnyTagClassName
{
color: #8653CA;
}
</style>
background-color css
<style>
a { background-color: #8653CA; }
a { background-color: rgb(134,83,202); }
div.DivClassName
{
background-color: #8653CA;
}
.BgClassName
{
background-color: #8653CA;
}
</style>
border-color css
<style>
span { border-color: #8653CA; }
span { border-color: rgb(134,83,202); }
td.TdClassName
{
border-color: #8653CA;
}
.TagClassName
{
border-color: #8653CA;
}
</style>