Shades of Blue Violet #8E44F9
Tints of Blue Violet #8E44F9
RGB
CMYK
RGB Variations
Color information
#8E44F9 (or 0x8E44F9) is known color: Blue Violet. HEX triplet: 8E, 44 and F9. RGB value is (142,68,249). Sum of RGB (Red+Green+Blue) = 142+68+249=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E44F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E44F9 is #71BB06. Grayscale: #6E6E6E. Windows color (decimal): -7453447 or 16336014. OLE color: 16336014.
HSL color Cylindrical-coordinate representation of color #8E44F9: hue angle of 264.53º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E44F9 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 68 | 249 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.02 |
| HSL | 264.53º | 0.94% | 0.62% | - |
| HSV(B) | 264.53º | 0.73% | 0.98% | - |
| XYZ | 30.32 | 16.72 | 91.25 | - |
| YUV | 110.76 | 206.02 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 249 | 0.43 | 0.73 | 0 | 0.02 | 264.53 | 0.94 | 0.62 |
| Hex | 8E | 44 | F9 | 2B | 49 | 0 | 2 | 109 | 5E | 3E |
| Octal | 216 | 104 | 371 | 53 | 111 | 0 | 2 | 411 | 136 | 76 |
| Binary | 10001110 | 1000100 | 11111001 | 101011 | 1001001 | 0 | 10 | 100001001 | 1011110 | 111110 |
Color Harmonies of #8E44F9
Complementary color
Monochromatic Colors of #8E44F9
Black with #8E44F9
Text Example
Text Example
White with #8E44F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E44F9; }
p { color: rgb(142,68,249); }
H1.HeaderClassName
{
color: #8E44F9;
}
.AnyTagClassName
{
color: #8E44F9;
}
</style>
background-color css
<style>
a { background-color: #8E44F9; }
a { background-color: rgb(142,68,249); }
div.DivClassName
{
background-color: #8E44F9;
}
.BgClassName
{
background-color: #8E44F9;
}
</style>
border-color css
<style>
span { border-color: #8E44F9; }
span { border-color: rgb(142,68,249); }
td.TdClassName
{
border-color: #8E44F9;
}
.TagClassName
{
border-color: #8E44F9;
}
</style>