Shades of Blue Violet #8C44DD
Tints of Blue Violet #8C44DD
RGB
CMYK
RGB Variations
Color information
#8C44DD (or 0x8C44DD) is known color: Blue Violet. HEX triplet: 8C, 44 and DD. RGB value is (140,68,221). Sum of RGB (Red+Green+Blue) = 140+68+221=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C44DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C44DD is #73BB22. Grayscale: #6A6A6A. Windows color (decimal): -7584547 or 14501004. OLE color: 14501004.
HSL color Cylindrical-coordinate representation of color #8C44DD: hue angle of 268.24º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C44DD is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 68 | 221 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.13 |
| HSL | 268.24º | 0.69% | 0.57% | - |
| HSV(B) | 268.24º | 0.69% | 0.87% | - |
| XYZ | 25.93 | 14.93 | 69.92 | - |
| YUV | 106.97 | 192.35 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 221 | 0.37 | 0.69 | 0 | 0.13 | 268.24 | 0.69 | 0.57 |
| Hex | 8C | 44 | DD | 25 | 45 | 0 | D | 10C | 45 | 39 |
| Octal | 214 | 104 | 335 | 45 | 105 | 0 | 15 | 414 | 105 | 71 |
| Binary | 10001100 | 1000100 | 11011101 | 100101 | 1000101 | 0 | 1101 | 100001100 | 1000101 | 111001 |
Color Harmonies of #8C44DD
Complementary color
Monochromatic Colors of #8C44DD
Black with #8C44DD
Text Example
Text Example
White with #8C44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C44DD; }
p { color: rgb(140,68,221); }
H1.HeaderClassName
{
color: #8C44DD;
}
.AnyTagClassName
{
color: #8C44DD;
}
</style>
background-color css
<style>
a { background-color: #8C44DD; }
a { background-color: rgb(140,68,221); }
div.DivClassName
{
background-color: #8C44DD;
}
.BgClassName
{
background-color: #8C44DD;
}
</style>
border-color css
<style>
span { border-color: #8C44DD; }
span { border-color: rgb(140,68,221); }
td.TdClassName
{
border-color: #8C44DD;
}
.TagClassName
{
border-color: #8C44DD;
}
</style>