Shades of Blue Violet #8F1CEA
Tints of Blue Violet #8F1CEA
RGB
CMYK
RGB Variations
Color information
#8F1CEA (or 0x8F1CEA) is known color: Blue Violet. HEX triplet: 8F, 1C and EA. RGB value is (143,28,234). Sum of RGB (Red+Green+Blue) = 143+28+234=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F1CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1CEA is #70E315. Grayscale: #555555. Windows color (decimal): -7398166 or 15342735. OLE color: 15342735.
HSL color Cylindrical-coordinate representation of color #8F1CEA: hue angle of 273.5º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1CEA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 28 | 234 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.08 |
| HSL | 273.5º | 0.83% | 0.51% | - |
| HSV(B) | 273.5º | 0.88% | 0.92% | - |
| XYZ | 26.59 | 12.61 | 78.87 | - |
| YUV | 85.87 | 211.6 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 234 | 0.39 | 0.88 | 0 | 0.08 | 273.5 | 0.83 | 0.51 |
| Hex | 8F | 1C | EA | 27 | 58 | 0 | 8 | 111 | 53 | 33 |
| Octal | 217 | 34 | 352 | 47 | 130 | 0 | 10 | 421 | 123 | 63 |
| Binary | 10001111 | 11100 | 11101010 | 100111 | 1011000 | 0 | 1000 | 100010001 | 1010011 | 110011 |
Color Harmonies of #8F1CEA
Complementary color
Monochromatic Colors of #8F1CEA
Black with #8F1CEA
Text Example
Text Example
White with #8F1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1CEA; }
p { color: rgb(143,28,234); }
H1.HeaderClassName
{
color: #8F1CEA;
}
.AnyTagClassName
{
color: #8F1CEA;
}
</style>
background-color css
<style>
a { background-color: #8F1CEA; }
a { background-color: rgb(143,28,234); }
div.DivClassName
{
background-color: #8F1CEA;
}
.BgClassName
{
background-color: #8F1CEA;
}
</style>
border-color css
<style>
span { border-color: #8F1CEA; }
span { border-color: rgb(143,28,234); }
td.TdClassName
{
border-color: #8F1CEA;
}
.TagClassName
{
border-color: #8F1CEA;
}
</style>