Shades of Amethyst #865BCA
Tints of Amethyst #865BCA
RGB
CMYK
RGB Variations
Color information
#865BCA (or 0x865BCA) is known color: Amethyst. HEX triplet: 86, 5B and CA. RGB value is (134,91,202). Sum of RGB (Red+Green+Blue) = 134+91+202=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #865BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BCA is #79A435. Grayscale: #747474. Windows color (decimal): -7971894 or 13261702. OLE color: 13261702.
HSL color Cylindrical-coordinate representation of color #865BCA: hue angle of 263.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #865BCA is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 91 | 202 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.21 |
| HSL | 263.24º | 0.51% | 0.57% | - |
| HSV(B) | 263.24º | 0.55% | 0.79% | - |
| XYZ | 24.23 | 16.81 | 57.85 | - |
| YUV | 116.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 202 | 0.34 | 0.55 | 0 | 0.21 | 263.24 | 0.51 | 0.57 |
| Hex | 86 | 5B | CA | 22 | 37 | 0 | 15 | 107 | 33 | 39 |
| Octal | 206 | 133 | 312 | 42 | 67 | 0 | 25 | 407 | 63 | 71 |
| Binary | 10000110 | 1011011 | 11001010 | 100010 | 110111 | 0 | 10101 | 100000111 | 110011 | 111001 |
Color Harmonies of #865BCA
Complementary color
Monochromatic Colors of #865BCA
Black with #865BCA
Text Example
Text Example
White with #865BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BCA; }
p { color: rgb(134,91,202); }
H1.HeaderClassName
{
color: #865BCA;
}
.AnyTagClassName
{
color: #865BCA;
}
</style>
background-color css
<style>
a { background-color: #865BCA; }
a { background-color: rgb(134,91,202); }
div.DivClassName
{
background-color: #865BCA;
}
.BgClassName
{
background-color: #865BCA;
}
</style>
border-color css
<style>
span { border-color: #865BCA; }
span { border-color: rgb(134,91,202); }
td.TdClassName
{
border-color: #865BCA;
}
.TagClassName
{
border-color: #865BCA;
}
</style>