Shades of Blue Violet #8F4BDD
Tints of Blue Violet #8F4BDD
RGB
CMYK
RGB Variations
Color information
#8F4BDD (or 0x8F4BDD) is known color: Blue Violet. HEX triplet: 8F, 4B and DD. RGB value is (143,75,221). Sum of RGB (Red+Green+Blue) = 143+75+221=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F4BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4BDD is #70B422. Grayscale: #6F6F6F. Windows color (decimal): -7386147 or 14502799. OLE color: 14502799.
HSL color Cylindrical-coordinate representation of color #8F4BDD: hue angle of 267.95º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F4BDD is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 75 | 221 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.13 |
| HSL | 267.95º | 0.68% | 0.58% | - |
| HSV(B) | 267.95º | 0.66% | 0.87% | - |
| XYZ | 26.89 | 16.09 | 70.1 | - |
| YUV | 111.98 | 189.53 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 221 | 0.35 | 0.66 | 0 | 0.13 | 267.95 | 0.68 | 0.58 |
| Hex | 8F | 4B | DD | 23 | 42 | 0 | D | 10C | 44 | 3A |
| Octal | 217 | 113 | 335 | 43 | 102 | 0 | 15 | 414 | 104 | 72 |
| Binary | 10001111 | 1001011 | 11011101 | 100011 | 1000010 | 0 | 1101 | 100001100 | 1000100 | 111010 |
Color Harmonies of #8F4BDD
Complementary color
Monochromatic Colors of #8F4BDD
Black with #8F4BDD
Text Example
Text Example
White with #8F4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4BDD; }
p { color: rgb(143,75,221); }
H1.HeaderClassName
{
color: #8F4BDD;
}
.AnyTagClassName
{
color: #8F4BDD;
}
</style>
background-color css
<style>
a { background-color: #8F4BDD; }
a { background-color: rgb(143,75,221); }
div.DivClassName
{
background-color: #8F4BDD;
}
.BgClassName
{
background-color: #8F4BDD;
}
</style>
border-color css
<style>
span { border-color: #8F4BDD; }
span { border-color: rgb(143,75,221); }
td.TdClassName
{
border-color: #8F4BDD;
}
.TagClassName
{
border-color: #8F4BDD;
}
</style>