Shades of Blue Violet #8237F9
Tints of Blue Violet #8237F9
RGB
CMYK
RGB Variations
Color information
#8237F9 (or 0x8237F9) is known color: Blue Violet. HEX triplet: 82, 37 and F9. RGB value is (130,55,249). Sum of RGB (Red+Green+Blue) = 130+55+249=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #8237F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8237F9 is #7DC806. Grayscale: #626262. Windows color (decimal): -8243207 or 16332674. OLE color: 16332674.
HSL color Cylindrical-coordinate representation of color #8237F9: hue angle of 263.2º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8237F9 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 55 | 249 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.02 |
| HSL | 263.2º | 0.94% | 0.6% | - |
| HSV(B) | 263.2º | 0.78% | 0.98% | - |
| XYZ | 27.67 | 14.32 | 90.93 | - |
| YUV | 99.54 | 212.35 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 249 | 0.48 | 0.78 | 0 | 0.02 | 263.2 | 0.94 | 0.6 |
| Hex | 82 | 37 | F9 | 30 | 4E | 0 | 2 | 107 | 5E | 3C |
| Octal | 202 | 67 | 371 | 60 | 116 | 0 | 2 | 407 | 136 | 74 |
| Binary | 10000010 | 110111 | 11111001 | 110000 | 1001110 | 0 | 10 | 100000111 | 1011110 | 111100 |
Color Harmonies of #8237F9
Complementary color
Monochromatic Colors of #8237F9
Black with #8237F9
Text Example
Text Example
White with #8237F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8237F9; }
p { color: rgb(130,55,249); }
H1.HeaderClassName
{
color: #8237F9;
}
.AnyTagClassName
{
color: #8237F9;
}
</style>
background-color css
<style>
a { background-color: #8237F9; }
a { background-color: rgb(130,55,249); }
div.DivClassName
{
background-color: #8237F9;
}
.BgClassName
{
background-color: #8237F9;
}
</style>
border-color css
<style>
span { border-color: #8237F9; }
span { border-color: rgb(130,55,249); }
td.TdClassName
{
border-color: #8237F9;
}
.TagClassName
{
border-color: #8237F9;
}
</style>