Shades of Amethyst #8455CF
Tints of Amethyst #8455CF
RGB
CMYK
RGB Variations
Color information
#8455CF (or 0x8455CF) is known color: Amethyst. HEX triplet: 84, 55 and CF. RGB value is (132,85,207). Sum of RGB (Red+Green+Blue) = 132+85+207=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #8455CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455CF is #7BAA30. Grayscale: #707070. Windows color (decimal): -8104497 or 13587844. OLE color: 13587844.
HSL color Cylindrical-coordinate representation of color #8455CF: hue angle of 263.11º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8455CF is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 85 | 207 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.19 |
| HSL | 263.11º | 0.56% | 0.57% | - |
| HSV(B) | 263.11º | 0.59% | 0.81% | - |
| XYZ | 24.03 | 15.91 | 60.84 | - |
| YUV | 112.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 207 | 0.36 | 0.59 | 0 | 0.19 | 263.11 | 0.56 | 0.57 |
| Hex | 84 | 55 | CF | 24 | 3B | 0 | 13 | 107 | 38 | 39 |
| Octal | 204 | 125 | 317 | 44 | 73 | 0 | 23 | 407 | 70 | 71 |
| Binary | 10000100 | 1010101 | 11001111 | 100100 | 111011 | 0 | 10011 | 100000111 | 111000 | 111001 |
Color Harmonies of #8455CF
Complementary color
Monochromatic Colors of #8455CF
Black with #8455CF
Text Example
Text Example
White with #8455CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455CF; }
p { color: rgb(132,85,207); }
H1.HeaderClassName
{
color: #8455CF;
}
.AnyTagClassName
{
color: #8455CF;
}
</style>
background-color css
<style>
a { background-color: #8455CF; }
a { background-color: rgb(132,85,207); }
div.DivClassName
{
background-color: #8455CF;
}
.BgClassName
{
background-color: #8455CF;
}
</style>
border-color css
<style>
span { border-color: #8455CF; }
span { border-color: rgb(132,85,207); }
td.TdClassName
{
border-color: #8455CF;
}
.TagClassName
{
border-color: #8455CF;
}
</style>