Shades of Amethyst #855BCE
Tints of Amethyst #855BCE
RGB
CMYK
RGB Variations
Color information
#855BCE (or 0x855BCE) is known color: Amethyst. HEX triplet: 85, 5B and CE. RGB value is (133,91,206). Sum of RGB (Red+Green+Blue) = 133+91+206=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #855BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BCE is #7AA431. Grayscale: #747474. Windows color (decimal): -8037426 or 13523845. OLE color: 13523845.
HSL color Cylindrical-coordinate representation of color #855BCE: hue angle of 261.91º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855BCE is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 91 | 206 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.19 |
| HSL | 261.91º | 0.54% | 0.58% | - |
| HSV(B) | 261.91º | 0.56% | 0.81% | - |
| XYZ | 24.55 | 16.92 | 60.37 | - |
| YUV | 116.67 | 178.41 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 206 | 0.35 | 0.56 | 0 | 0.19 | 261.91 | 0.54 | 0.58 |
| Hex | 85 | 5B | CE | 23 | 38 | 0 | 13 | 106 | 36 | 3A |
| Octal | 205 | 133 | 316 | 43 | 70 | 0 | 23 | 406 | 66 | 72 |
| Binary | 10000101 | 1011011 | 11001110 | 100011 | 111000 | 0 | 10011 | 100000110 | 110110 | 111010 |
Color Harmonies of #855BCE
Complementary color
Monochromatic Colors of #855BCE
Black with #855BCE
Text Example
Text Example
White with #855BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BCE; }
p { color: rgb(133,91,206); }
H1.HeaderClassName
{
color: #855BCE;
}
.AnyTagClassName
{
color: #855BCE;
}
</style>
background-color css
<style>
a { background-color: #855BCE; }
a { background-color: rgb(133,91,206); }
div.DivClassName
{
background-color: #855BCE;
}
.BgClassName
{
background-color: #855BCE;
}
</style>
border-color css
<style>
span { border-color: #855BCE; }
span { border-color: rgb(133,91,206); }
td.TdClassName
{
border-color: #855BCE;
}
.TagClassName
{
border-color: #855BCE;
}
</style>