Shades of Blue Violet #8F1FEA
Tints of Blue Violet #8F1FEA
RGB
CMYK
RGB Variations
Color information
#8F1FEA (or 0x8F1FEA) is known color: Blue Violet. HEX triplet: 8F, 1F and EA. RGB value is (143,31,234). Sum of RGB (Red+Green+Blue) = 143+31+234=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F1FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1FEA is #70E015. Grayscale: #565656. Windows color (decimal): -7397398 or 15343503. OLE color: 15343503.
HSL color Cylindrical-coordinate representation of color #8F1FEA: hue angle of 273.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1FEA is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 31 | 234 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.08 |
| HSL | 273.1º | 0.83% | 0.52% | - |
| HSV(B) | 273.1º | 0.87% | 0.92% | - |
| XYZ | 26.67 | 12.76 | 78.9 | - |
| YUV | 87.63 | 210.61 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 234 | 0.39 | 0.87 | 0 | 0.08 | 273.1 | 0.83 | 0.52 |
| Hex | 8F | 1F | EA | 27 | 57 | 0 | 8 | 111 | 53 | 34 |
| Octal | 217 | 37 | 352 | 47 | 127 | 0 | 10 | 421 | 123 | 64 |
| Binary | 10001111 | 11111 | 11101010 | 100111 | 1010111 | 0 | 1000 | 100010001 | 1010011 | 110100 |
Color Harmonies of #8F1FEA
Complementary color
Monochromatic Colors of #8F1FEA
Black with #8F1FEA
Text Example
Text Example
White with #8F1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1FEA; }
p { color: rgb(143,31,234); }
H1.HeaderClassName
{
color: #8F1FEA;
}
.AnyTagClassName
{
color: #8F1FEA;
}
</style>
background-color css
<style>
a { background-color: #8F1FEA; }
a { background-color: rgb(143,31,234); }
div.DivClassName
{
background-color: #8F1FEA;
}
.BgClassName
{
background-color: #8F1FEA;
}
</style>
border-color css
<style>
span { border-color: #8F1FEA; }
span { border-color: rgb(143,31,234); }
td.TdClassName
{
border-color: #8F1FEA;
}
.TagClassName
{
border-color: #8F1FEA;
}
</style>