Shades of Amethyst #8C50DB
Tints of Amethyst #8C50DB
RGB
CMYK
RGB Variations
Color information
#8C50DB (or 0x8C50DB) is known color: Amethyst. HEX triplet: 8C, 50 and DB. RGB value is (140,80,219). Sum of RGB (Red+Green+Blue) = 140+80+219=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50DB is #73AF24. Grayscale: #717171. Windows color (decimal): -7581477 or 14373004. OLE color: 14373004.
HSL color Cylindrical-coordinate representation of color #8C50DB: hue angle of 265.9º 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 #8C50DB is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 80 | 219 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.14 |
| HSL | 265.9º | 0.66% | 0.59% | - |
| HSV(B) | 265.9º | 0.63% | 0.86% | - |
| XYZ | 26.47 | 16.43 | 68.79 | - |
| YUV | 113.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 219 | 0.36 | 0.63 | 0 | 0.14 | 265.9 | 0.66 | 0.59 |
| Hex | 8C | 50 | DB | 24 | 3F | 0 | E | 10A | 42 | 3B |
| Octal | 214 | 120 | 333 | 44 | 77 | 0 | 16 | 412 | 102 | 73 |
| Binary | 10001100 | 1010000 | 11011011 | 100100 | 111111 | 0 | 1110 | 100001010 | 1000010 | 111011 |
Color Harmonies of #8C50DB
Complementary color
Monochromatic Colors of #8C50DB
Black with #8C50DB
Text Example
Text Example
White with #8C50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C50DB; }
p { color: rgb(140,80,219); }
H1.HeaderClassName
{
color: #8C50DB;
}
.AnyTagClassName
{
color: #8C50DB;
}
</style>
background-color css
<style>
a { background-color: #8C50DB; }
a { background-color: rgb(140,80,219); }
div.DivClassName
{
background-color: #8C50DB;
}
.BgClassName
{
background-color: #8C50DB;
}
</style>
border-color css
<style>
span { border-color: #8C50DB; }
span { border-color: rgb(140,80,219); }
td.TdClassName
{
border-color: #8C50DB;
}
.TagClassName
{
border-color: #8C50DB;
}
</style>