Shades of Blue Violet #8D44FB
Tints of Blue Violet #8D44FB
RGB
CMYK
RGB Variations
Color information
#8D44FB (or 0x8D44FB) is known color: Blue Violet. HEX triplet: 8D, 44 and FB. RGB value is (141,68,251). Sum of RGB (Red+Green+Blue) = 141+68+251=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D44FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D44FB is #72BB04. Grayscale: #6E6E6E. Windows color (decimal): -7518981 or 16467085. OLE color: 16467085.
HSL color Cylindrical-coordinate representation of color #8D44FB: hue angle of 263.93º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D44FB is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 68 | 251 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.02 |
| HSL | 263.93º | 0.96% | 0.63% | - |
| HSV(B) | 263.93º | 0.73% | 0.98% | - |
| XYZ | 30.46 | 16.76 | 92.9 | - |
| YUV | 110.69 | 207.18 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 251 | 0.44 | 0.73 | 0 | 0.02 | 263.93 | 0.96 | 0.63 |
| Hex | 8D | 44 | FB | 2C | 49 | 0 | 2 | 108 | 60 | 3F |
| Octal | 215 | 104 | 373 | 54 | 111 | 0 | 2 | 410 | 140 | 77 |
| Binary | 10001101 | 1000100 | 11111011 | 101100 | 1001001 | 0 | 10 | 100001000 | 1100000 | 111111 |
Color Harmonies of #8D44FB
Complementary color
Monochromatic Colors of #8D44FB
Black with #8D44FB
Text Example
Text Example
White with #8D44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D44FB; }
p { color: rgb(141,68,251); }
H1.HeaderClassName
{
color: #8D44FB;
}
.AnyTagClassName
{
color: #8D44FB;
}
</style>
background-color css
<style>
a { background-color: #8D44FB; }
a { background-color: rgb(141,68,251); }
div.DivClassName
{
background-color: #8D44FB;
}
.BgClassName
{
background-color: #8D44FB;
}
</style>
border-color css
<style>
span { border-color: #8D44FB; }
span { border-color: rgb(141,68,251); }
td.TdClassName
{
border-color: #8D44FB;
}
.TagClassName
{
border-color: #8D44FB;
}
</style>