Shades of Amethyst #8851CF
Tints of Amethyst #8851CF
RGB
CMYK
RGB Variations
Color information
#8851CF (or 0x8851CF) is known color: Amethyst. HEX triplet: 88, 51 and CF. RGB value is (136,81,207). Sum of RGB (Red+Green+Blue) = 136+81+207=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 81 (32.03% from 255 or 19.10% 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 #8851CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8851CF is #77AE30. Grayscale: #6F6F6F. Windows color (decimal): -7843377 or 13586824. OLE color: 13586824.
HSL color Cylindrical-coordinate representation of color #8851CF: hue angle of 266.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8851CF is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 81 | 207 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.19 |
| HSL | 266.19º | 0.57% | 0.56% | - |
| HSV(B) | 266.19º | 0.61% | 0.81% | - |
| XYZ | 24.36 | 15.62 | 60.76 | - |
| YUV | 111.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 207 | 0.34 | 0.61 | 0 | 0.19 | 266.19 | 0.57 | 0.56 |
| Hex | 88 | 51 | CF | 22 | 3D | 0 | 13 | 10A | 39 | 38 |
| Octal | 210 | 121 | 317 | 42 | 75 | 0 | 23 | 412 | 71 | 70 |
| Binary | 10001000 | 1010001 | 11001111 | 100010 | 111101 | 0 | 10011 | 100001010 | 111001 | 111000 |
Color Harmonies of #8851CF
Complementary color
Monochromatic Colors of #8851CF
Black with #8851CF
Text Example
Text Example
White with #8851CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8851CF; }
p { color: rgb(136,81,207); }
H1.HeaderClassName
{
color: #8851CF;
}
.AnyTagClassName
{
color: #8851CF;
}
</style>
background-color css
<style>
a { background-color: #8851CF; }
a { background-color: rgb(136,81,207); }
div.DivClassName
{
background-color: #8851CF;
}
.BgClassName
{
background-color: #8851CF;
}
</style>
border-color css
<style>
span { border-color: #8851CF; }
span { border-color: rgb(136,81,207); }
td.TdClassName
{
border-color: #8851CF;
}
.TagClassName
{
border-color: #8851CF;
}
</style>