Shades of Blue Violet #8C44DB
Tints of Blue Violet #8C44DB
RGB
CMYK
RGB Variations
Color information
#8C44DB (or 0x8C44DB) is known color: Blue Violet. HEX triplet: 8C, 44 and DB. RGB value is (140,68,219). Sum of RGB (Red+Green+Blue) = 140+68+219=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C44DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C44DB is #73BB24. Grayscale: #6A6A6A. Windows color (decimal): -7584549 or 14369932. OLE color: 14369932.
HSL color Cylindrical-coordinate representation of color #8C44DB: hue angle of 268.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C44DB is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 68 | 219 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.14 |
| HSL | 268.61º | 0.68% | 0.56% | - |
| HSV(B) | 268.61º | 0.69% | 0.86% | - |
| XYZ | 25.67 | 14.82 | 68.53 | - |
| YUV | 106.74 | 191.35 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 219 | 0.36 | 0.69 | 0 | 0.14 | 268.61 | 0.68 | 0.56 |
| Hex | 8C | 44 | DB | 24 | 45 | 0 | E | 10D | 44 | 38 |
| Octal | 214 | 104 | 333 | 44 | 105 | 0 | 16 | 415 | 104 | 70 |
| Binary | 10001100 | 1000100 | 11011011 | 100100 | 1000101 | 0 | 1110 | 100001101 | 1000100 | 111000 |
Color Harmonies of #8C44DB
Complementary color
Monochromatic Colors of #8C44DB
Black with #8C44DB
Text Example
Text Example
White with #8C44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C44DB; }
p { color: rgb(140,68,219); }
H1.HeaderClassName
{
color: #8C44DB;
}
.AnyTagClassName
{
color: #8C44DB;
}
</style>
background-color css
<style>
a { background-color: #8C44DB; }
a { background-color: rgb(140,68,219); }
div.DivClassName
{
background-color: #8C44DB;
}
.BgClassName
{
background-color: #8C44DB;
}
</style>
border-color css
<style>
span { border-color: #8C44DB; }
span { border-color: rgb(140,68,219); }
td.TdClassName
{
border-color: #8C44DB;
}
.TagClassName
{
border-color: #8C44DB;
}
</style>