Shades of Amethyst #8450CF
Tints of Amethyst #8450CF
RGB
CMYK
RGB Variations
Color information
#8450CF (or 0x8450CF) is known color: Amethyst. HEX triplet: 84, 50 and CF. RGB value is (132,80,207). Sum of RGB (Red+Green+Blue) = 132+80+207=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #8450CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450CF is #7BAF30. Grayscale: #6D6D6D. Windows color (decimal): -8105777 or 13586564. OLE color: 13586564.
HSL color Cylindrical-coordinate representation of color #8450CF: hue angle of 264.57º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8450CF is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 80 | 207 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.19 |
| HSL | 264.57º | 0.57% | 0.56% | - |
| HSV(B) | 264.57º | 0.61% | 0.81% | - |
| XYZ | 23.65 | 15.15 | 60.71 | - |
| YUV | 110.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 207 | 0.36 | 0.61 | 0 | 0.19 | 264.57 | 0.57 | 0.56 |
| Hex | 84 | 50 | CF | 24 | 3D | 0 | 13 | 109 | 39 | 38 |
| Octal | 204 | 120 | 317 | 44 | 75 | 0 | 23 | 411 | 71 | 70 |
| Binary | 10000100 | 1010000 | 11001111 | 100100 | 111101 | 0 | 10011 | 100001001 | 111001 | 111000 |
Color Harmonies of #8450CF
Complementary color
Monochromatic Colors of #8450CF
Black with #8450CF
Text Example
Text Example
White with #8450CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450CF; }
p { color: rgb(132,80,207); }
H1.HeaderClassName
{
color: #8450CF;
}
.AnyTagClassName
{
color: #8450CF;
}
</style>
background-color css
<style>
a { background-color: #8450CF; }
a { background-color: rgb(132,80,207); }
div.DivClassName
{
background-color: #8450CF;
}
.BgClassName
{
background-color: #8450CF;
}
</style>
border-color css
<style>
span { border-color: #8450CF; }
span { border-color: rgb(132,80,207); }
td.TdClassName
{
border-color: #8450CF;
}
.TagClassName
{
border-color: #8450CF;
}
</style>