Shades of Blue Violet #803DF3
Tints of Blue Violet #803DF3
RGB
CMYK
RGB Variations
Color information
#803DF3 (or 0x803DF3) is known color: Blue Violet. HEX triplet: 80, 3D and F3. RGB value is (128,61,243). Sum of RGB (Red+Green+Blue) = 128+61+243=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #803DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803DF3 is #7FC20C. Grayscale: #656565. Windows color (decimal): -8372749 or 15940992. OLE color: 15940992.
HSL color Cylindrical-coordinate representation of color #803DF3: hue angle of 262.09º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #803DF3 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 61 | 243 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.05 |
| HSL | 262.09º | 0.88% | 0.6% | - |
| HSV(B) | 262.09º | 0.75% | 0.95% | - |
| XYZ | 26.75 | 14.4 | 86.16 | - |
| YUV | 101.78 | 207.7 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 243 | 0.47 | 0.75 | 0 | 0.05 | 262.09 | 0.88 | 0.6 |
| Hex | 80 | 3D | F3 | 2F | 4B | 0 | 5 | 106 | 58 | 3C |
| Octal | 200 | 75 | 363 | 57 | 113 | 0 | 5 | 406 | 130 | 74 |
| Binary | 10000000 | 111101 | 11110011 | 101111 | 1001011 | 0 | 101 | 100000110 | 1011000 | 111100 |
Color Harmonies of #803DF3
Complementary color
Monochromatic Colors of #803DF3
Black with #803DF3
Text Example
Text Example
White with #803DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DF3; }
p { color: rgb(128,61,243); }
H1.HeaderClassName
{
color: #803DF3;
}
.AnyTagClassName
{
color: #803DF3;
}
</style>
background-color css
<style>
a { background-color: #803DF3; }
a { background-color: rgb(128,61,243); }
div.DivClassName
{
background-color: #803DF3;
}
.BgClassName
{
background-color: #803DF3;
}
</style>
border-color css
<style>
span { border-color: #803DF3; }
span { border-color: rgb(128,61,243); }
td.TdClassName
{
border-color: #803DF3;
}
.TagClassName
{
border-color: #803DF3;
}
</style>