Shades of Blue Violet #803CFA
Tints of Blue Violet #803CFA
RGB
CMYK
RGB Variations
Color information
#803CFA (or 0x803CFA) is known color: Blue Violet. HEX triplet: 80, 3C and FA. RGB value is (128,60,250). Sum of RGB (Red+Green+Blue) = 128+60+250=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #803CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803CFA is #7FC305. Grayscale: #656565. Windows color (decimal): -8372998 or 16399488. OLE color: 16399488.
HSL color Cylindrical-coordinate representation of color #803CFA: hue angle of 261.47º degrees, saturation: 0.95, 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 #803CFA is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 60 | 250 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.02 |
| HSL | 261.47º | 0.95% | 0.61% | - |
| HSV(B) | 261.47º | 0.76% | 0.98% | - |
| XYZ | 27.77 | 14.72 | 91.82 | - |
| YUV | 101.99 | 211.53 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 250 | 0.49 | 0.76 | 0 | 0.02 | 261.47 | 0.95 | 0.61 |
| Hex | 80 | 3C | FA | 31 | 4C | 0 | 2 | 105 | 5F | 3D |
| Octal | 200 | 74 | 372 | 61 | 114 | 0 | 2 | 405 | 137 | 75 |
| Binary | 10000000 | 111100 | 11111010 | 110001 | 1001100 | 0 | 10 | 100000101 | 1011111 | 111101 |
Color Harmonies of #803CFA
Complementary color
Monochromatic Colors of #803CFA
Black with #803CFA
Text Example
Text Example
White with #803CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CFA; }
p { color: rgb(128,60,250); }
H1.HeaderClassName
{
color: #803CFA;
}
.AnyTagClassName
{
color: #803CFA;
}
</style>
background-color css
<style>
a { background-color: #803CFA; }
a { background-color: rgb(128,60,250); }
div.DivClassName
{
background-color: #803CFA;
}
.BgClassName
{
background-color: #803CFA;
}
</style>
border-color css
<style>
span { border-color: #803CFA; }
span { border-color: rgb(128,60,250); }
td.TdClassName
{
border-color: #803CFA;
}
.TagClassName
{
border-color: #803CFA;
}
</style>