Shades of Amethyst #8553CD
Tints of Amethyst #8553CD
RGB
CMYK
RGB Variations
Color information
#8553CD (or 0x8553CD) is known color: Amethyst. HEX triplet: 85, 53 and CD. RGB value is (133,83,205). Sum of RGB (Red+Green+Blue) = 133+83+205=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #8553CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8553CD is #7AAC32. Grayscale: #6F6F6F. Windows color (decimal): -8039475 or 13456261. OLE color: 13456261.
HSL color Cylindrical-coordinate representation of color #8553CD: hue angle of 264.59º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8553CD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 83 | 205 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.20 |
| HSL | 264.59º | 0.55% | 0.56% | - |
| HSV(B) | 264.59º | 0.6% | 0.8% | - |
| XYZ | 23.79 | 15.58 | 59.51 | - |
| YUV | 111.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 205 | 0.35 | 0.60 | 0 | 0.20 | 264.59 | 0.55 | 0.56 |
| Hex | 85 | 53 | CD | 23 | 3C | 0 | 14 | 109 | 37 | 38 |
| Octal | 205 | 123 | 315 | 43 | 74 | 0 | 24 | 411 | 67 | 70 |
| Binary | 10000101 | 1010011 | 11001101 | 100011 | 111100 | 0 | 10100 | 100001001 | 110111 | 111000 |
Color Harmonies of #8553CD
Complementary color
Monochromatic Colors of #8553CD
Black with #8553CD
Text Example
Text Example
White with #8553CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8553CD; }
p { color: rgb(133,83,205); }
H1.HeaderClassName
{
color: #8553CD;
}
.AnyTagClassName
{
color: #8553CD;
}
</style>
background-color css
<style>
a { background-color: #8553CD; }
a { background-color: rgb(133,83,205); }
div.DivClassName
{
background-color: #8553CD;
}
.BgClassName
{
background-color: #8553CD;
}
</style>
border-color css
<style>
span { border-color: #8553CD; }
span { border-color: rgb(133,83,205); }
td.TdClassName
{
border-color: #8553CD;
}
.TagClassName
{
border-color: #8553CD;
}
</style>