Shades of Blue Violet #8D3BE7
Tints of Blue Violet #8D3BE7
RGB
CMYK
RGB Variations
Color information
#8D3BE7 (or 0x8D3BE7) is known color: Blue Violet. HEX triplet: 8D, 3B and E7. RGB value is (141,59,231). Sum of RGB (Red+Green+Blue) = 141+59+231=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #8D3BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3BE7 is #72C418. Grayscale: #666666. Windows color (decimal): -7521305 or 15154061. OLE color: 15154061.
HSL color Cylindrical-coordinate representation of color #8D3BE7: hue angle of 268.6º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3BE7 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 59 | 231 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.09 |
| HSL | 268.6º | 0.78% | 0.57% | - |
| HSV(B) | 268.6º | 0.74% | 0.91% | - |
| XYZ | 26.97 | 14.56 | 76.99 | - |
| YUV | 103.13 | 200.17 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 231 | 0.39 | 0.74 | 0 | 0.09 | 268.6 | 0.78 | 0.57 |
| Hex | 8D | 3B | E7 | 27 | 4A | 0 | 9 | 10D | 4E | 39 |
| Octal | 215 | 73 | 347 | 47 | 112 | 0 | 11 | 415 | 116 | 71 |
| Binary | 10001101 | 111011 | 11100111 | 100111 | 1001010 | 0 | 1001 | 100001101 | 1001110 | 111001 |
Color Harmonies of #8D3BE7
Complementary color
Monochromatic Colors of #8D3BE7
Black with #8D3BE7
Text Example
Text Example
White with #8D3BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3BE7; }
p { color: rgb(141,59,231); }
H1.HeaderClassName
{
color: #8D3BE7;
}
.AnyTagClassName
{
color: #8D3BE7;
}
</style>
background-color css
<style>
a { background-color: #8D3BE7; }
a { background-color: rgb(141,59,231); }
div.DivClassName
{
background-color: #8D3BE7;
}
.BgClassName
{
background-color: #8D3BE7;
}
</style>
border-color css
<style>
span { border-color: #8D3BE7; }
span { border-color: rgb(141,59,231); }
td.TdClassName
{
border-color: #8D3BE7;
}
.TagClassName
{
border-color: #8D3BE7;
}
</style>