Shades of Blue Violet #8C28DB
Tints of Blue Violet #8C28DB
RGB
CMYK
RGB Variations
Color information
#8C28DB (or 0x8C28DB) is known color: Blue Violet. HEX triplet: 8C, 28 and DB. RGB value is (140,40,219). Sum of RGB (Red+Green+Blue) = 140+40+219=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C28DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C28DB is #73D724. Grayscale: #595959. Windows color (decimal): -7591717 or 14362764. OLE color: 14362764.
HSL color Cylindrical-coordinate representation of color #8C28DB: hue angle of 273.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C28DB is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 40 | 219 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.14 |
| HSL | 273.52º | 0.71% | 0.51% | - |
| HSV(B) | 273.52º | 0.82% | 0.86% | - |
| XYZ | 24.36 | 12.21 | 68.09 | - |
| YUV | 90.31 | 200.63 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 219 | 0.36 | 0.82 | 0 | 0.14 | 273.52 | 0.71 | 0.51 |
| Hex | 8C | 28 | DB | 24 | 52 | 0 | E | 112 | 47 | 33 |
| Octal | 214 | 50 | 333 | 44 | 122 | 0 | 16 | 422 | 107 | 63 |
| Binary | 10001100 | 101000 | 11011011 | 100100 | 1010010 | 0 | 1110 | 100010010 | 1000111 | 110011 |
Color Harmonies of #8C28DB
Complementary color
Monochromatic Colors of #8C28DB
Black with #8C28DB
Text Example
Text Example
White with #8C28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C28DB; }
p { color: rgb(140,40,219); }
H1.HeaderClassName
{
color: #8C28DB;
}
.AnyTagClassName
{
color: #8C28DB;
}
</style>
background-color css
<style>
a { background-color: #8C28DB; }
a { background-color: rgb(140,40,219); }
div.DivClassName
{
background-color: #8C28DB;
}
.BgClassName
{
background-color: #8C28DB;
}
</style>
border-color css
<style>
span { border-color: #8C28DB; }
span { border-color: rgb(140,40,219); }
td.TdClassName
{
border-color: #8C28DB;
}
.TagClassName
{
border-color: #8C28DB;
}
</style>