Shades of Blue Violet #8334FD
Tints of Blue Violet #8334FD
RGB
CMYK
RGB Variations
Color information
#8334FD (or 0x8334FD) is known color: Blue Violet. HEX triplet: 83, 34 and FD. RGB value is (131,52,253). Sum of RGB (Red+Green+Blue) = 131+52+253=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #8334FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8334FD is #7CCB02. Grayscale: #616161. Windows color (decimal): -8178435 or 16594051. OLE color: 16594051.
HSL color Cylindrical-coordinate representation of color #8334FD: hue angle of 263.58º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8334FD is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 52 | 253 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.01 |
| HSL | 263.58º | 0.98% | 0.6% | - |
| HSV(B) | 263.58º | 0.79% | 0.99% | - |
| XYZ | 28.32 | 14.37 | 94.21 | - |
| YUV | 98.54 | 215.17 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 253 | 0.48 | 0.79 | 0 | 0.01 | 263.58 | 0.98 | 0.6 |
| Hex | 83 | 34 | FD | 30 | 4F | 0 | 1 | 108 | 62 | 3C |
| Octal | 203 | 64 | 375 | 60 | 117 | 0 | 1 | 410 | 142 | 74 |
| Binary | 10000011 | 110100 | 11111101 | 110000 | 1001111 | 0 | 1 | 100001000 | 1100010 | 111100 |
Color Harmonies of #8334FD
Complementary color
Monochromatic Colors of #8334FD
Black with #8334FD
Text Example
Text Example
White with #8334FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8334FD; }
p { color: rgb(131,52,253); }
H1.HeaderClassName
{
color: #8334FD;
}
.AnyTagClassName
{
color: #8334FD;
}
</style>
background-color css
<style>
a { background-color: #8334FD; }
a { background-color: rgb(131,52,253); }
div.DivClassName
{
background-color: #8334FD;
}
.BgClassName
{
background-color: #8334FD;
}
</style>
border-color css
<style>
span { border-color: #8334FD; }
span { border-color: rgb(131,52,253); }
td.TdClassName
{
border-color: #8334FD;
}
.TagClassName
{
border-color: #8334FD;
}
</style>