Shades of Blue Violet #8C49DD
Tints of Blue Violet #8C49DD
RGB
CMYK
RGB Variations
Color information
#8C49DD (or 0x8C49DD) is known color: Blue Violet. HEX triplet: 8C, 49 and DD. RGB value is (140,73,221). Sum of RGB (Red+Green+Blue) = 140+73+221=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49DD is #73B622. Grayscale: #6D6D6D. Windows color (decimal): -7583267 or 14502284. OLE color: 14502284.
HSL color Cylindrical-coordinate representation of color #8C49DD: hue angle of 267.16º degrees, saturation: 0.69, 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 #8C49DD is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 73 | 221 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.13 |
| HSL | 267.16º | 0.69% | 0.58% | - |
| HSV(B) | 267.16º | 0.67% | 0.87% | - |
| XYZ | 26.25 | 15.56 | 70.03 | - |
| YUV | 109.91 | 190.7 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 221 | 0.37 | 0.67 | 0 | 0.13 | 267.16 | 0.69 | 0.58 |
| Hex | 8C | 49 | DD | 25 | 43 | 0 | D | 10B | 45 | 3A |
| Octal | 214 | 111 | 335 | 45 | 103 | 0 | 15 | 413 | 105 | 72 |
| Binary | 10001100 | 1001001 | 11011101 | 100101 | 1000011 | 0 | 1101 | 100001011 | 1000101 | 111010 |
Color Harmonies of #8C49DD
Complementary color
Monochromatic Colors of #8C49DD
Black with #8C49DD
Text Example
Text Example
White with #8C49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49DD; }
p { color: rgb(140,73,221); }
H1.HeaderClassName
{
color: #8C49DD;
}
.AnyTagClassName
{
color: #8C49DD;
}
</style>
background-color css
<style>
a { background-color: #8C49DD; }
a { background-color: rgb(140,73,221); }
div.DivClassName
{
background-color: #8C49DD;
}
.BgClassName
{
background-color: #8C49DD;
}
</style>
border-color css
<style>
span { border-color: #8C49DD; }
span { border-color: rgb(140,73,221); }
td.TdClassName
{
border-color: #8C49DD;
}
.TagClassName
{
border-color: #8C49DD;
}
</style>