Shades of Blue Violet #8F1DE7
Tints of Blue Violet #8F1DE7
RGB
CMYK
RGB Variations
Color information
#8F1DE7 (or 0x8F1DE7) is known color: Blue Violet. HEX triplet: 8F, 1D and E7. RGB value is (143,29,231). Sum of RGB (Red+Green+Blue) = 143+29+231=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F1DE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1DE7 is #70E218. Grayscale: #555555. Windows color (decimal): -7397913 or 15146383. OLE color: 15146383.
HSL color Cylindrical-coordinate representation of color #8F1DE7: hue angle of 273.86º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1DE7 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 29 | 231 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.09 |
| HSL | 273.86º | 0.81% | 0.51% | - |
| HSV(B) | 273.86º | 0.87% | 0.91% | - |
| XYZ | 26.19 | 12.49 | 76.63 | - |
| YUV | 86.11 | 209.77 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 231 | 0.38 | 0.87 | 0 | 0.09 | 273.86 | 0.81 | 0.51 |
| Hex | 8F | 1D | E7 | 26 | 57 | 0 | 9 | 112 | 51 | 33 |
| Octal | 217 | 35 | 347 | 46 | 127 | 0 | 11 | 422 | 121 | 63 |
| Binary | 10001111 | 11101 | 11100111 | 100110 | 1010111 | 0 | 1001 | 100010010 | 1010001 | 110011 |
Color Harmonies of #8F1DE7
Complementary color
Monochromatic Colors of #8F1DE7
Black with #8F1DE7
Text Example
Text Example
White with #8F1DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1DE7; }
p { color: rgb(143,29,231); }
H1.HeaderClassName
{
color: #8F1DE7;
}
.AnyTagClassName
{
color: #8F1DE7;
}
</style>
background-color css
<style>
a { background-color: #8F1DE7; }
a { background-color: rgb(143,29,231); }
div.DivClassName
{
background-color: #8F1DE7;
}
.BgClassName
{
background-color: #8F1DE7;
}
</style>
border-color css
<style>
span { border-color: #8F1DE7; }
span { border-color: rgb(143,29,231); }
td.TdClassName
{
border-color: #8F1DE7;
}
.TagClassName
{
border-color: #8F1DE7;
}
</style>