Shades of Blue Violet #8039FA
Tints of Blue Violet #8039FA
RGB
CMYK
RGB Variations
Color information
#8039FA (or 0x8039FA) is known color: Blue Violet. HEX triplet: 80, 39 and FA. RGB value is (128,57,250). Sum of RGB (Red+Green+Blue) = 128+57+250=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #8039FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8039FA is #7FC605. Grayscale: #636363. Windows color (decimal): -8373766 or 16398720. OLE color: 16398720.
HSL color Cylindrical-coordinate representation of color #8039FA: hue angle of 262.07º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8039FA is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 57 | 250 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.02 |
| HSL | 262.07º | 0.95% | 0.6% | - |
| HSV(B) | 262.07º | 0.77% | 0.98% | - |
| XYZ | 27.62 | 14.42 | 91.77 | - |
| YUV | 100.23 | 212.52 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 250 | 0.49 | 0.77 | 0 | 0.02 | 262.07 | 0.95 | 0.6 |
| Hex | 80 | 39 | FA | 31 | 4D | 0 | 2 | 106 | 5F | 3C |
| Octal | 200 | 71 | 372 | 61 | 115 | 0 | 2 | 406 | 137 | 74 |
| Binary | 10000000 | 111001 | 11111010 | 110001 | 1001101 | 0 | 10 | 100000110 | 1011111 | 111100 |
Color Harmonies of #8039FA
Complementary color
Monochromatic Colors of #8039FA
Black with #8039FA
Text Example
Text Example
White with #8039FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039FA; }
p { color: rgb(128,57,250); }
H1.HeaderClassName
{
color: #8039FA;
}
.AnyTagClassName
{
color: #8039FA;
}
</style>
background-color css
<style>
a { background-color: #8039FA; }
a { background-color: rgb(128,57,250); }
div.DivClassName
{
background-color: #8039FA;
}
.BgClassName
{
background-color: #8039FA;
}
</style>
border-color css
<style>
span { border-color: #8039FA; }
span { border-color: rgb(128,57,250); }
td.TdClassName
{
border-color: #8039FA;
}
.TagClassName
{
border-color: #8039FA;
}
</style>