Shades of Blue Violet #8A49DF
Tints of Blue Violet #8A49DF
RGB
CMYK
RGB Variations
Color information
#8A49DF (or 0x8A49DF) is known color: Blue Violet. HEX triplet: 8A, 49 and DF. RGB value is (138,73,223). Sum of RGB (Red+Green+Blue) = 138+73+223=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A49DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A49DF is #75B620. Grayscale: #6D6D6D. Windows color (decimal): -7714337 or 14633354. OLE color: 14633354.
HSL color Cylindrical-coordinate representation of color #8A49DF: hue angle of 266º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A49DF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 73 | 223 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.13 |
| HSL | 266º | 0.7% | 0.58% | - |
| HSV(B) | 266º | 0.67% | 0.87% | - |
| XYZ | 26.18 | 15.5 | 71.42 | - |
| YUV | 109.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 223 | 0.38 | 0.67 | 0 | 0.13 | 266 | 0.7 | 0.58 |
| Hex | 8A | 49 | DF | 26 | 43 | 0 | D | 10A | 46 | 3A |
| Octal | 212 | 111 | 337 | 46 | 103 | 0 | 15 | 412 | 106 | 72 |
| Binary | 10001010 | 1001001 | 11011111 | 100110 | 1000011 | 0 | 1101 | 100001010 | 1000110 | 111010 |
Color Harmonies of #8A49DF
Complementary color
Monochromatic Colors of #8A49DF
Black with #8A49DF
Text Example
Text Example
White with #8A49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A49DF; }
p { color: rgb(138,73,223); }
H1.HeaderClassName
{
color: #8A49DF;
}
.AnyTagClassName
{
color: #8A49DF;
}
</style>
background-color css
<style>
a { background-color: #8A49DF; }
a { background-color: rgb(138,73,223); }
div.DivClassName
{
background-color: #8A49DF;
}
.BgClassName
{
background-color: #8A49DF;
}
</style>
border-color css
<style>
span { border-color: #8A49DF; }
span { border-color: rgb(138,73,223); }
td.TdClassName
{
border-color: #8A49DF;
}
.TagClassName
{
border-color: #8A49DF;
}
</style>