Shades of Blue Violet #803AFF
Tints of Blue Violet #803AFF
RGB
CMYK
RGB Variations
Color information
#803AFF (or 0x803AFF) is known color: Blue Violet. HEX triplet: 80, 3A and FF. RGB value is (128,58,255). Sum of RGB (Red+Green+Blue) = 128+58+255=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #803AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803AFF is #7FC500. Grayscale: #646464. Windows color (decimal): -8373505 or 16726656. OLE color: 16726656.
HSL color Cylindrical-coordinate representation of color #803AFF: hue angle of 261.32º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #803AFF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 58 | 255 | - |
| CMYK | 0.50 | 0.77 | 0 | 0 |
| HSL | 261.32º | 1% | 0.61% | - |
| HSV(B) | 261.32º | 0.77% | 1% | - |
| XYZ | 28.47 | 14.84 | 95.97 | - |
| YUV | 101.39 | 214.69 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 255 | 0.50 | 0.77 | 0 | 0 | 261.32 | 1 | 0.61 |
| Hex | 80 | 3A | FF | 32 | 4D | 0 | 0 | 105 | 64 | 3D |
| Octal | 200 | 72 | 377 | 62 | 115 | 0 | 0 | 405 | 144 | 75 |
| Binary | 10000000 | 111010 | 11111111 | 110010 | 1001101 | 0 | 0 | 100000101 | 1100100 | 111101 |
Color Harmonies of #803AFF
Complementary color
Monochromatic Colors of #803AFF
Black with #803AFF
Text Example
Text Example
White with #803AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803AFF; }
p { color: rgb(128,58,255); }
H1.HeaderClassName
{
color: #803AFF;
}
.AnyTagClassName
{
color: #803AFF;
}
</style>
background-color css
<style>
a { background-color: #803AFF; }
a { background-color: rgb(128,58,255); }
div.DivClassName
{
background-color: #803AFF;
}
.BgClassName
{
background-color: #803AFF;
}
</style>
border-color css
<style>
span { border-color: #803AFF; }
span { border-color: rgb(128,58,255); }
td.TdClassName
{
border-color: #803AFF;
}
.TagClassName
{
border-color: #803AFF;
}
</style>