Shades of Blue Violet #803CF5
Tints of Blue Violet #803CF5
RGB
CMYK
RGB Variations
Color information
#803CF5 (or 0x803CF5) is known color: Blue Violet. HEX triplet: 80, 3C and F5. RGB value is (128,60,245). Sum of RGB (Red+Green+Blue) = 128+60+245=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #803CF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803CF5 is #7FC30A. Grayscale: #646464. Windows color (decimal): -8373003 or 16071808. OLE color: 16071808.
HSL color Cylindrical-coordinate representation of color #803CF5: hue angle of 262.05º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #803CF5 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 60 | 245 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.04 |
| HSL | 262.05º | 0.9% | 0.6% | - |
| HSV(B) | 262.05º | 0.76% | 0.96% | - |
| XYZ | 27 | 14.41 | 87.75 | - |
| YUV | 101.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 245 | 0.48 | 0.76 | 0 | 0.04 | 262.05 | 0.9 | 0.6 |
| Hex | 80 | 3C | F5 | 30 | 4C | 0 | 4 | 106 | 5A | 3C |
| Octal | 200 | 74 | 365 | 60 | 114 | 0 | 4 | 406 | 132 | 74 |
| Binary | 10000000 | 111100 | 11110101 | 110000 | 1001100 | 0 | 100 | 100000110 | 1011010 | 111100 |
Color Harmonies of #803CF5
Complementary color
Monochromatic Colors of #803CF5
Black with #803CF5
Text Example
Text Example
White with #803CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CF5; }
p { color: rgb(128,60,245); }
H1.HeaderClassName
{
color: #803CF5;
}
.AnyTagClassName
{
color: #803CF5;
}
</style>
background-color css
<style>
a { background-color: #803CF5; }
a { background-color: rgb(128,60,245); }
div.DivClassName
{
background-color: #803CF5;
}
.BgClassName
{
background-color: #803CF5;
}
</style>
border-color css
<style>
span { border-color: #803CF5; }
span { border-color: rgb(128,60,245); }
td.TdClassName
{
border-color: #803CF5;
}
.TagClassName
{
border-color: #803CF5;
}
</style>