Shades of Blue Violet #803CF6
Tints of Blue Violet #803CF6
RGB
CMYK
RGB Variations
Color information
#803CF6 (or 0x803CF6) is known color: Blue Violet. HEX triplet: 80, 3C and F6. RGB value is (128,60,246). Sum of RGB (Red+Green+Blue) = 128+60+246=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #803CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803CF6 is #7FC309. Grayscale: #646464. Windows color (decimal): -8373002 or 16137344. OLE color: 16137344.
HSL color Cylindrical-coordinate representation of color #803CF6: hue angle of 261.94º degrees, saturation: 0.91, 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 #803CF6 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 60 | 246 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.04 |
| HSL | 261.94º | 0.91% | 0.6% | - |
| HSV(B) | 261.94º | 0.76% | 0.96% | - |
| XYZ | 27.15 | 14.47 | 88.55 | - |
| YUV | 101.54 | 209.53 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 246 | 0.48 | 0.76 | 0 | 0.04 | 261.94 | 0.91 | 0.6 |
| Hex | 80 | 3C | F6 | 30 | 4C | 0 | 4 | 106 | 5B | 3C |
| Octal | 200 | 74 | 366 | 60 | 114 | 0 | 4 | 406 | 133 | 74 |
| Binary | 10000000 | 111100 | 11110110 | 110000 | 1001100 | 0 | 100 | 100000110 | 1011011 | 111100 |
Color Harmonies of #803CF6
Complementary color
Monochromatic Colors of #803CF6
Black with #803CF6
Text Example
Text Example
White with #803CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CF6; }
p { color: rgb(128,60,246); }
H1.HeaderClassName
{
color: #803CF6;
}
.AnyTagClassName
{
color: #803CF6;
}
</style>
background-color css
<style>
a { background-color: #803CF6; }
a { background-color: rgb(128,60,246); }
div.DivClassName
{
background-color: #803CF6;
}
.BgClassName
{
background-color: #803CF6;
}
</style>
border-color css
<style>
span { border-color: #803CF6; }
span { border-color: rgb(128,60,246); }
td.TdClassName
{
border-color: #803CF6;
}
.TagClassName
{
border-color: #803CF6;
}
</style>