Shades of Amethyst #8451CF
Tints of Amethyst #8451CF
RGB
CMYK
RGB Variations
Color information
#8451CF (or 0x8451CF) is known color: Amethyst. HEX triplet: 84, 51 and CF. RGB value is (132,81,207). Sum of RGB (Red+Green+Blue) = 132+81+207=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #8451CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451CF is #7BAE30. Grayscale: #6E6E6E. Windows color (decimal): -8105521 or 13586820. OLE color: 13586820.
HSL color Cylindrical-coordinate representation of color #8451CF: hue angle of 264.29º 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 #8451CF is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 81 | 207 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.19 |
| HSL | 264.29º | 0.57% | 0.56% | - |
| HSV(B) | 264.29º | 0.61% | 0.81% | - |
| XYZ | 23.72 | 15.3 | 60.73 | - |
| YUV | 110.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 207 | 0.36 | 0.61 | 0 | 0.19 | 264.29 | 0.57 | 0.56 |
| Hex | 84 | 51 | CF | 24 | 3D | 0 | 13 | 108 | 39 | 38 |
| Octal | 204 | 121 | 317 | 44 | 75 | 0 | 23 | 410 | 71 | 70 |
| Binary | 10000100 | 1010001 | 11001111 | 100100 | 111101 | 0 | 10011 | 100001000 | 111001 | 111000 |
Color Harmonies of #8451CF
Complementary color
Monochromatic Colors of #8451CF
Black with #8451CF
Text Example
Text Example
White with #8451CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8451CF; }
p { color: rgb(132,81,207); }
H1.HeaderClassName
{
color: #8451CF;
}
.AnyTagClassName
{
color: #8451CF;
}
</style>
background-color css
<style>
a { background-color: #8451CF; }
a { background-color: rgb(132,81,207); }
div.DivClassName
{
background-color: #8451CF;
}
.BgClassName
{
background-color: #8451CF;
}
</style>
border-color css
<style>
span { border-color: #8451CF; }
span { border-color: rgb(132,81,207); }
td.TdClassName
{
border-color: #8451CF;
}
.TagClassName
{
border-color: #8451CF;
}
</style>