Shades of Blue Violet #8C41D8
Tints of Blue Violet #8C41D8
RGB
CMYK
RGB Variations
Color information
#8C41D8 (or 0x8C41D8) is known color: Blue Violet. HEX triplet: 8C, 41 and D8. RGB value is (140,65,216). Sum of RGB (Red+Green+Blue) = 140+65+216=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #8C41D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C41D8 is #73BE27. Grayscale: #686868. Windows color (decimal): -7585320 or 14172556. OLE color: 14172556.
HSL color Cylindrical-coordinate representation of color #8C41D8: hue angle of 269.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C41D8 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 65 | 216 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.15 |
| HSL | 269.8º | 0.66% | 0.55% | - |
| HSV(B) | 269.8º | 0.7% | 0.85% | - |
| XYZ | 25.1 | 14.31 | 66.41 | - |
| YUV | 104.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 216 | 0.35 | 0.70 | 0 | 0.15 | 269.8 | 0.66 | 0.55 |
| Hex | 8C | 41 | D8 | 23 | 46 | 0 | F | 10E | 42 | 37 |
| Octal | 214 | 101 | 330 | 43 | 106 | 0 | 17 | 416 | 102 | 67 |
| Binary | 10001100 | 1000001 | 11011000 | 100011 | 1000110 | 0 | 1111 | 100001110 | 1000010 | 110111 |
Color Harmonies of #8C41D8
Complementary color
Monochromatic Colors of #8C41D8
Black with #8C41D8
Text Example
Text Example
White with #8C41D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C41D8; }
p { color: rgb(140,65,216); }
H1.HeaderClassName
{
color: #8C41D8;
}
.AnyTagClassName
{
color: #8C41D8;
}
</style>
background-color css
<style>
a { background-color: #8C41D8; }
a { background-color: rgb(140,65,216); }
div.DivClassName
{
background-color: #8C41D8;
}
.BgClassName
{
background-color: #8C41D8;
}
</style>
border-color css
<style>
span { border-color: #8C41D8; }
span { border-color: rgb(140,65,216); }
td.TdClassName
{
border-color: #8C41D8;
}
.TagClassName
{
border-color: #8C41D8;
}
</style>