Shades of Blue Violet #8C13DF
Tints of Blue Violet #8C13DF
RGB
CMYK
RGB Variations
Color information
#8C13DF (or 0x8C13DF) is known color: Blue Violet. HEX triplet: 8C, 13 and DF. RGB value is (140,19,223). Sum of RGB (Red+Green+Blue) = 140+19+223=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C13DF is #73EC20. Grayscale: #4D4D4D. Windows color (decimal): -7597089 or 14619532. OLE color: 14619532.
HSL color Cylindrical-coordinate representation of color #8C13DF: hue angle of 275.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C13DF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 19 | 223 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.13 |
| HSL | 275.59º | 0.84% | 0.47% | - |
| HSV(B) | 275.59º | 0.91% | 0.87% | - |
| XYZ | 24.37 | 11.37 | 70.72 | - |
| YUV | 78.44 | 209.59 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 223 | 0.37 | 0.91 | 0 | 0.13 | 275.59 | 0.84 | 0.47 |
| Hex | 8C | 13 | DF | 25 | 5B | 0 | D | 114 | 54 | 2F |
| Octal | 214 | 23 | 337 | 45 | 133 | 0 | 15 | 424 | 124 | 57 |
| Binary | 10001100 | 10011 | 11011111 | 100101 | 1011011 | 0 | 1101 | 100010100 | 1010100 | 101111 |
Color Harmonies of #8C13DF
Complementary color
Monochromatic Colors of #8C13DF
Black with #8C13DF
Text Example
Text Example
White with #8C13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C13DF; }
p { color: rgb(140,19,223); }
H1.HeaderClassName
{
color: #8C13DF;
}
.AnyTagClassName
{
color: #8C13DF;
}
</style>
background-color css
<style>
a { background-color: #8C13DF; }
a { background-color: rgb(140,19,223); }
div.DivClassName
{
background-color: #8C13DF;
}
.BgClassName
{
background-color: #8C13DF;
}
</style>
border-color css
<style>
span { border-color: #8C13DF; }
span { border-color: rgb(140,19,223); }
td.TdClassName
{
border-color: #8C13DF;
}
.TagClassName
{
border-color: #8C13DF;
}
</style>