Shades of Blue Violet #803AF8
Tints of Blue Violet #803AF8
RGB
CMYK
RGB Variations
Color information
#803AF8 (or 0x803AF8) is known color: Blue Violet. HEX triplet: 80, 3A and F8. RGB value is (128,58,248). Sum of RGB (Red+Green+Blue) = 128+58+248=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #803AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803AF8 is #7FC507. Grayscale: #636363. Windows color (decimal): -8373512 or 16267904. OLE color: 16267904.
HSL color Cylindrical-coordinate representation of color #803AF8: hue angle of 262.11º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #803AF8 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 58 | 248 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.03 |
| HSL | 262.11º | 0.93% | 0.6% | - |
| HSV(B) | 262.11º | 0.77% | 0.97% | - |
| XYZ | 27.36 | 14.39 | 90.14 | - |
| YUV | 100.59 | 211.19 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 248 | 0.48 | 0.77 | 0 | 0.03 | 262.11 | 0.93 | 0.6 |
| Hex | 80 | 3A | F8 | 30 | 4D | 0 | 3 | 106 | 5D | 3C |
| Octal | 200 | 72 | 370 | 60 | 115 | 0 | 3 | 406 | 135 | 74 |
| Binary | 10000000 | 111010 | 11111000 | 110000 | 1001101 | 0 | 11 | 100000110 | 1011101 | 111100 |
Color Harmonies of #803AF8
Complementary color
Monochromatic Colors of #803AF8
Black with #803AF8
Text Example
Text Example
White with #803AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803AF8; }
p { color: rgb(128,58,248); }
H1.HeaderClassName
{
color: #803AF8;
}
.AnyTagClassName
{
color: #803AF8;
}
</style>
background-color css
<style>
a { background-color: #803AF8; }
a { background-color: rgb(128,58,248); }
div.DivClassName
{
background-color: #803AF8;
}
.BgClassName
{
background-color: #803AF8;
}
</style>
border-color css
<style>
span { border-color: #803AF8; }
span { border-color: rgb(128,58,248); }
td.TdClassName
{
border-color: #803AF8;
}
.TagClassName
{
border-color: #803AF8;
}
</style>