Shades of Blue Violet #803DF9
Tints of Blue Violet #803DF9
RGB
CMYK
RGB Variations
Color information
#803DF9 (or 0x803DF9) is known color: Blue Violet. HEX triplet: 80, 3D and F9. RGB value is (128,61,249). Sum of RGB (Red+Green+Blue) = 128+61+249=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #803DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803DF9 is #7FC206. Grayscale: #656565. Windows color (decimal): -8372743 or 16334208. OLE color: 16334208.
HSL color Cylindrical-coordinate representation of color #803DF9: hue angle of 261.38º 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 #803DF9 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 61 | 249 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.02 |
| HSL | 261.38º | 0.94% | 0.61% | - |
| HSV(B) | 261.38º | 0.76% | 0.98% | - |
| XYZ | 27.67 | 14.77 | 91.01 | - |
| YUV | 102.47 | 210.7 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 249 | 0.49 | 0.76 | 0 | 0.02 | 261.38 | 0.94 | 0.61 |
| Hex | 80 | 3D | F9 | 31 | 4C | 0 | 2 | 105 | 5E | 3D |
| Octal | 200 | 75 | 371 | 61 | 114 | 0 | 2 | 405 | 136 | 75 |
| Binary | 10000000 | 111101 | 11111001 | 110001 | 1001100 | 0 | 10 | 100000101 | 1011110 | 111101 |
Color Harmonies of #803DF9
Complementary color
Monochromatic Colors of #803DF9
Black with #803DF9
Text Example
Text Example
White with #803DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DF9; }
p { color: rgb(128,61,249); }
H1.HeaderClassName
{
color: #803DF9;
}
.AnyTagClassName
{
color: #803DF9;
}
</style>
background-color css
<style>
a { background-color: #803DF9; }
a { background-color: rgb(128,61,249); }
div.DivClassName
{
background-color: #803DF9;
}
.BgClassName
{
background-color: #803DF9;
}
</style>
border-color css
<style>
span { border-color: #803DF9; }
span { border-color: rgb(128,61,249); }
td.TdClassName
{
border-color: #803DF9;
}
.TagClassName
{
border-color: #803DF9;
}
</style>