Shades of Amethyst #8650CA
Tints of Amethyst #8650CA
RGB
CMYK
RGB Variations
Color information
#8650CA (or 0x8650CA) is known color: Amethyst. HEX triplet: 86, 50 and CA. RGB value is (134,80,202). Sum of RGB (Red+Green+Blue) = 134+80+202=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #8650CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8650CA is #79AF35. Grayscale: #6D6D6D. Windows color (decimal): -7974710 or 13258886. OLE color: 13258886.
HSL color Cylindrical-coordinate representation of color #8650CA: hue angle of 266.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8650CA is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 80 | 202 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.21 |
| HSL | 266.56º | 0.54% | 0.55% | - |
| HSV(B) | 266.56º | 0.6% | 0.79% | - |
| XYZ | 23.36 | 15.07 | 57.55 | - |
| YUV | 110.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 202 | 0.34 | 0.60 | 0 | 0.21 | 266.56 | 0.54 | 0.55 |
| Hex | 86 | 50 | CA | 22 | 3C | 0 | 15 | 10B | 36 | 37 |
| Octal | 206 | 120 | 312 | 42 | 74 | 0 | 25 | 413 | 66 | 67 |
| Binary | 10000110 | 1010000 | 11001010 | 100010 | 111100 | 0 | 10101 | 100001011 | 110110 | 110111 |
Color Harmonies of #8650CA
Complementary color
Monochromatic Colors of #8650CA
Black with #8650CA
Text Example
Text Example
White with #8650CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8650CA; }
p { color: rgb(134,80,202); }
H1.HeaderClassName
{
color: #8650CA;
}
.AnyTagClassName
{
color: #8650CA;
}
</style>
background-color css
<style>
a { background-color: #8650CA; }
a { background-color: rgb(134,80,202); }
div.DivClassName
{
background-color: #8650CA;
}
.BgClassName
{
background-color: #8650CA;
}
</style>
border-color css
<style>
span { border-color: #8650CA; }
span { border-color: rgb(134,80,202); }
td.TdClassName
{
border-color: #8650CA;
}
.TagClassName
{
border-color: #8650CA;
}
</style>