Shades of Blue Violet #8243F7
Tints of Blue Violet #8243F7
RGB
CMYK
RGB Variations
Color information
#8243F7 (or 0x8243F7) is known color: Blue Violet. HEX triplet: 82, 43 and F7. RGB value is (130,67,247). Sum of RGB (Red+Green+Blue) = 130+67+247=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #8243F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8243F7 is #7DBC08. Grayscale: #696969. Windows color (decimal): -8240137 or 16204674. OLE color: 16204674.
HSL color Cylindrical-coordinate representation of color #8243F7: hue angle of 261º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8243F7 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 67 | 247 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.03 |
| HSL | 261º | 0.92% | 0.62% | - |
| HSV(B) | 261º | 0.73% | 0.97% | - |
| XYZ | 28 | 15.48 | 89.51 | - |
| YUV | 106.36 | 207.37 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 247 | 0.47 | 0.73 | 0 | 0.03 | 261 | 0.92 | 0.62 |
| Hex | 82 | 43 | F7 | 2F | 49 | 0 | 3 | 105 | 5C | 3E |
| Octal | 202 | 103 | 367 | 57 | 111 | 0 | 3 | 405 | 134 | 76 |
| Binary | 10000010 | 1000011 | 11110111 | 101111 | 1001001 | 0 | 11 | 100000101 | 1011100 | 111110 |
Color Harmonies of #8243F7
Complementary color
Monochromatic Colors of #8243F7
Black with #8243F7
Text Example
Text Example
White with #8243F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8243F7; }
p { color: rgb(130,67,247); }
H1.HeaderClassName
{
color: #8243F7;
}
.AnyTagClassName
{
color: #8243F7;
}
</style>
background-color css
<style>
a { background-color: #8243F7; }
a { background-color: rgb(130,67,247); }
div.DivClassName
{
background-color: #8243F7;
}
.BgClassName
{
background-color: #8243F7;
}
</style>
border-color css
<style>
span { border-color: #8243F7; }
span { border-color: rgb(130,67,247); }
td.TdClassName
{
border-color: #8243F7;
}
.TagClassName
{
border-color: #8243F7;
}
</style>