Shades of Amethyst #855BCD
Tints of Amethyst #855BCD
RGB
CMYK
RGB Variations
Color information
#855BCD (or 0x855BCD) is known color: Amethyst. HEX triplet: 85, 5B and CD. RGB value is (133,91,205). Sum of RGB (Red+Green+Blue) = 133+91+205=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #855BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BCD is #7AA432. Grayscale: #747474. Windows color (decimal): -8037427 or 13458309. OLE color: 13458309.
HSL color Cylindrical-coordinate representation of color #855BCD: hue angle of 262.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855BCD is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 91 | 205 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.20 |
| HSL | 262.11º | 0.53% | 0.58% | - |
| HSV(B) | 262.11º | 0.56% | 0.8% | - |
| XYZ | 24.43 | 16.88 | 59.73 | - |
| YUV | 116.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 205 | 0.35 | 0.56 | 0 | 0.20 | 262.11 | 0.53 | 0.58 |
| Hex | 85 | 5B | CD | 23 | 38 | 0 | 14 | 106 | 35 | 3A |
| Octal | 205 | 133 | 315 | 43 | 70 | 0 | 24 | 406 | 65 | 72 |
| Binary | 10000101 | 1011011 | 11001101 | 100011 | 111000 | 0 | 10100 | 100000110 | 110101 | 111010 |
Color Harmonies of #855BCD
Complementary color
Monochromatic Colors of #855BCD
Black with #855BCD
Text Example
Text Example
White with #855BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BCD; }
p { color: rgb(133,91,205); }
H1.HeaderClassName
{
color: #855BCD;
}
.AnyTagClassName
{
color: #855BCD;
}
</style>
background-color css
<style>
a { background-color: #855BCD; }
a { background-color: rgb(133,91,205); }
div.DivClassName
{
background-color: #855BCD;
}
.BgClassName
{
background-color: #855BCD;
}
</style>
border-color css
<style>
span { border-color: #855BCD; }
span { border-color: rgb(133,91,205); }
td.TdClassName
{
border-color: #855BCD;
}
.TagClassName
{
border-color: #855BCD;
}
</style>