Shades of Blue Violet #8F1BE3
Tints of Blue Violet #8F1BE3
RGB
CMYK
RGB Variations
Color information
#8F1BE3 (or 0x8F1BE3) is known color: Blue Violet. HEX triplet: 8F, 1B and E3. RGB value is (143,27,227). Sum of RGB (Red+Green+Blue) = 143+27+227=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 227 (89.06% from 255 or 57.18% from 397); Max value from RGB is 227 - color contains mainly: blue. Hex color #8F1BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1BE3 is #70E41C. Grayscale: #535353. Windows color (decimal): -7398429 or 14883727. OLE color: 14883727.
HSL color Cylindrical-coordinate representation of color #8F1BE3: hue angle of 274.8º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1BE3 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 27 | 227 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.11 |
| HSL | 274.8º | 0.79% | 0.5% | - |
| HSV(B) | 274.8º | 0.88% | 0.89% | - |
| XYZ | 25.58 | 12.17 | 73.67 | - |
| YUV | 84.48 | 208.43 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 227 | 0.37 | 0.88 | 0 | 0.11 | 274.8 | 0.79 | 0.5 |
| Hex | 8F | 1B | E3 | 25 | 58 | 0 | B | 113 | 4F | 32 |
| Octal | 217 | 33 | 343 | 45 | 130 | 0 | 13 | 423 | 117 | 62 |
| Binary | 10001111 | 11011 | 11100011 | 100101 | 1011000 | 0 | 1011 | 100010011 | 1001111 | 110010 |
Color Harmonies of #8F1BE3
Complementary color
Monochromatic Colors of #8F1BE3
Black with #8F1BE3
Text Example
Text Example
White with #8F1BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1BE3; }
p { color: rgb(143,27,227); }
H1.HeaderClassName
{
color: #8F1BE3;
}
.AnyTagClassName
{
color: #8F1BE3;
}
</style>
background-color css
<style>
a { background-color: #8F1BE3; }
a { background-color: rgb(143,27,227); }
div.DivClassName
{
background-color: #8F1BE3;
}
.BgClassName
{
background-color: #8F1BE3;
}
</style>
border-color css
<style>
span { border-color: #8F1BE3; }
span { border-color: rgb(143,27,227); }
td.TdClassName
{
border-color: #8F1BE3;
}
.TagClassName
{
border-color: #8F1BE3;
}
</style>