Shades of Blue Violet #803AF9
Tints of Blue Violet #803AF9
RGB
CMYK
RGB Variations
Color information
#803AF9 (or 0x803AF9) is known color: Blue Violet. HEX triplet: 80, 3A and F9. RGB value is (128,58,249). Sum of RGB (Red+Green+Blue) = 128+58+249=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #803AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803AF9 is #7FC506. Grayscale: #646464. Windows color (decimal): -8373511 or 16333440. OLE color: 16333440.
HSL color Cylindrical-coordinate representation of color #803AF9: hue angle of 261.99º degrees, saturation: 0.94, 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 #803AF9 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 58 | 249 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.02 |
| HSL | 261.99º | 0.94% | 0.6% | - |
| HSV(B) | 261.99º | 0.77% | 0.98% | - |
| XYZ | 27.51 | 14.45 | 90.96 | - |
| YUV | 100.7 | 211.69 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 249 | 0.49 | 0.77 | 0 | 0.02 | 261.99 | 0.94 | 0.6 |
| Hex | 80 | 3A | F9 | 31 | 4D | 0 | 2 | 106 | 5E | 3C |
| Octal | 200 | 72 | 371 | 61 | 115 | 0 | 2 | 406 | 136 | 74 |
| Binary | 10000000 | 111010 | 11111001 | 110001 | 1001101 | 0 | 10 | 100000110 | 1011110 | 111100 |
Color Harmonies of #803AF9
Complementary color
Monochromatic Colors of #803AF9
Black with #803AF9
Text Example
Text Example
White with #803AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803AF9; }
p { color: rgb(128,58,249); }
H1.HeaderClassName
{
color: #803AF9;
}
.AnyTagClassName
{
color: #803AF9;
}
</style>
background-color css
<style>
a { background-color: #803AF9; }
a { background-color: rgb(128,58,249); }
div.DivClassName
{
background-color: #803AF9;
}
.BgClassName
{
background-color: #803AF9;
}
</style>
border-color css
<style>
span { border-color: #803AF9; }
span { border-color: rgb(128,58,249); }
td.TdClassName
{
border-color: #803AF9;
}
.TagClassName
{
border-color: #803AF9;
}
</style>