Shades of Blue Violet #8249D5
Tints of Blue Violet #8249D5
RGB
CMYK
RGB Variations
Color information
#8249D5 (or 0x8249D5) is known color: Blue Violet. HEX triplet: 82, 49 and D5. RGB value is (130,73,213). Sum of RGB (Red+Green+Blue) = 130+73+213=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #8249D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249D5 is #7DB62A. Grayscale: #696969. Windows color (decimal): -8238635 or 13977986. OLE color: 13977986.
HSL color Cylindrical-coordinate representation of color #8249D5: hue angle of 264.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8249D5 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 73 | 213 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.16 |
| HSL | 264.43º | 0.63% | 0.56% | - |
| HSV(B) | 264.43º | 0.66% | 0.84% | - |
| XYZ | 23.6 | 14.32 | 64.47 | - |
| YUV | 106 | 188.38 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 213 | 0.39 | 0.66 | 0 | 0.16 | 264.43 | 0.63 | 0.56 |
| Hex | 82 | 49 | D5 | 27 | 42 | 0 | 10 | 108 | 3E | 38 |
| Octal | 202 | 111 | 325 | 47 | 102 | 0 | 20 | 410 | 76 | 70 |
| Binary | 10000010 | 1001001 | 11010101 | 100111 | 1000010 | 0 | 10000 | 100001000 | 111110 | 111000 |
Color Harmonies of #8249D5
Complementary color
Monochromatic Colors of #8249D5
Black with #8249D5
Text Example
Text Example
White with #8249D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249D5; }
p { color: rgb(130,73,213); }
H1.HeaderClassName
{
color: #8249D5;
}
.AnyTagClassName
{
color: #8249D5;
}
</style>
background-color css
<style>
a { background-color: #8249D5; }
a { background-color: rgb(130,73,213); }
div.DivClassName
{
background-color: #8249D5;
}
.BgClassName
{
background-color: #8249D5;
}
</style>
border-color css
<style>
span { border-color: #8249D5; }
span { border-color: rgb(130,73,213); }
td.TdClassName
{
border-color: #8249D5;
}
.TagClassName
{
border-color: #8249D5;
}
</style>