Shades of Blue Violet #8249DA
Tints of Blue Violet #8249DA
RGB
CMYK
RGB Variations
Color information
#8249DA (or 0x8249DA) is known color: Blue Violet. HEX triplet: 82, 49 and DA. RGB value is (130,73,218). Sum of RGB (Red+Green+Blue) = 130+73+218=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #8249DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249DA is #7DB625. Grayscale: #6A6A6A. Windows color (decimal): -8238630 or 14305666. OLE color: 14305666.
HSL color Cylindrical-coordinate representation of color #8249DA: hue angle of 263.59º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8249DA is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 73 | 218 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.15 |
| HSL | 263.59º | 0.66% | 0.57% | - |
| HSV(B) | 263.59º | 0.67% | 0.85% | - |
| XYZ | 24.24 | 14.57 | 67.86 | - |
| YUV | 106.57 | 190.88 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 218 | 0.40 | 0.67 | 0 | 0.15 | 263.59 | 0.66 | 0.57 |
| Hex | 82 | 49 | DA | 28 | 43 | 0 | F | 108 | 42 | 39 |
| Octal | 202 | 111 | 332 | 50 | 103 | 0 | 17 | 410 | 102 | 71 |
| Binary | 10000010 | 1001001 | 11011010 | 101000 | 1000011 | 0 | 1111 | 100001000 | 1000010 | 111001 |
Color Harmonies of #8249DA
Complementary color
Monochromatic Colors of #8249DA
Black with #8249DA
Text Example
Text Example
White with #8249DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249DA; }
p { color: rgb(130,73,218); }
H1.HeaderClassName
{
color: #8249DA;
}
.AnyTagClassName
{
color: #8249DA;
}
</style>
background-color css
<style>
a { background-color: #8249DA; }
a { background-color: rgb(130,73,218); }
div.DivClassName
{
background-color: #8249DA;
}
.BgClassName
{
background-color: #8249DA;
}
</style>
border-color css
<style>
span { border-color: #8249DA; }
span { border-color: rgb(130,73,218); }
td.TdClassName
{
border-color: #8249DA;
}
.TagClassName
{
border-color: #8249DA;
}
</style>