Shades of Blue Violet #8245EF
Tints of Blue Violet #8245EF
RGB
CMYK
RGB Variations
Color information
#8245EF (or 0x8245EF) is known color: Blue Violet. HEX triplet: 82, 45 and EF. RGB value is (130,69,239). Sum of RGB (Red+Green+Blue) = 130+69+239=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #8245EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8245EF is #7DBA10. Grayscale: #6A6A6A. Windows color (decimal): -8239633 or 15680898. OLE color: 15680898.
HSL color Cylindrical-coordinate representation of color #8245EF: hue angle of 261.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8245EF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 69 | 239 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.06 |
| HSL | 261.53º | 0.84% | 0.6% | - |
| HSV(B) | 261.53º | 0.71% | 0.94% | - |
| XYZ | 26.91 | 15.23 | 83.18 | - |
| YUV | 106.62 | 202.71 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 239 | 0.46 | 0.71 | 0 | 0.06 | 261.53 | 0.84 | 0.6 |
| Hex | 82 | 45 | EF | 2E | 47 | 0 | 6 | 106 | 54 | 3C |
| Octal | 202 | 105 | 357 | 56 | 107 | 0 | 6 | 406 | 124 | 74 |
| Binary | 10000010 | 1000101 | 11101111 | 101110 | 1000111 | 0 | 110 | 100000110 | 1010100 | 111100 |
Color Harmonies of #8245EF
Complementary color
Monochromatic Colors of #8245EF
Black with #8245EF
Text Example
Text Example
White with #8245EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8245EF; }
p { color: rgb(130,69,239); }
H1.HeaderClassName
{
color: #8245EF;
}
.AnyTagClassName
{
color: #8245EF;
}
</style>
background-color css
<style>
a { background-color: #8245EF; }
a { background-color: rgb(130,69,239); }
div.DivClassName
{
background-color: #8245EF;
}
.BgClassName
{
background-color: #8245EF;
}
</style>
border-color css
<style>
span { border-color: #8245EF; }
span { border-color: rgb(130,69,239); }
td.TdClassName
{
border-color: #8245EF;
}
.TagClassName
{
border-color: #8245EF;
}
</style>