Shades of Amethyst #8C51DB
Tints of Amethyst #8C51DB
RGB
CMYK
RGB Variations
Color information
#8C51DB (or 0x8C51DB) is known color: Amethyst. HEX triplet: 8C, 51 and DB. RGB value is (140,81,219). Sum of RGB (Red+Green+Blue) = 140+81+219=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C51DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C51DB is #73AE24. Grayscale: #717171. Windows color (decimal): -7581221 or 14373260. OLE color: 14373260.
HSL color Cylindrical-coordinate representation of color #8C51DB: hue angle of 265.65º 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 #8C51DB is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 81 | 219 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.14 |
| HSL | 265.65º | 0.66% | 0.59% | - |
| HSV(B) | 265.65º | 0.63% | 0.86% | - |
| XYZ | 26.54 | 16.57 | 68.82 | - |
| YUV | 114.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 219 | 0.36 | 0.63 | 0 | 0.14 | 265.65 | 0.66 | 0.59 |
| Hex | 8C | 51 | DB | 24 | 3F | 0 | E | 10A | 42 | 3B |
| Octal | 214 | 121 | 333 | 44 | 77 | 0 | 16 | 412 | 102 | 73 |
| Binary | 10001100 | 1010001 | 11011011 | 100100 | 111111 | 0 | 1110 | 100001010 | 1000010 | 111011 |
Color Harmonies of #8C51DB
Complementary color
Monochromatic Colors of #8C51DB
Black with #8C51DB
Text Example
Text Example
White with #8C51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C51DB; }
p { color: rgb(140,81,219); }
H1.HeaderClassName
{
color: #8C51DB;
}
.AnyTagClassName
{
color: #8C51DB;
}
</style>
background-color css
<style>
a { background-color: #8C51DB; }
a { background-color: rgb(140,81,219); }
div.DivClassName
{
background-color: #8C51DB;
}
.BgClassName
{
background-color: #8C51DB;
}
</style>
border-color css
<style>
span { border-color: #8C51DB; }
span { border-color: rgb(140,81,219); }
td.TdClassName
{
border-color: #8C51DB;
}
.TagClassName
{
border-color: #8C51DB;
}
</style>