Shades of Blue Violet #8F40DB
Tints of Blue Violet #8F40DB
RGB
CMYK
RGB Variations
Color information
#8F40DB (or 0x8F40DB) is known color: Blue Violet. HEX triplet: 8F, 40 and DB. RGB value is (143,64,219). Sum of RGB (Red+Green+Blue) = 143+64+219=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F40DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F40DB is #70BF24. Grayscale: #686868. Windows color (decimal): -7388965 or 14368911. OLE color: 14368911.
HSL color Cylindrical-coordinate representation of color #8F40DB: hue angle of 270.58º 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 #8F40DB is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 64 | 219 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.14 |
| HSL | 270.58º | 0.68% | 0.55% | - |
| HSV(B) | 270.58º | 0.71% | 0.86% | - |
| XYZ | 25.95 | 14.62 | 68.47 | - |
| YUV | 105.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 219 | 0.35 | 0.71 | 0 | 0.14 | 270.58 | 0.68 | 0.55 |
| Hex | 8F | 40 | DB | 23 | 47 | 0 | E | 10F | 44 | 37 |
| Octal | 217 | 100 | 333 | 43 | 107 | 0 | 16 | 417 | 104 | 67 |
| Binary | 10001111 | 1000000 | 11011011 | 100011 | 1000111 | 0 | 1110 | 100001111 | 1000100 | 110111 |
Color Harmonies of #8F40DB
Complementary color
Monochromatic Colors of #8F40DB
Black with #8F40DB
Text Example
Text Example
White with #8F40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F40DB; }
p { color: rgb(143,64,219); }
H1.HeaderClassName
{
color: #8F40DB;
}
.AnyTagClassName
{
color: #8F40DB;
}
</style>
background-color css
<style>
a { background-color: #8F40DB; }
a { background-color: rgb(143,64,219); }
div.DivClassName
{
background-color: #8F40DB;
}
.BgClassName
{
background-color: #8F40DB;
}
</style>
border-color css
<style>
span { border-color: #8F40DB; }
span { border-color: rgb(143,64,219); }
td.TdClassName
{
border-color: #8F40DB;
}
.TagClassName
{
border-color: #8F40DB;
}
</style>