Shades of Blue Violet #8D34F9
Tints of Blue Violet #8D34F9
RGB
CMYK
RGB Variations
Color information
#8D34F9 (or 0x8D34F9) is known color: Blue Violet. HEX triplet: 8D, 34 and F9. RGB value is (141,52,249). Sum of RGB (Red+Green+Blue) = 141+52+249=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D34F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D34F9 is #72CB06. Grayscale: #646464. Windows color (decimal): -7523079 or 16331917. OLE color: 16331917.
HSL color Cylindrical-coordinate representation of color #8D34F9: hue angle of 267.11º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D34F9 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 52 | 249 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.02 |
| HSL | 267.11º | 0.94% | 0.59% | - |
| HSV(B) | 267.11º | 0.79% | 0.98% | - |
| XYZ | 29.31 | 14.96 | 90.96 | - |
| YUV | 101.07 | 211.49 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 249 | 0.43 | 0.79 | 0 | 0.02 | 267.11 | 0.94 | 0.59 |
| Hex | 8D | 34 | F9 | 2B | 4F | 0 | 2 | 10B | 5E | 3B |
| Octal | 215 | 64 | 371 | 53 | 117 | 0 | 2 | 413 | 136 | 73 |
| Binary | 10001101 | 110100 | 11111001 | 101011 | 1001111 | 0 | 10 | 100001011 | 1011110 | 111011 |
Color Harmonies of #8D34F9
Complementary color
Monochromatic Colors of #8D34F9
Black with #8D34F9
Text Example
Text Example
White with #8D34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D34F9; }
p { color: rgb(141,52,249); }
H1.HeaderClassName
{
color: #8D34F9;
}
.AnyTagClassName
{
color: #8D34F9;
}
</style>
background-color css
<style>
a { background-color: #8D34F9; }
a { background-color: rgb(141,52,249); }
div.DivClassName
{
background-color: #8D34F9;
}
.BgClassName
{
background-color: #8D34F9;
}
</style>
border-color css
<style>
span { border-color: #8D34F9; }
span { border-color: rgb(141,52,249); }
td.TdClassName
{
border-color: #8D34F9;
}
.TagClassName
{
border-color: #8D34F9;
}
</style>