Shades of Blue Violet #8249E8
Tints of Blue Violet #8249E8
RGB
CMYK
RGB Variations
Color information
#8249E8 (or 0x8249E8) is known color: Blue Violet. HEX triplet: 82, 49 and E8. RGB value is (130,73,232). Sum of RGB (Red+Green+Blue) = 130+73+232=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #8249E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249E8 is #7DB617. Grayscale: #6B6B6B. Windows color (decimal): -8238616 or 15223170. OLE color: 15223170.
HSL color Cylindrical-coordinate representation of color #8249E8: hue angle of 261.51º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8249E8 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 73 | 232 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.09 |
| HSL | 261.51º | 0.78% | 0.6% | - |
| HSV(B) | 261.51º | 0.69% | 0.91% | - |
| XYZ | 26.15 | 15.34 | 77.93 | - |
| YUV | 108.17 | 197.88 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 232 | 0.44 | 0.69 | 0 | 0.09 | 261.51 | 0.78 | 0.6 |
| Hex | 82 | 49 | E8 | 2C | 45 | 0 | 9 | 106 | 4E | 3C |
| Octal | 202 | 111 | 350 | 54 | 105 | 0 | 11 | 406 | 116 | 74 |
| Binary | 10000010 | 1001001 | 11101000 | 101100 | 1000101 | 0 | 1001 | 100000110 | 1001110 | 111100 |
Color Harmonies of #8249E8
Complementary color
Monochromatic Colors of #8249E8
Black with #8249E8
Text Example
Text Example
White with #8249E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249E8; }
p { color: rgb(130,73,232); }
H1.HeaderClassName
{
color: #8249E8;
}
.AnyTagClassName
{
color: #8249E8;
}
</style>
background-color css
<style>
a { background-color: #8249E8; }
a { background-color: rgb(130,73,232); }
div.DivClassName
{
background-color: #8249E8;
}
.BgClassName
{
background-color: #8249E8;
}
</style>
border-color css
<style>
span { border-color: #8249E8; }
span { border-color: rgb(130,73,232); }
td.TdClassName
{
border-color: #8249E8;
}
.TagClassName
{
border-color: #8249E8;
}
</style>