Shades of Blue Violet #8C13EF
Tints of Blue Violet #8C13EF
RGB
CMYK
RGB Variations
Color information
#8C13EF (or 0x8C13EF) is known color: Blue Violet. HEX triplet: 8C, 13 and EF. RGB value is (140,19,239). Sum of RGB (Red+Green+Blue) = 140+19+239=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C13EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C13EF is #73EC10. Grayscale: #4F4F4F. Windows color (decimal): -7597073 or 15668108. OLE color: 15668108.
HSL color Cylindrical-coordinate representation of color #8C13EF: hue angle of 273º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C13EF is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 19 | 239 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.06 |
| HSL | 273º | 0.87% | 0.51% | - |
| HSV(B) | 273º | 0.92% | 0.94% | - |
| XYZ | 26.63 | 12.27 | 82.63 | - |
| YUV | 80.26 | 217.59 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 239 | 0.41 | 0.92 | 0 | 0.06 | 273 | 0.87 | 0.51 |
| Hex | 8C | 13 | EF | 29 | 5C | 0 | 6 | 111 | 57 | 33 |
| Octal | 214 | 23 | 357 | 51 | 134 | 0 | 6 | 421 | 127 | 63 |
| Binary | 10001100 | 10011 | 11101111 | 101001 | 1011100 | 0 | 110 | 100010001 | 1010111 | 110011 |
Color Harmonies of #8C13EF
Complementary color
Monochromatic Colors of #8C13EF
Black with #8C13EF
Text Example
Text Example
White with #8C13EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C13EF; }
p { color: rgb(140,19,239); }
H1.HeaderClassName
{
color: #8C13EF;
}
.AnyTagClassName
{
color: #8C13EF;
}
</style>
background-color css
<style>
a { background-color: #8C13EF; }
a { background-color: rgb(140,19,239); }
div.DivClassName
{
background-color: #8C13EF;
}
.BgClassName
{
background-color: #8C13EF;
}
</style>
border-color css
<style>
span { border-color: #8C13EF; }
span { border-color: rgb(140,19,239); }
td.TdClassName
{
border-color: #8C13EF;
}
.TagClassName
{
border-color: #8C13EF;
}
</style>