Shades of Amethyst #8850DB
Tints of Amethyst #8850DB
RGB
CMYK
RGB Variations
Color information
#8850DB (or 0x8850DB) is known color: Amethyst. HEX triplet: 88, 50 and DB. RGB value is (136,80,219). Sum of RGB (Red+Green+Blue) = 136+80+219=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8850DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850DB is #77AF24. Grayscale: #707070. Windows color (decimal): -7843621 or 14373000. OLE color: 14373000.
HSL color Cylindrical-coordinate representation of color #8850DB: hue angle of 264.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8850DB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 80 | 219 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.14 |
| HSL | 264.17º | 0.66% | 0.59% | - |
| HSV(B) | 264.17º | 0.63% | 0.86% | - |
| XYZ | 25.81 | 16.09 | 68.76 | - |
| YUV | 112.59 | 188.05 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 219 | 0.38 | 0.63 | 0 | 0.14 | 264.17 | 0.66 | 0.59 |
| Hex | 88 | 50 | DB | 26 | 3F | 0 | E | 108 | 42 | 3B |
| Octal | 210 | 120 | 333 | 46 | 77 | 0 | 16 | 410 | 102 | 73 |
| Binary | 10001000 | 1010000 | 11011011 | 100110 | 111111 | 0 | 1110 | 100001000 | 1000010 | 111011 |
Color Harmonies of #8850DB
Complementary color
Monochromatic Colors of #8850DB
Black with #8850DB
Text Example
Text Example
White with #8850DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850DB; }
p { color: rgb(136,80,219); }
H1.HeaderClassName
{
color: #8850DB;
}
.AnyTagClassName
{
color: #8850DB;
}
</style>
background-color css
<style>
a { background-color: #8850DB; }
a { background-color: rgb(136,80,219); }
div.DivClassName
{
background-color: #8850DB;
}
.BgClassName
{
background-color: #8850DB;
}
</style>
border-color css
<style>
span { border-color: #8850DB; }
span { border-color: rgb(136,80,219); }
td.TdClassName
{
border-color: #8850DB;
}
.TagClassName
{
border-color: #8850DB;
}
</style>