Shades of Blue Violet #8F46EA
Tints of Blue Violet #8F46EA
RGB
CMYK
RGB Variations
Color information
#8F46EA (or 0x8F46EA) is known color: Blue Violet. HEX triplet: 8F, 46 and EA. RGB value is (143,70,234). Sum of RGB (Red+Green+Blue) = 143+70+234=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F46EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F46EA is #70B915. Grayscale: #6D6D6D. Windows color (decimal): -7387414 or 15353487. OLE color: 15353487.
HSL color Cylindrical-coordinate representation of color #8F46EA: hue angle of 266.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F46EA is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 70 | 234 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.08 |
| HSL | 266.71º | 0.8% | 0.6% | - |
| HSV(B) | 266.71º | 0.7% | 0.92% | - |
| XYZ | 28.37 | 16.16 | 79.47 | - |
| YUV | 110.52 | 197.68 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 234 | 0.39 | 0.70 | 0 | 0.08 | 266.71 | 0.8 | 0.6 |
| Hex | 8F | 46 | EA | 27 | 46 | 0 | 8 | 10B | 50 | 3C |
| Octal | 217 | 106 | 352 | 47 | 106 | 0 | 10 | 413 | 120 | 74 |
| Binary | 10001111 | 1000110 | 11101010 | 100111 | 1000110 | 0 | 1000 | 100001011 | 1010000 | 111100 |
Color Harmonies of #8F46EA
Complementary color
Monochromatic Colors of #8F46EA
Black with #8F46EA
Text Example
Text Example
White with #8F46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F46EA; }
p { color: rgb(143,70,234); }
H1.HeaderClassName
{
color: #8F46EA;
}
.AnyTagClassName
{
color: #8F46EA;
}
</style>
background-color css
<style>
a { background-color: #8F46EA; }
a { background-color: rgb(143,70,234); }
div.DivClassName
{
background-color: #8F46EA;
}
.BgClassName
{
background-color: #8F46EA;
}
</style>
border-color css
<style>
span { border-color: #8F46EA; }
span { border-color: rgb(143,70,234); }
td.TdClassName
{
border-color: #8F46EA;
}
.TagClassName
{
border-color: #8F46EA;
}
</style>