Shades of Blue Violet #8F1BEA
Tints of Blue Violet #8F1BEA
RGB
CMYK
RGB Variations
Color information
#8F1BEA (or 0x8F1BEA) is known color: Blue Violet. HEX triplet: 8F, 1B and EA. RGB value is (143,27,234). Sum of RGB (Red+Green+Blue) = 143+27+234=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F1BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1BEA is #70E415. Grayscale: #545454. Windows color (decimal): -7398422 or 15342479. OLE color: 15342479.
HSL color Cylindrical-coordinate representation of color #8F1BEA: hue angle of 273.62º 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 #8F1BEA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 27 | 234 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.08 |
| HSL | 273.62º | 0.83% | 0.51% | - |
| HSV(B) | 273.62º | 0.88% | 0.92% | - |
| XYZ | 26.57 | 12.56 | 78.87 | - |
| YUV | 85.28 | 211.93 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 234 | 0.39 | 0.88 | 0 | 0.08 | 273.62 | 0.83 | 0.51 |
| Hex | 8F | 1B | EA | 27 | 58 | 0 | 8 | 112 | 53 | 33 |
| Octal | 217 | 33 | 352 | 47 | 130 | 0 | 10 | 422 | 123 | 63 |
| Binary | 10001111 | 11011 | 11101010 | 100111 | 1011000 | 0 | 1000 | 100010010 | 1010011 | 110011 |
Color Harmonies of #8F1BEA
Complementary color
Monochromatic Colors of #8F1BEA
Black with #8F1BEA
Text Example
Text Example
White with #8F1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1BEA; }
p { color: rgb(143,27,234); }
H1.HeaderClassName
{
color: #8F1BEA;
}
.AnyTagClassName
{
color: #8F1BEA;
}
</style>
background-color css
<style>
a { background-color: #8F1BEA; }
a { background-color: rgb(143,27,234); }
div.DivClassName
{
background-color: #8F1BEA;
}
.BgClassName
{
background-color: #8F1BEA;
}
</style>
border-color css
<style>
span { border-color: #8F1BEA; }
span { border-color: rgb(143,27,234); }
td.TdClassName
{
border-color: #8F1BEA;
}
.TagClassName
{
border-color: #8F1BEA;
}
</style>