Shades of Amethyst #844FCB
Tints of Amethyst #844FCB
RGB
CMYK
RGB Variations
Color information
#844FCB (or 0x844FCB) is known color: Amethyst. HEX triplet: 84, 4F and CB. RGB value is (132,79,203). Sum of RGB (Red+Green+Blue) = 132+79+203=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #844FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FCB is #7BB034. Grayscale: #6C6C6C. Windows color (decimal): -8106037 or 13324164. OLE color: 13324164.
HSL color Cylindrical-coordinate representation of color #844FCB: hue angle of 265.65º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #844FCB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 79 | 203 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.20 |
| HSL | 265.65º | 0.54% | 0.55% | - |
| HSV(B) | 265.65º | 0.61% | 0.8% | - |
| XYZ | 23.09 | 14.81 | 58.14 | - |
| YUV | 108.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 203 | 0.35 | 0.61 | 0 | 0.20 | 265.65 | 0.54 | 0.55 |
| Hex | 84 | 4F | CB | 23 | 3D | 0 | 14 | 10A | 36 | 37 |
| Octal | 204 | 117 | 313 | 43 | 75 | 0 | 24 | 412 | 66 | 67 |
| Binary | 10000100 | 1001111 | 11001011 | 100011 | 111101 | 0 | 10100 | 100001010 | 110110 | 110111 |
Color Harmonies of #844FCB
Complementary color
Monochromatic Colors of #844FCB
Black with #844FCB
Text Example
Text Example
White with #844FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FCB; }
p { color: rgb(132,79,203); }
H1.HeaderClassName
{
color: #844FCB;
}
.AnyTagClassName
{
color: #844FCB;
}
</style>
background-color css
<style>
a { background-color: #844FCB; }
a { background-color: rgb(132,79,203); }
div.DivClassName
{
background-color: #844FCB;
}
.BgClassName
{
background-color: #844FCB;
}
</style>
border-color css
<style>
span { border-color: #844FCB; }
span { border-color: rgb(132,79,203); }
td.TdClassName
{
border-color: #844FCB;
}
.TagClassName
{
border-color: #844FCB;
}
</style>