Shades of Blue Violet #8031FD
Tints of Blue Violet #8031FD
RGB
CMYK
RGB Variations
Color information
#8031FD (or 0x8031FD) is known color: Blue Violet. HEX triplet: 80, 31 and FD. RGB value is (128,49,253). Sum of RGB (Red+Green+Blue) = 128+49+253=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #8031FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8031FD is #7FCE02. Grayscale: #5F5F5F. Windows color (decimal): -8375811 or 16593280. OLE color: 16593280.
HSL color Cylindrical-coordinate representation of color #8031FD: hue angle of 263.24º 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 #8031FD is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 49 | 253 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.01 |
| HSL | 263.24º | 0.98% | 0.59% | - |
| HSV(B) | 263.24º | 0.81% | 0.99% | - |
| XYZ | 27.73 | 13.88 | 94.15 | - |
| YUV | 95.88 | 216.67 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 253 | 0.49 | 0.81 | 0 | 0.01 | 263.24 | 0.98 | 0.59 |
| Hex | 80 | 31 | FD | 31 | 51 | 0 | 1 | 107 | 62 | 3B |
| Octal | 200 | 61 | 375 | 61 | 121 | 0 | 1 | 407 | 142 | 73 |
| Binary | 10000000 | 110001 | 11111101 | 110001 | 1010001 | 0 | 1 | 100000111 | 1100010 | 111011 |
Color Harmonies of #8031FD
Complementary color
Monochromatic Colors of #8031FD
Black with #8031FD
Text Example
Text Example
White with #8031FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031FD; }
p { color: rgb(128,49,253); }
H1.HeaderClassName
{
color: #8031FD;
}
.AnyTagClassName
{
color: #8031FD;
}
</style>
background-color css
<style>
a { background-color: #8031FD; }
a { background-color: rgb(128,49,253); }
div.DivClassName
{
background-color: #8031FD;
}
.BgClassName
{
background-color: #8031FD;
}
</style>
border-color css
<style>
span { border-color: #8031FD; }
span { border-color: rgb(128,49,253); }
td.TdClassName
{
border-color: #8031FD;
}
.TagClassName
{
border-color: #8031FD;
}
</style>