Shades of Blue Violet #8C31EA
Tints of Blue Violet #8C31EA
RGB
CMYK
RGB Variations
Color information
#8C31EA (or 0x8C31EA) is known color: Blue Violet. HEX triplet: 8C, 31 and EA. RGB value is (140,49,234). Sum of RGB (Red+Green+Blue) = 140+49+234=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C31EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C31EA is #73CE15. Grayscale: #606060. Windows color (decimal): -7589398 or 15348108. OLE color: 15348108.
HSL color Cylindrical-coordinate representation of color #8C31EA: hue angle of 269.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C31EA is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 49 | 234 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.08 |
| HSL | 269.51º | 0.81% | 0.55% | - |
| HSV(B) | 269.51º | 0.79% | 0.92% | - |
| XYZ | 26.76 | 13.71 | 79.08 | - |
| YUV | 97.3 | 205.15 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 234 | 0.40 | 0.79 | 0 | 0.08 | 269.51 | 0.81 | 0.55 |
| Hex | 8C | 31 | EA | 28 | 4F | 0 | 8 | 10E | 51 | 37 |
| Octal | 214 | 61 | 352 | 50 | 117 | 0 | 10 | 416 | 121 | 67 |
| Binary | 10001100 | 110001 | 11101010 | 101000 | 1001111 | 0 | 1000 | 100001110 | 1010001 | 110111 |
Color Harmonies of #8C31EA
Complementary color
Monochromatic Colors of #8C31EA
Black with #8C31EA
Text Example
Text Example
White with #8C31EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C31EA; }
p { color: rgb(140,49,234); }
H1.HeaderClassName
{
color: #8C31EA;
}
.AnyTagClassName
{
color: #8C31EA;
}
</style>
background-color css
<style>
a { background-color: #8C31EA; }
a { background-color: rgb(140,49,234); }
div.DivClassName
{
background-color: #8C31EA;
}
.BgClassName
{
background-color: #8C31EA;
}
</style>
border-color css
<style>
span { border-color: #8C31EA; }
span { border-color: rgb(140,49,234); }
td.TdClassName
{
border-color: #8C31EA;
}
.TagClassName
{
border-color: #8C31EA;
}
</style>