Shades of Amethyst #854CCD
Tints of Amethyst #854CCD
RGB
CMYK
RGB Variations
Color information
#854CCD (or 0x854CCD) is known color: Amethyst. HEX triplet: 85, 4C and CD. RGB value is (133,76,205). Sum of RGB (Red+Green+Blue) = 133+76+205=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #854CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CCD is #7AB332. Grayscale: #6B6B6B. Windows color (decimal): -8041267 or 13454469. OLE color: 13454469.
HSL color Cylindrical-coordinate representation of color #854CCD: hue angle of 266.51º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #854CCD is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 76 | 205 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.20 |
| HSL | 266.51º | 0.56% | 0.55% | - |
| HSV(B) | 266.51º | 0.63% | 0.8% | - |
| XYZ | 23.28 | 14.56 | 59.34 | - |
| YUV | 107.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 205 | 0.35 | 0.63 | 0 | 0.20 | 266.51 | 0.56 | 0.55 |
| Hex | 85 | 4C | CD | 23 | 3F | 0 | 14 | 10B | 38 | 37 |
| Octal | 205 | 114 | 315 | 43 | 77 | 0 | 24 | 413 | 70 | 67 |
| Binary | 10000101 | 1001100 | 11001101 | 100011 | 111111 | 0 | 10100 | 100001011 | 111000 | 110111 |
Color Harmonies of #854CCD
Complementary color
Monochromatic Colors of #854CCD
Black with #854CCD
Text Example
Text Example
White with #854CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CCD; }
p { color: rgb(133,76,205); }
H1.HeaderClassName
{
color: #854CCD;
}
.AnyTagClassName
{
color: #854CCD;
}
</style>
background-color css
<style>
a { background-color: #854CCD; }
a { background-color: rgb(133,76,205); }
div.DivClassName
{
background-color: #854CCD;
}
.BgClassName
{
background-color: #854CCD;
}
</style>
border-color css
<style>
span { border-color: #854CCD; }
span { border-color: rgb(133,76,205); }
td.TdClassName
{
border-color: #854CCD;
}
.TagClassName
{
border-color: #854CCD;
}
</style>