Shades of Blue Violet #8D34FF
Tints of Blue Violet #8D34FF
RGB
CMYK
RGB Variations
Color information
#8D34FF (or 0x8D34FF) is known color: Blue Violet. HEX triplet: 8D, 34 and FF. RGB value is (141,52,255). Sum of RGB (Red+Green+Blue) = 141+52+255=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D34FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D34FF is #72CB00. Grayscale: #656565. Windows color (decimal): -7523073 or 16725133. OLE color: 16725133.
HSL color Cylindrical-coordinate representation of color #8D34FF: hue angle of 266.31º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D34FF is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 52 | 255 | - |
| CMYK | 0.45 | 0.80 | 0 | 0 |
| HSL | 266.31º | 1% | 0.6% | - |
| HSV(B) | 266.31º | 0.8% | 1% | - |
| XYZ | 30.26 | 15.34 | 95.97 | - |
| YUV | 101.75 | 214.49 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 255 | 0.45 | 0.80 | 0 | 0 | 266.31 | 1 | 0.6 |
| Hex | 8D | 34 | FF | 2D | 50 | 0 | 0 | 10A | 64 | 3C |
| Octal | 215 | 64 | 377 | 55 | 120 | 0 | 0 | 412 | 144 | 74 |
| Binary | 10001101 | 110100 | 11111111 | 101101 | 1010000 | 0 | 0 | 100001010 | 1100100 | 111100 |
Color Harmonies of #8D34FF
Complementary color
Monochromatic Colors of #8D34FF
Black with #8D34FF
Text Example
Text Example
White with #8D34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D34FF; }
p { color: rgb(141,52,255); }
H1.HeaderClassName
{
color: #8D34FF;
}
.AnyTagClassName
{
color: #8D34FF;
}
</style>
background-color css
<style>
a { background-color: #8D34FF; }
a { background-color: rgb(141,52,255); }
div.DivClassName
{
background-color: #8D34FF;
}
.BgClassName
{
background-color: #8D34FF;
}
</style>
border-color css
<style>
span { border-color: #8D34FF; }
span { border-color: rgb(141,52,255); }
td.TdClassName
{
border-color: #8D34FF;
}
.TagClassName
{
border-color: #8D34FF;
}
</style>