Shades of Blue Violet #8F18DB
Tints of Blue Violet #8F18DB
RGB
CMYK
RGB Variations
Color information
#8F18DB (or 0x8F18DB) is known color: Blue Violet. HEX triplet: 8F, 18 and DB. RGB value is (143,24,219). Sum of RGB (Red+Green+Blue) = 143+24+219=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F18DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18DB is #70E724. Grayscale: #515151. Windows color (decimal): -7399205 or 14358671. OLE color: 14358671.
HSL color Cylindrical-coordinate representation of color #8F18DB: hue angle of 276.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F18DB is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 24 | 219 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.14 |
| HSL | 276.62º | 0.8% | 0.48% | - |
| HSV(B) | 276.62º | 0.89% | 0.86% | - |
| XYZ | 24.44 | 11.61 | 67.97 | - |
| YUV | 81.81 | 205.42 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 219 | 0.35 | 0.89 | 0 | 0.14 | 276.62 | 0.8 | 0.48 |
| Hex | 8F | 18 | DB | 23 | 59 | 0 | E | 115 | 50 | 30 |
| Octal | 217 | 30 | 333 | 43 | 131 | 0 | 16 | 425 | 120 | 60 |
| Binary | 10001111 | 11000 | 11011011 | 100011 | 1011001 | 0 | 1110 | 100010101 | 1010000 | 110000 |
Color Harmonies of #8F18DB
Complementary color
Monochromatic Colors of #8F18DB
Black with #8F18DB
Text Example
Text Example
White with #8F18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F18DB; }
p { color: rgb(143,24,219); }
H1.HeaderClassName
{
color: #8F18DB;
}
.AnyTagClassName
{
color: #8F18DB;
}
</style>
background-color css
<style>
a { background-color: #8F18DB; }
a { background-color: rgb(143,24,219); }
div.DivClassName
{
background-color: #8F18DB;
}
.BgClassName
{
background-color: #8F18DB;
}
</style>
border-color css
<style>
span { border-color: #8F18DB; }
span { border-color: rgb(143,24,219); }
td.TdClassName
{
border-color: #8F18DB;
}
.TagClassName
{
border-color: #8F18DB;
}
</style>