Shades of Blue Violet #8C3FDB
Tints of Blue Violet #8C3FDB
RGB
CMYK
RGB Variations
Color information
#8C3FDB (or 0x8C3FDB) is known color: Blue Violet. HEX triplet: 8C, 3F and DB. RGB value is (140,63,219). Sum of RGB (Red+Green+Blue) = 140+63+219=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FDB is #73C024. Grayscale: #676767. Windows color (decimal): -7585829 or 14368652. OLE color: 14368652.
HSL color Cylindrical-coordinate representation of color #8C3FDB: hue angle of 269.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3FDB is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 63 | 219 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.14 |
| HSL | 269.62º | 0.68% | 0.55% | - |
| HSV(B) | 269.62º | 0.71% | 0.86% | - |
| XYZ | 25.38 | 14.24 | 68.43 | - |
| YUV | 103.81 | 193.01 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 219 | 0.36 | 0.71 | 0 | 0.14 | 269.62 | 0.68 | 0.55 |
| Hex | 8C | 3F | DB | 24 | 47 | 0 | E | 10E | 44 | 37 |
| Octal | 214 | 77 | 333 | 44 | 107 | 0 | 16 | 416 | 104 | 67 |
| Binary | 10001100 | 111111 | 11011011 | 100100 | 1000111 | 0 | 1110 | 100001110 | 1000100 | 110111 |
Color Harmonies of #8C3FDB
Complementary color
Monochromatic Colors of #8C3FDB
Black with #8C3FDB
Text Example
Text Example
White with #8C3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3FDB; }
p { color: rgb(140,63,219); }
H1.HeaderClassName
{
color: #8C3FDB;
}
.AnyTagClassName
{
color: #8C3FDB;
}
</style>
background-color css
<style>
a { background-color: #8C3FDB; }
a { background-color: rgb(140,63,219); }
div.DivClassName
{
background-color: #8C3FDB;
}
.BgClassName
{
background-color: #8C3FDB;
}
</style>
border-color css
<style>
span { border-color: #8C3FDB; }
span { border-color: rgb(140,63,219); }
td.TdClassName
{
border-color: #8C3FDB;
}
.TagClassName
{
border-color: #8C3FDB;
}
</style>