Shades of Blue Violet #8C41DD
Tints of Blue Violet #8C41DD
RGB
CMYK
RGB Variations
Color information
#8C41DD (or 0x8C41DD) is known color: Blue Violet. HEX triplet: 8C, 41 and DD. RGB value is (140,65,221). Sum of RGB (Red+Green+Blue) = 140+65+221=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C41DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C41DD is #73BE22. Grayscale: #686868. Windows color (decimal): -7585315 or 14500236. OLE color: 14500236.
HSL color Cylindrical-coordinate representation of color #8C41DD: hue angle of 268.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C41DD is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 65 | 221 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.13 |
| HSL | 268.85º | 0.7% | 0.56% | - |
| HSV(B) | 268.85º | 0.71% | 0.87% | - |
| XYZ | 25.76 | 14.58 | 69.86 | - |
| YUV | 105.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 221 | 0.37 | 0.71 | 0 | 0.13 | 268.85 | 0.7 | 0.56 |
| Hex | 8C | 41 | DD | 25 | 47 | 0 | D | 10D | 46 | 38 |
| Octal | 214 | 101 | 335 | 45 | 107 | 0 | 15 | 415 | 106 | 70 |
| Binary | 10001100 | 1000001 | 11011101 | 100101 | 1000111 | 0 | 1101 | 100001101 | 1000110 | 111000 |
Color Harmonies of #8C41DD
Complementary color
Monochromatic Colors of #8C41DD
Black with #8C41DD
Text Example
Text Example
White with #8C41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C41DD; }
p { color: rgb(140,65,221); }
H1.HeaderClassName
{
color: #8C41DD;
}
.AnyTagClassName
{
color: #8C41DD;
}
</style>
background-color css
<style>
a { background-color: #8C41DD; }
a { background-color: rgb(140,65,221); }
div.DivClassName
{
background-color: #8C41DD;
}
.BgClassName
{
background-color: #8C41DD;
}
</style>
border-color css
<style>
span { border-color: #8C41DD; }
span { border-color: rgb(140,65,221); }
td.TdClassName
{
border-color: #8C41DD;
}
.TagClassName
{
border-color: #8C41DD;
}
</style>