Shades of Blue Violet #803DF6
Tints of Blue Violet #803DF6
RGB
CMYK
RGB Variations
Color information
#803DF6 (or 0x803DF6) is known color: Blue Violet. HEX triplet: 80, 3D and F6. RGB value is (128,61,246). Sum of RGB (Red+Green+Blue) = 128+61+246=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #803DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803DF6 is #7FC209. Grayscale: #656565. Windows color (decimal): -8372746 or 16137600. OLE color: 16137600.
HSL color Cylindrical-coordinate representation of color #803DF6: hue angle of 261.73º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #803DF6 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 61 | 246 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.04 |
| HSL | 261.73º | 0.91% | 0.6% | - |
| HSV(B) | 261.73º | 0.75% | 0.96% | - |
| XYZ | 27.21 | 14.58 | 88.57 | - |
| YUV | 102.12 | 209.2 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 246 | 0.48 | 0.75 | 0 | 0.04 | 261.73 | 0.91 | 0.6 |
| Hex | 80 | 3D | F6 | 30 | 4B | 0 | 4 | 106 | 5B | 3C |
| Octal | 200 | 75 | 366 | 60 | 113 | 0 | 4 | 406 | 133 | 74 |
| Binary | 10000000 | 111101 | 11110110 | 110000 | 1001011 | 0 | 100 | 100000110 | 1011011 | 111100 |
Color Harmonies of #803DF6
Complementary color
Monochromatic Colors of #803DF6
Black with #803DF6
Text Example
Text Example
White with #803DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DF6; }
p { color: rgb(128,61,246); }
H1.HeaderClassName
{
color: #803DF6;
}
.AnyTagClassName
{
color: #803DF6;
}
</style>
background-color css
<style>
a { background-color: #803DF6; }
a { background-color: rgb(128,61,246); }
div.DivClassName
{
background-color: #803DF6;
}
.BgClassName
{
background-color: #803DF6;
}
</style>
border-color css
<style>
span { border-color: #803DF6; }
span { border-color: rgb(128,61,246); }
td.TdClassName
{
border-color: #803DF6;
}
.TagClassName
{
border-color: #803DF6;
}
</style>