Shades of Amethyst #8855CF
Tints of Amethyst #8855CF
RGB
CMYK
RGB Variations
Color information
#8855CF (or 0x8855CF) is known color: Amethyst. HEX triplet: 88, 55 and CF. RGB value is (136,85,207). Sum of RGB (Red+Green+Blue) = 136+85+207=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #8855CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8855CF is #77AA30. Grayscale: #717171. Windows color (decimal): -7842353 or 13587848. OLE color: 13587848.
HSL color Cylindrical-coordinate representation of color #8855CF: hue angle of 265.08º 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 #8855CF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 85 | 207 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.19 |
| HSL | 265.08º | 0.56% | 0.57% | - |
| HSV(B) | 265.08º | 0.59% | 0.81% | - |
| XYZ | 24.66 | 16.24 | 60.87 | - |
| YUV | 114.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 207 | 0.34 | 0.59 | 0 | 0.19 | 265.08 | 0.56 | 0.57 |
| Hex | 88 | 55 | CF | 22 | 3B | 0 | 13 | 109 | 38 | 39 |
| Octal | 210 | 125 | 317 | 42 | 73 | 0 | 23 | 411 | 70 | 71 |
| Binary | 10001000 | 1010101 | 11001111 | 100010 | 111011 | 0 | 10011 | 100001001 | 111000 | 111001 |
Color Harmonies of #8855CF
Complementary color
Monochromatic Colors of #8855CF
Black with #8855CF
Text Example
Text Example
White with #8855CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8855CF; }
p { color: rgb(136,85,207); }
H1.HeaderClassName
{
color: #8855CF;
}
.AnyTagClassName
{
color: #8855CF;
}
</style>
background-color css
<style>
a { background-color: #8855CF; }
a { background-color: rgb(136,85,207); }
div.DivClassName
{
background-color: #8855CF;
}
.BgClassName
{
background-color: #8855CF;
}
</style>
border-color css
<style>
span { border-color: #8855CF; }
span { border-color: rgb(136,85,207); }
td.TdClassName
{
border-color: #8855CF;
}
.TagClassName
{
border-color: #8855CF;
}
</style>