Shades of Blue Violet #8F3FDB
Tints of Blue Violet #8F3FDB
RGB
CMYK
RGB Variations
Color information
#8F3FDB (or 0x8F3FDB) is known color: Blue Violet. HEX triplet: 8F, 3F and DB. RGB value is (143,63,219). Sum of RGB (Red+Green+Blue) = 143+63+219=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3FDB is #70C024. Grayscale: #686868. Windows color (decimal): -7389221 or 14368655. OLE color: 14368655.
HSL color Cylindrical-coordinate representation of color #8F3FDB: hue angle of 270.77º 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 #8F3FDB is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 63 | 219 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.14 |
| HSL | 270.77º | 0.68% | 0.55% | - |
| HSV(B) | 270.77º | 0.71% | 0.86% | - |
| XYZ | 25.89 | 14.51 | 68.45 | - |
| YUV | 104.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 219 | 0.35 | 0.71 | 0 | 0.14 | 270.77 | 0.68 | 0.55 |
| Hex | 8F | 3F | DB | 23 | 47 | 0 | E | 10F | 44 | 37 |
| Octal | 217 | 77 | 333 | 43 | 107 | 0 | 16 | 417 | 104 | 67 |
| Binary | 10001111 | 111111 | 11011011 | 100011 | 1000111 | 0 | 1110 | 100001111 | 1000100 | 110111 |
Color Harmonies of #8F3FDB
Complementary color
Monochromatic Colors of #8F3FDB
Black with #8F3FDB
Text Example
Text Example
White with #8F3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FDB; }
p { color: rgb(143,63,219); }
H1.HeaderClassName
{
color: #8F3FDB;
}
.AnyTagClassName
{
color: #8F3FDB;
}
</style>
background-color css
<style>
a { background-color: #8F3FDB; }
a { background-color: rgb(143,63,219); }
div.DivClassName
{
background-color: #8F3FDB;
}
.BgClassName
{
background-color: #8F3FDB;
}
</style>
border-color css
<style>
span { border-color: #8F3FDB; }
span { border-color: rgb(143,63,219); }
td.TdClassName
{
border-color: #8F3FDB;
}
.TagClassName
{
border-color: #8F3FDB;
}
</style>