Shades of Blue Violet #8044FA
Tints of Blue Violet #8044FA
RGB
CMYK
RGB Variations
Color information
#8044FA (or 0x8044FA) is known color: Blue Violet. HEX triplet: 80, 44 and FA. RGB value is (128,68,250). Sum of RGB (Red+Green+Blue) = 128+68+250=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #8044FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8044FA is #7FBB05. Grayscale: #6A6A6A. Windows color (decimal): -8370950 or 16401536. OLE color: 16401536.
HSL color Cylindrical-coordinate representation of color #8044FA: hue angle of 259.78º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8044FA is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 68 | 250 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.02 |
| HSL | 259.78º | 0.95% | 0.62% | - |
| HSV(B) | 259.78º | 0.73% | 0.98% | - |
| XYZ | 28.22 | 15.63 | 91.97 | - |
| YUV | 106.69 | 208.88 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 250 | 0.49 | 0.73 | 0 | 0.02 | 259.78 | 0.95 | 0.62 |
| Hex | 80 | 44 | FA | 31 | 49 | 0 | 2 | 104 | 5F | 3E |
| Octal | 200 | 104 | 372 | 61 | 111 | 0 | 2 | 404 | 137 | 76 |
| Binary | 10000000 | 1000100 | 11111010 | 110001 | 1001001 | 0 | 10 | 100000100 | 1011111 | 111110 |
Color Harmonies of #8044FA
Complementary color
Monochromatic Colors of #8044FA
Black with #8044FA
Text Example
Text Example
White with #8044FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044FA; }
p { color: rgb(128,68,250); }
H1.HeaderClassName
{
color: #8044FA;
}
.AnyTagClassName
{
color: #8044FA;
}
</style>
background-color css
<style>
a { background-color: #8044FA; }
a { background-color: rgb(128,68,250); }
div.DivClassName
{
background-color: #8044FA;
}
.BgClassName
{
background-color: #8044FA;
}
</style>
border-color css
<style>
span { border-color: #8044FA; }
span { border-color: rgb(128,68,250); }
td.TdClassName
{
border-color: #8044FA;
}
.TagClassName
{
border-color: #8044FA;
}
</style>