Shades of Blue Violet #8D39FE
Tints of Blue Violet #8D39FE
RGB
CMYK
RGB Variations
Color information
#8D39FE (or 0x8D39FE) is known color: Blue Violet. HEX triplet: 8D, 39 and FE. RGB value is (141,57,254). Sum of RGB (Red+Green+Blue) = 141+57+254=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D39FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D39FE is #72C601. Grayscale: #676767. Windows color (decimal): -7521794 or 16660877. OLE color: 16660877.
HSL color Cylindrical-coordinate representation of color #8D39FE: hue angle of 265.58º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D39FE is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 57 | 254 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.00 |
| HSL | 265.58º | 0.99% | 0.61% | - |
| HSV(B) | 265.58º | 0.78% | 1% | - |
| XYZ | 30.34 | 15.74 | 95.21 | - |
| YUV | 104.57 | 212.33 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 254 | 0.44 | 0.78 | 0 | 0.00 | 265.58 | 0.99 | 0.61 |
| Hex | 8D | 39 | FE | 2C | 4E | 0 | 0 | 10A | 63 | 3D |
| Octal | 215 | 71 | 376 | 54 | 116 | 0 | 0 | 412 | 143 | 75 |
| Binary | 10001101 | 111001 | 11111110 | 101100 | 1001110 | 0 | 0 | 100001010 | 1100011 | 111101 |
Color Harmonies of #8D39FE
Complementary color
Monochromatic Colors of #8D39FE
Black with #8D39FE
Text Example
Text Example
White with #8D39FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D39FE; }
p { color: rgb(141,57,254); }
H1.HeaderClassName
{
color: #8D39FE;
}
.AnyTagClassName
{
color: #8D39FE;
}
</style>
background-color css
<style>
a { background-color: #8D39FE; }
a { background-color: rgb(141,57,254); }
div.DivClassName
{
background-color: #8D39FE;
}
.BgClassName
{
background-color: #8D39FE;
}
</style>
border-color css
<style>
span { border-color: #8D39FE; }
span { border-color: rgb(141,57,254); }
td.TdClassName
{
border-color: #8D39FE;
}
.TagClassName
{
border-color: #8D39FE;
}
</style>