Shades of Blue Violet #8F2EDD
Tints of Blue Violet #8F2EDD
RGB
CMYK
RGB Variations
Color information
#8F2EDD (or 0x8F2EDD) is known color: Blue Violet. HEX triplet: 8F, 2E and DD. RGB value is (143,46,221). Sum of RGB (Red+Green+Blue) = 143+46+221=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F2EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2EDD is #70D122. Grayscale: #5E5E5E. Windows color (decimal): -7393571 or 14495375. OLE color: 14495375.
HSL color Cylindrical-coordinate representation of color #8F2EDD: hue angle of 273.26º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F2EDD is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 46 | 221 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.13 |
| HSL | 273.26º | 0.72% | 0.52% | - |
| HSV(B) | 273.26º | 0.79% | 0.87% | - |
| XYZ | 25.36 | 13.01 | 69.58 | - |
| YUV | 94.95 | 199.14 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 221 | 0.35 | 0.79 | 0 | 0.13 | 273.26 | 0.72 | 0.52 |
| Hex | 8F | 2E | DD | 23 | 4F | 0 | D | 111 | 48 | 34 |
| Octal | 217 | 56 | 335 | 43 | 117 | 0 | 15 | 421 | 110 | 64 |
| Binary | 10001111 | 101110 | 11011101 | 100011 | 1001111 | 0 | 1101 | 100010001 | 1001000 | 110100 |
Color Harmonies of #8F2EDD
Complementary color
Monochromatic Colors of #8F2EDD
Black with #8F2EDD
Text Example
Text Example
White with #8F2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2EDD; }
p { color: rgb(143,46,221); }
H1.HeaderClassName
{
color: #8F2EDD;
}
.AnyTagClassName
{
color: #8F2EDD;
}
</style>
background-color css
<style>
a { background-color: #8F2EDD; }
a { background-color: rgb(143,46,221); }
div.DivClassName
{
background-color: #8F2EDD;
}
.BgClassName
{
background-color: #8F2EDD;
}
</style>
border-color css
<style>
span { border-color: #8F2EDD; }
span { border-color: rgb(143,46,221); }
td.TdClassName
{
border-color: #8F2EDD;
}
.TagClassName
{
border-color: #8F2EDD;
}
</style>