Shades of Amethyst #865BCC
Tints of Amethyst #865BCC
RGB
CMYK
RGB Variations
Color information
#865BCC (or 0x865BCC) is known color: Amethyst. HEX triplet: 86, 5B and CC. RGB value is (134,91,204). Sum of RGB (Red+Green+Blue) = 134+91+204=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #865BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BCC is #79A433. Grayscale: #747474. Windows color (decimal): -7971892 or 13392774. OLE color: 13392774.
HSL color Cylindrical-coordinate representation of color #865BCC: hue angle of 262.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #865BCC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 91 | 204 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.2 |
| HSL | 262.83º | 0.53% | 0.58% | - |
| HSV(B) | 262.83º | 0.55% | 0.8% | - |
| XYZ | 24.47 | 16.91 | 59.1 | - |
| YUV | 116.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 204 | 0.34 | 0.55 | 0 | 0.2 | 262.83 | 0.53 | 0.58 |
| Hex | 86 | 5B | CC | 22 | 37 | 0 | 14 | 107 | 35 | 3A |
| Octal | 206 | 133 | 314 | 42 | 67 | 0 | 24 | 407 | 65 | 72 |
| Binary | 10000110 | 1011011 | 11001100 | 100010 | 110111 | 0 | 10100 | 100000111 | 110101 | 111010 |
Color Harmonies of #865BCC
Complementary color
Monochromatic Colors of #865BCC
Black with #865BCC
Text Example
Text Example
White with #865BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BCC; }
p { color: rgb(134,91,204); }
H1.HeaderClassName
{
color: #865BCC;
}
.AnyTagClassName
{
color: #865BCC;
}
</style>
background-color css
<style>
a { background-color: #865BCC; }
a { background-color: rgb(134,91,204); }
div.DivClassName
{
background-color: #865BCC;
}
.BgClassName
{
background-color: #865BCC;
}
</style>
border-color css
<style>
span { border-color: #865BCC; }
span { border-color: rgb(134,91,204); }
td.TdClassName
{
border-color: #865BCC;
}
.TagClassName
{
border-color: #865BCC;
}
</style>