Shades of Blue Violet #8C49D7
Tints of Blue Violet #8C49D7
RGB
CMYK
RGB Variations
Color information
#8C49D7 (or 0x8C49D7) is known color: Blue Violet. HEX triplet: 8C, 49 and D7. RGB value is (140,73,215). Sum of RGB (Red+Green+Blue) = 140+73+215=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #8C49D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49D7 is #73B628. Grayscale: #6C6C6C. Windows color (decimal): -7583273 or 14109068. OLE color: 14109068.
HSL color Cylindrical-coordinate representation of color #8C49D7: hue angle of 268.31º degrees, saturation: 0.64, 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 #8C49D7 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 73 | 215 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.16 |
| HSL | 268.31º | 0.64% | 0.56% | - |
| HSV(B) | 268.31º | 0.66% | 0.84% | - |
| XYZ | 25.46 | 15.25 | 65.89 | - |
| YUV | 109.22 | 187.7 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 215 | 0.35 | 0.66 | 0 | 0.16 | 268.31 | 0.64 | 0.56 |
| Hex | 8C | 49 | D7 | 23 | 42 | 0 | 10 | 10C | 40 | 38 |
| Octal | 214 | 111 | 327 | 43 | 102 | 0 | 20 | 414 | 100 | 70 |
| Binary | 10001100 | 1001001 | 11010111 | 100011 | 1000010 | 0 | 10000 | 100001100 | 1000000 | 111000 |
Color Harmonies of #8C49D7
Complementary color
Monochromatic Colors of #8C49D7
Black with #8C49D7
Text Example
Text Example
White with #8C49D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49D7; }
p { color: rgb(140,73,215); }
H1.HeaderClassName
{
color: #8C49D7;
}
.AnyTagClassName
{
color: #8C49D7;
}
</style>
background-color css
<style>
a { background-color: #8C49D7; }
a { background-color: rgb(140,73,215); }
div.DivClassName
{
background-color: #8C49D7;
}
.BgClassName
{
background-color: #8C49D7;
}
</style>
border-color css
<style>
span { border-color: #8C49D7; }
span { border-color: rgb(140,73,215); }
td.TdClassName
{
border-color: #8C49D7;
}
.TagClassName
{
border-color: #8C49D7;
}
</style>