Shades of Blue Violet #8C31FD
Tints of Blue Violet #8C31FD
RGB
CMYK
RGB Variations
Color information
#8C31FD (or 0x8C31FD) is known color: Blue Violet. HEX triplet: 8C, 31 and FD. RGB value is (140,49,253). Sum of RGB (Red+Green+Blue) = 140+49+253=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C31FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C31FD is #73CE02. Grayscale: #626262. Windows color (decimal): -7589379 or 16593292. OLE color: 16593292.
HSL color Cylindrical-coordinate representation of color #8C31FD: hue angle of 266.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C31FD is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 49 | 253 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.01 |
| HSL | 266.76º | 0.98% | 0.59% | - |
| HSV(B) | 266.76º | 0.81% | 0.99% | - |
| XYZ | 29.64 | 14.86 | 94.24 | - |
| YUV | 99.47 | 214.65 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 253 | 0.45 | 0.81 | 0 | 0.01 | 266.76 | 0.98 | 0.59 |
| Hex | 8C | 31 | FD | 2D | 51 | 0 | 1 | 10B | 62 | 3B |
| Octal | 214 | 61 | 375 | 55 | 121 | 0 | 1 | 413 | 142 | 73 |
| Binary | 10001100 | 110001 | 11111101 | 101101 | 1010001 | 0 | 1 | 100001011 | 1100010 | 111011 |
Color Harmonies of #8C31FD
Complementary color
Monochromatic Colors of #8C31FD
Black with #8C31FD
Text Example
Text Example
White with #8C31FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C31FD; }
p { color: rgb(140,49,253); }
H1.HeaderClassName
{
color: #8C31FD;
}
.AnyTagClassName
{
color: #8C31FD;
}
</style>
background-color css
<style>
a { background-color: #8C31FD; }
a { background-color: rgb(140,49,253); }
div.DivClassName
{
background-color: #8C31FD;
}
.BgClassName
{
background-color: #8C31FD;
}
</style>
border-color css
<style>
span { border-color: #8C31FD; }
span { border-color: rgb(140,49,253); }
td.TdClassName
{
border-color: #8C31FD;
}
.TagClassName
{
border-color: #8C31FD;
}
</style>