Shades of Blue Violet #803AFC
Tints of Blue Violet #803AFC
RGB
CMYK
RGB Variations
Color information
#803AFC (or 0x803AFC) is known color: Blue Violet. HEX triplet: 80, 3A and FC. RGB value is (128,58,252). Sum of RGB (Red+Green+Blue) = 128+58+252=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #803AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803AFC is #7FC503. Grayscale: #646464. Windows color (decimal): -8373508 or 16530048. OLE color: 16530048.
HSL color Cylindrical-coordinate representation of color #803AFC: hue angle of 261.65º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #803AFC is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 58 | 252 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.01 |
| HSL | 261.65º | 0.97% | 0.61% | - |
| HSV(B) | 261.65º | 0.77% | 0.99% | - |
| XYZ | 27.99 | 14.64 | 93.45 | - |
| YUV | 101.05 | 213.19 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 252 | 0.49 | 0.77 | 0 | 0.01 | 261.65 | 0.97 | 0.61 |
| Hex | 80 | 3A | FC | 31 | 4D | 0 | 1 | 106 | 61 | 3D |
| Octal | 200 | 72 | 374 | 61 | 115 | 0 | 1 | 406 | 141 | 75 |
| Binary | 10000000 | 111010 | 11111100 | 110001 | 1001101 | 0 | 1 | 100000110 | 1100001 | 111101 |
Color Harmonies of #803AFC
Complementary color
Monochromatic Colors of #803AFC
Black with #803AFC
Text Example
Text Example
White with #803AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803AFC; }
p { color: rgb(128,58,252); }
H1.HeaderClassName
{
color: #803AFC;
}
.AnyTagClassName
{
color: #803AFC;
}
</style>
background-color css
<style>
a { background-color: #803AFC; }
a { background-color: rgb(128,58,252); }
div.DivClassName
{
background-color: #803AFC;
}
.BgClassName
{
background-color: #803AFC;
}
</style>
border-color css
<style>
span { border-color: #803AFC; }
span { border-color: rgb(128,58,252); }
td.TdClassName
{
border-color: #803AFC;
}
.TagClassName
{
border-color: #803AFC;
}
</style>