Shades of Amethyst #8450CA
Tints of Amethyst #8450CA
RGB
CMYK
RGB Variations
Color information
#8450CA (or 0x8450CA) is known color: Amethyst. HEX triplet: 84, 50 and CA. RGB value is (132,80,202). Sum of RGB (Red+Green+Blue) = 132+80+202=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #8450CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450CA is #7BAF35. Grayscale: #6D6D6D. Windows color (decimal): -8105782 or 13258884. OLE color: 13258884.
HSL color Cylindrical-coordinate representation of color #8450CA: hue angle of 265.57º 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 #8450CA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 80 | 202 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.21 |
| HSL | 265.57º | 0.54% | 0.55% | - |
| HSV(B) | 265.57º | 0.6% | 0.79% | - |
| XYZ | 23.05 | 14.91 | 57.54 | - |
| YUV | 109.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 202 | 0.35 | 0.60 | 0 | 0.21 | 265.57 | 0.54 | 0.55 |
| Hex | 84 | 50 | CA | 23 | 3C | 0 | 15 | 10A | 36 | 37 |
| Octal | 204 | 120 | 312 | 43 | 74 | 0 | 25 | 412 | 66 | 67 |
| Binary | 10000100 | 1010000 | 11001010 | 100011 | 111100 | 0 | 10101 | 100001010 | 110110 | 110111 |
Color Harmonies of #8450CA
Complementary color
Monochromatic Colors of #8450CA
Black with #8450CA
Text Example
Text Example
White with #8450CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450CA; }
p { color: rgb(132,80,202); }
H1.HeaderClassName
{
color: #8450CA;
}
.AnyTagClassName
{
color: #8450CA;
}
</style>
background-color css
<style>
a { background-color: #8450CA; }
a { background-color: rgb(132,80,202); }
div.DivClassName
{
background-color: #8450CA;
}
.BgClassName
{
background-color: #8450CA;
}
</style>
border-color css
<style>
span { border-color: #8450CA; }
span { border-color: rgb(132,80,202); }
td.TdClassName
{
border-color: #8450CA;
}
.TagClassName
{
border-color: #8450CA;
}
</style>