Shades of Blue Violet #803CF9
Tints of Blue Violet #803CF9
RGB
CMYK
RGB Variations
Color information
#803CF9 (or 0x803CF9) is known color: Blue Violet. HEX triplet: 80, 3C and F9. RGB value is (128,60,249). Sum of RGB (Red+Green+Blue) = 128+60+249=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #803CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803CF9 is #7FC306. Grayscale: #656565. Windows color (decimal): -8372999 or 16333952. OLE color: 16333952.
HSL color Cylindrical-coordinate representation of color #803CF9: hue angle of 261.59º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #803CF9 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 60 | 249 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.02 |
| HSL | 261.59º | 0.94% | 0.61% | - |
| HSV(B) | 261.59º | 0.76% | 0.98% | - |
| XYZ | 27.62 | 14.66 | 91 | - |
| YUV | 101.88 | 211.03 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 249 | 0.49 | 0.76 | 0 | 0.02 | 261.59 | 0.94 | 0.61 |
| Hex | 80 | 3C | F9 | 31 | 4C | 0 | 2 | 106 | 5E | 3D |
| Octal | 200 | 74 | 371 | 61 | 114 | 0 | 2 | 406 | 136 | 75 |
| Binary | 10000000 | 111100 | 11111001 | 110001 | 1001100 | 0 | 10 | 100000110 | 1011110 | 111101 |
Color Harmonies of #803CF9
Complementary color
Monochromatic Colors of #803CF9
Black with #803CF9
Text Example
Text Example
White with #803CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CF9; }
p { color: rgb(128,60,249); }
H1.HeaderClassName
{
color: #803CF9;
}
.AnyTagClassName
{
color: #803CF9;
}
</style>
background-color css
<style>
a { background-color: #803CF9; }
a { background-color: rgb(128,60,249); }
div.DivClassName
{
background-color: #803CF9;
}
.BgClassName
{
background-color: #803CF9;
}
</style>
border-color css
<style>
span { border-color: #803CF9; }
span { border-color: rgb(128,60,249); }
td.TdClassName
{
border-color: #803CF9;
}
.TagClassName
{
border-color: #803CF9;
}
</style>