Shades of Blue Violet #8D4BE6
Tints of Blue Violet #8D4BE6
RGB
CMYK
RGB Variations
Color information
#8D4BE6 (or 0x8D4BE6) is known color: Blue Violet. HEX triplet: 8D, 4B and E6. RGB value is (141,75,230). Sum of RGB (Red+Green+Blue) = 141+75+230=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #8D4BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4BE6 is #72B419. Grayscale: #6F6F6F. Windows color (decimal): -7517210 or 15092621. OLE color: 15092621.
HSL color Cylindrical-coordinate representation of color #8D4BE6: hue angle of 265.55º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D4BE6 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 75 | 230 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.10 |
| HSL | 265.55º | 0.76% | 0.6% | - |
| HSV(B) | 265.55º | 0.67% | 0.9% | - |
| XYZ | 27.78 | 16.41 | 76.57 | - |
| YUV | 112.4 | 194.37 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 230 | 0.39 | 0.67 | 0 | 0.10 | 265.55 | 0.76 | 0.6 |
| Hex | 8D | 4B | E6 | 27 | 43 | 0 | A | 10A | 4C | 3C |
| Octal | 215 | 113 | 346 | 47 | 103 | 0 | 12 | 412 | 114 | 74 |
| Binary | 10001101 | 1001011 | 11100110 | 100111 | 1000011 | 0 | 1010 | 100001010 | 1001100 | 111100 |
Color Harmonies of #8D4BE6
Complementary color
Monochromatic Colors of #8D4BE6
Black with #8D4BE6
Text Example
Text Example
White with #8D4BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4BE6; }
p { color: rgb(141,75,230); }
H1.HeaderClassName
{
color: #8D4BE6;
}
.AnyTagClassName
{
color: #8D4BE6;
}
</style>
background-color css
<style>
a { background-color: #8D4BE6; }
a { background-color: rgb(141,75,230); }
div.DivClassName
{
background-color: #8D4BE6;
}
.BgClassName
{
background-color: #8D4BE6;
}
</style>
border-color css
<style>
span { border-color: #8D4BE6; }
span { border-color: rgb(141,75,230); }
td.TdClassName
{
border-color: #8D4BE6;
}
.TagClassName
{
border-color: #8D4BE6;
}
</style>