Shades of Blue Violet #8334F7
Tints of Blue Violet #8334F7
RGB
CMYK
RGB Variations
Color information
#8334F7 (or 0x8334F7) is known color: Blue Violet. HEX triplet: 83, 34 and F7. RGB value is (131,52,247). Sum of RGB (Red+Green+Blue) = 131+52+247=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #8334F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8334F7 is #7CCB08. Grayscale: #616161. Windows color (decimal): -8178441 or 16200835. OLE color: 16200835.
HSL color Cylindrical-coordinate representation of color #8334F7: hue angle of 264.31º 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 #8334F7 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 52 | 247 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.03 |
| HSL | 264.31º | 0.92% | 0.59% | - |
| HSV(B) | 264.31º | 0.79% | 0.97% | - |
| XYZ | 27.38 | 14 | 89.25 | - |
| YUV | 97.85 | 212.17 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 247 | 0.47 | 0.79 | 0 | 0.03 | 264.31 | 0.92 | 0.59 |
| Hex | 83 | 34 | F7 | 2F | 4F | 0 | 3 | 108 | 5C | 3B |
| Octal | 203 | 64 | 367 | 57 | 117 | 0 | 3 | 410 | 134 | 73 |
| Binary | 10000011 | 110100 | 11110111 | 101111 | 1001111 | 0 | 11 | 100001000 | 1011100 | 111011 |
Color Harmonies of #8334F7
Complementary color
Monochromatic Colors of #8334F7
Black with #8334F7
Text Example
Text Example
White with #8334F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8334F7; }
p { color: rgb(131,52,247); }
H1.HeaderClassName
{
color: #8334F7;
}
.AnyTagClassName
{
color: #8334F7;
}
</style>
background-color css
<style>
a { background-color: #8334F7; }
a { background-color: rgb(131,52,247); }
div.DivClassName
{
background-color: #8334F7;
}
.BgClassName
{
background-color: #8334F7;
}
</style>
border-color css
<style>
span { border-color: #8334F7; }
span { border-color: rgb(131,52,247); }
td.TdClassName
{
border-color: #8334F7;
}
.TagClassName
{
border-color: #8334F7;
}
</style>