Shades of Blue Violet #8C44DA
Tints of Blue Violet #8C44DA
RGB
CMYK
RGB Variations
Color information
#8C44DA (or 0x8C44DA) is known color: Blue Violet. HEX triplet: 8C, 44 and DA. RGB value is (140,68,218). Sum of RGB (Red+Green+Blue) = 140+68+218=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C44DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C44DA is #73BB25. Grayscale: #6A6A6A. Windows color (decimal): -7584550 or 14304396. OLE color: 14304396.
HSL color Cylindrical-coordinate representation of color #8C44DA: hue angle of 268.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C44DA is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 68 | 218 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.15 |
| HSL | 268.8º | 0.67% | 0.56% | - |
| HSV(B) | 268.8º | 0.69% | 0.85% | - |
| XYZ | 25.54 | 14.77 | 67.83 | - |
| YUV | 106.63 | 190.85 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 218 | 0.36 | 0.69 | 0 | 0.15 | 268.8 | 0.67 | 0.56 |
| Hex | 8C | 44 | DA | 24 | 45 | 0 | F | 10D | 43 | 38 |
| Octal | 214 | 104 | 332 | 44 | 105 | 0 | 17 | 415 | 103 | 70 |
| Binary | 10001100 | 1000100 | 11011010 | 100100 | 1000101 | 0 | 1111 | 100001101 | 1000011 | 111000 |
Color Harmonies of #8C44DA
Complementary color
Monochromatic Colors of #8C44DA
Black with #8C44DA
Text Example
Text Example
White with #8C44DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C44DA; }
p { color: rgb(140,68,218); }
H1.HeaderClassName
{
color: #8C44DA;
}
.AnyTagClassName
{
color: #8C44DA;
}
</style>
background-color css
<style>
a { background-color: #8C44DA; }
a { background-color: rgb(140,68,218); }
div.DivClassName
{
background-color: #8C44DA;
}
.BgClassName
{
background-color: #8C44DA;
}
</style>
border-color css
<style>
span { border-color: #8C44DA; }
span { border-color: rgb(140,68,218); }
td.TdClassName
{
border-color: #8C44DA;
}
.TagClassName
{
border-color: #8C44DA;
}
</style>