Shades of Blue Violet #8F48DB
Tints of Blue Violet #8F48DB
RGB
CMYK
RGB Variations
Color information
#8F48DB (or 0x8F48DB) is known color: Blue Violet. HEX triplet: 8F, 48 and DB. RGB value is (143,72,219). Sum of RGB (Red+Green+Blue) = 143+72+219=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F48DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48DB is #70B724. Grayscale: #6D6D6D. Windows color (decimal): -7386917 or 14370959. OLE color: 14370959.
HSL color Cylindrical-coordinate representation of color #8F48DB: hue angle of 268.98º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F48DB is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 72 | 219 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.14 |
| HSL | 268.98º | 0.67% | 0.57% | - |
| HSV(B) | 268.98º | 0.67% | 0.86% | - |
| XYZ | 26.43 | 15.59 | 68.63 | - |
| YUV | 109.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 219 | 0.35 | 0.67 | 0 | 0.14 | 268.98 | 0.67 | 0.57 |
| Hex | 8F | 48 | DB | 23 | 43 | 0 | E | 10D | 43 | 39 |
| Octal | 217 | 110 | 333 | 43 | 103 | 0 | 16 | 415 | 103 | 71 |
| Binary | 10001111 | 1001000 | 11011011 | 100011 | 1000011 | 0 | 1110 | 100001101 | 1000011 | 111001 |
Color Harmonies of #8F48DB
Complementary color
Monochromatic Colors of #8F48DB
Black with #8F48DB
Text Example
Text Example
White with #8F48DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48DB; }
p { color: rgb(143,72,219); }
H1.HeaderClassName
{
color: #8F48DB;
}
.AnyTagClassName
{
color: #8F48DB;
}
</style>
background-color css
<style>
a { background-color: #8F48DB; }
a { background-color: rgb(143,72,219); }
div.DivClassName
{
background-color: #8F48DB;
}
.BgClassName
{
background-color: #8F48DB;
}
</style>
border-color css
<style>
span { border-color: #8F48DB; }
span { border-color: rgb(143,72,219); }
td.TdClassName
{
border-color: #8F48DB;
}
.TagClassName
{
border-color: #8F48DB;
}
</style>