Shades of Amethyst #844BCF
Tints of Amethyst #844BCF
RGB
CMYK
RGB Variations
Color information
#844BCF (or 0x844BCF) is known color: Amethyst. HEX triplet: 84, 4B and CF. RGB value is (132,75,207). Sum of RGB (Red+Green+Blue) = 132+75+207=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #844BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BCF is #7BB430. Grayscale: #6A6A6A. Windows color (decimal): -8107057 or 13585284. OLE color: 13585284.
HSL color Cylindrical-coordinate representation of color #844BCF: hue angle of 265.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844BCF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 75 | 207 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.19 |
| HSL | 265.91º | 0.58% | 0.55% | - |
| HSV(B) | 265.91º | 0.64% | 0.81% | - |
| XYZ | 23.29 | 14.44 | 60.59 | - |
| YUV | 107.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 207 | 0.36 | 0.64 | 0 | 0.19 | 265.91 | 0.58 | 0.55 |
| Hex | 84 | 4B | CF | 24 | 40 | 0 | 13 | 10A | 3A | 37 |
| Octal | 204 | 113 | 317 | 44 | 100 | 0 | 23 | 412 | 72 | 67 |
| Binary | 10000100 | 1001011 | 11001111 | 100100 | 1000000 | 0 | 10011 | 100001010 | 111010 | 110111 |
Color Harmonies of #844BCF
Complementary color
Monochromatic Colors of #844BCF
Black with #844BCF
Text Example
Text Example
White with #844BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BCF; }
p { color: rgb(132,75,207); }
H1.HeaderClassName
{
color: #844BCF;
}
.AnyTagClassName
{
color: #844BCF;
}
</style>
background-color css
<style>
a { background-color: #844BCF; }
a { background-color: rgb(132,75,207); }
div.DivClassName
{
background-color: #844BCF;
}
.BgClassName
{
background-color: #844BCF;
}
</style>
border-color css
<style>
span { border-color: #844BCF; }
span { border-color: rgb(132,75,207); }
td.TdClassName
{
border-color: #844BCF;
}
.TagClassName
{
border-color: #844BCF;
}
</style>