Shades of Blue Violet #8C1DDB
Tints of Blue Violet #8C1DDB
RGB
CMYK
RGB Variations
Color information
#8C1DDB (or 0x8C1DDB) is known color: Blue Violet. HEX triplet: 8C, 1D and DB. RGB value is (140,29,219). Sum of RGB (Red+Green+Blue) = 140+29+219=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C1DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1DDB is #73E224. Grayscale: #535353. Windows color (decimal): -7594533 or 14359948. OLE color: 14359948.
HSL color Cylindrical-coordinate representation of color #8C1DDB: hue angle of 275.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1DDB is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 29 | 219 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.14 |
| HSL | 275.05º | 0.77% | 0.49% | - |
| HSV(B) | 275.05º | 0.87% | 0.86% | - |
| XYZ | 24.04 | 11.57 | 67.98 | - |
| YUV | 83.85 | 204.27 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 219 | 0.36 | 0.87 | 0 | 0.14 | 275.05 | 0.77 | 0.49 |
| Hex | 8C | 1D | DB | 24 | 57 | 0 | E | 113 | 4D | 31 |
| Octal | 214 | 35 | 333 | 44 | 127 | 0 | 16 | 423 | 115 | 61 |
| Binary | 10001100 | 11101 | 11011011 | 100100 | 1010111 | 0 | 1110 | 100010011 | 1001101 | 110001 |
Color Harmonies of #8C1DDB
Complementary color
Monochromatic Colors of #8C1DDB
Black with #8C1DDB
Text Example
Text Example
White with #8C1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1DDB; }
p { color: rgb(140,29,219); }
H1.HeaderClassName
{
color: #8C1DDB;
}
.AnyTagClassName
{
color: #8C1DDB;
}
</style>
background-color css
<style>
a { background-color: #8C1DDB; }
a { background-color: rgb(140,29,219); }
div.DivClassName
{
background-color: #8C1DDB;
}
.BgClassName
{
background-color: #8C1DDB;
}
</style>
border-color css
<style>
span { border-color: #8C1DDB; }
span { border-color: rgb(140,29,219); }
td.TdClassName
{
border-color: #8C1DDB;
}
.TagClassName
{
border-color: #8C1DDB;
}
</style>