Shades of Blue Violet #8F3BDB
Tints of Blue Violet #8F3BDB
RGB
CMYK
RGB Variations
Color information
#8F3BDB (or 0x8F3BDB) is known color: Blue Violet. HEX triplet: 8F, 3B and DB. RGB value is (143,59,219). Sum of RGB (Red+Green+Blue) = 143+59+219=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BDB is #70C424. Grayscale: #656565. Windows color (decimal): -7390245 or 14367631. OLE color: 14367631.
HSL color Cylindrical-coordinate representation of color #8F3BDB: hue angle of 271.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F3BDB is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 59 | 219 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.14 |
| HSL | 271.5º | 0.69% | 0.55% | - |
| HSV(B) | 271.5º | 0.73% | 0.86% | - |
| XYZ | 25.68 | 14.08 | 68.38 | - |
| YUV | 102.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 219 | 0.35 | 0.73 | 0 | 0.14 | 271.5 | 0.69 | 0.55 |
| Hex | 8F | 3B | DB | 23 | 49 | 0 | E | 110 | 45 | 37 |
| Octal | 217 | 73 | 333 | 43 | 111 | 0 | 16 | 420 | 105 | 67 |
| Binary | 10001111 | 111011 | 11011011 | 100011 | 1001001 | 0 | 1110 | 100010000 | 1000101 | 110111 |
Color Harmonies of #8F3BDB
Complementary color
Monochromatic Colors of #8F3BDB
Black with #8F3BDB
Text Example
Text Example
White with #8F3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BDB; }
p { color: rgb(143,59,219); }
H1.HeaderClassName
{
color: #8F3BDB;
}
.AnyTagClassName
{
color: #8F3BDB;
}
</style>
background-color css
<style>
a { background-color: #8F3BDB; }
a { background-color: rgb(143,59,219); }
div.DivClassName
{
background-color: #8F3BDB;
}
.BgClassName
{
background-color: #8F3BDB;
}
</style>
border-color css
<style>
span { border-color: #8F3BDB; }
span { border-color: rgb(143,59,219); }
td.TdClassName
{
border-color: #8F3BDB;
}
.TagClassName
{
border-color: #8F3BDB;
}
</style>