Shades of Blue Violet #8F2BDD
Tints of Blue Violet #8F2BDD
RGB
CMYK
RGB Variations
Color information
#8F2BDD (or 0x8F2BDD) is known color: Blue Violet. HEX triplet: 8F, 2B and DD. RGB value is (143,43,221). Sum of RGB (Red+Green+Blue) = 143+43+221=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F2BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2BDD is #70D422. Grayscale: #5C5C5C. Windows color (decimal): -7394339 or 14494607. OLE color: 14494607.
HSL color Cylindrical-coordinate representation of color #8F2BDD: hue angle of 273.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F2BDD is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 43 | 221 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.13 |
| HSL | 273.71º | 0.72% | 0.52% | - |
| HSV(B) | 273.71º | 0.81% | 0.87% | - |
| XYZ | 25.24 | 12.79 | 69.54 | - |
| YUV | 93.19 | 200.13 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 221 | 0.35 | 0.81 | 0 | 0.13 | 273.71 | 0.72 | 0.52 |
| Hex | 8F | 2B | DD | 23 | 51 | 0 | D | 112 | 48 | 34 |
| Octal | 217 | 53 | 335 | 43 | 121 | 0 | 15 | 422 | 110 | 64 |
| Binary | 10001111 | 101011 | 11011101 | 100011 | 1010001 | 0 | 1101 | 100010010 | 1001000 | 110100 |
Color Harmonies of #8F2BDD
Complementary color
Monochromatic Colors of #8F2BDD
Black with #8F2BDD
Text Example
Text Example
White with #8F2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2BDD; }
p { color: rgb(143,43,221); }
H1.HeaderClassName
{
color: #8F2BDD;
}
.AnyTagClassName
{
color: #8F2BDD;
}
</style>
background-color css
<style>
a { background-color: #8F2BDD; }
a { background-color: rgb(143,43,221); }
div.DivClassName
{
background-color: #8F2BDD;
}
.BgClassName
{
background-color: #8F2BDD;
}
</style>
border-color css
<style>
span { border-color: #8F2BDD; }
span { border-color: rgb(143,43,221); }
td.TdClassName
{
border-color: #8F2BDD;
}
.TagClassName
{
border-color: #8F2BDD;
}
</style>