Shades of Blue Violet #8D34F7
Tints of Blue Violet #8D34F7
RGB
CMYK
RGB Variations
Color information
#8D34F7 (or 0x8D34F7) is known color: Blue Violet. HEX triplet: 8D, 34 and F7. RGB value is (141,52,247). Sum of RGB (Red+Green+Blue) = 141+52+247=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #8D34F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D34F7 is #72CB08. Grayscale: #646464. Windows color (decimal): -7523081 or 16200845. OLE color: 16200845.
HSL color Cylindrical-coordinate representation of color #8D34F7: hue angle of 267.38º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D34F7 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 52 | 247 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.03 |
| HSL | 267.38º | 0.92% | 0.59% | - |
| HSV(B) | 267.38º | 0.79% | 0.97% | - |
| XYZ | 29 | 14.83 | 89.33 | - |
| YUV | 100.84 | 210.49 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 247 | 0.43 | 0.79 | 0 | 0.03 | 267.38 | 0.92 | 0.59 |
| Hex | 8D | 34 | F7 | 2B | 4F | 0 | 3 | 10B | 5C | 3B |
| Octal | 215 | 64 | 367 | 53 | 117 | 0 | 3 | 413 | 134 | 73 |
| Binary | 10001101 | 110100 | 11110111 | 101011 | 1001111 | 0 | 11 | 100001011 | 1011100 | 111011 |
Color Harmonies of #8D34F7
Complementary color
Monochromatic Colors of #8D34F7
Black with #8D34F7
Text Example
Text Example
White with #8D34F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D34F7; }
p { color: rgb(141,52,247); }
H1.HeaderClassName
{
color: #8D34F7;
}
.AnyTagClassName
{
color: #8D34F7;
}
</style>
background-color css
<style>
a { background-color: #8D34F7; }
a { background-color: rgb(141,52,247); }
div.DivClassName
{
background-color: #8D34F7;
}
.BgClassName
{
background-color: #8D34F7;
}
</style>
border-color css
<style>
span { border-color: #8D34F7; }
span { border-color: rgb(141,52,247); }
td.TdClassName
{
border-color: #8D34F7;
}
.TagClassName
{
border-color: #8D34F7;
}
</style>