Shades of Blue Violet #8F1EEA
Tints of Blue Violet #8F1EEA
RGB
CMYK
RGB Variations
Color information
#8F1EEA (or 0x8F1EEA) is known color: Blue Violet. HEX triplet: 8F, 1E and EA. RGB value is (143,30,234). Sum of RGB (Red+Green+Blue) = 143+30+234=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1EEA is #70E115. Grayscale: #565656. Windows color (decimal): -7397654 or 15343247. OLE color: 15343247.
HSL color Cylindrical-coordinate representation of color #8F1EEA: hue angle of 273.24º 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 #8F1EEA is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 30 | 234 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.08 |
| HSL | 273.24º | 0.83% | 0.52% | - |
| HSV(B) | 273.24º | 0.87% | 0.92% | - |
| XYZ | 26.64 | 12.71 | 78.89 | - |
| YUV | 87.04 | 210.94 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 234 | 0.39 | 0.87 | 0 | 0.08 | 273.24 | 0.83 | 0.52 |
| Hex | 8F | 1E | EA | 27 | 57 | 0 | 8 | 111 | 53 | 34 |
| Octal | 217 | 36 | 352 | 47 | 127 | 0 | 10 | 421 | 123 | 64 |
| Binary | 10001111 | 11110 | 11101010 | 100111 | 1010111 | 0 | 1000 | 100010001 | 1010011 | 110100 |
Color Harmonies of #8F1EEA
Complementary color
Monochromatic Colors of #8F1EEA
Black with #8F1EEA
Text Example
Text Example
White with #8F1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1EEA; }
p { color: rgb(143,30,234); }
H1.HeaderClassName
{
color: #8F1EEA;
}
.AnyTagClassName
{
color: #8F1EEA;
}
</style>
background-color css
<style>
a { background-color: #8F1EEA; }
a { background-color: rgb(143,30,234); }
div.DivClassName
{
background-color: #8F1EEA;
}
.BgClassName
{
background-color: #8F1EEA;
}
</style>
border-color css
<style>
span { border-color: #8F1EEA; }
span { border-color: rgb(143,30,234); }
td.TdClassName
{
border-color: #8F1EEA;
}
.TagClassName
{
border-color: #8F1EEA;
}
</style>