Shades of Blue Violet #8D44FD
Tints of Blue Violet #8D44FD
RGB
CMYK
RGB Variations
Color information
#8D44FD (or 0x8D44FD) is known color: Blue Violet. HEX triplet: 8D, 44 and FD. RGB value is (141,68,253). Sum of RGB (Red+Green+Blue) = 141+68+253=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D44FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D44FD is #72BB02. Grayscale: #6E6E6E. Windows color (decimal): -7518979 or 16598157. OLE color: 16598157.
HSL color Cylindrical-coordinate representation of color #8D44FD: hue angle of 263.68º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D44FD is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 68 | 253 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.01 |
| HSL | 263.68º | 0.98% | 0.63% | - |
| HSV(B) | 263.68º | 0.73% | 0.99% | - |
| XYZ | 30.78 | 16.89 | 94.57 | - |
| YUV | 110.92 | 208.18 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 253 | 0.44 | 0.73 | 0 | 0.01 | 263.68 | 0.98 | 0.63 |
| Hex | 8D | 44 | FD | 2C | 49 | 0 | 1 | 108 | 62 | 3F |
| Octal | 215 | 104 | 375 | 54 | 111 | 0 | 1 | 410 | 142 | 77 |
| Binary | 10001101 | 1000100 | 11111101 | 101100 | 1001001 | 0 | 1 | 100001000 | 1100010 | 111111 |
Color Harmonies of #8D44FD
Complementary color
Monochromatic Colors of #8D44FD
Black with #8D44FD
Text Example
Text Example
White with #8D44FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D44FD; }
p { color: rgb(141,68,253); }
H1.HeaderClassName
{
color: #8D44FD;
}
.AnyTagClassName
{
color: #8D44FD;
}
</style>
background-color css
<style>
a { background-color: #8D44FD; }
a { background-color: rgb(141,68,253); }
div.DivClassName
{
background-color: #8D44FD;
}
.BgClassName
{
background-color: #8D44FD;
}
</style>
border-color css
<style>
span { border-color: #8D44FD; }
span { border-color: rgb(141,68,253); }
td.TdClassName
{
border-color: #8D44FD;
}
.TagClassName
{
border-color: #8D44FD;
}
</style>