Shades of Blue Violet #8030F8
Tints of Blue Violet #8030F8
RGB
CMYK
RGB Variations
Color information
#8030F8 (or 0x8030F8) is known color: Blue Violet. HEX triplet: 80, 30 and F8. RGB value is (128,48,248). Sum of RGB (Red+Green+Blue) = 128+48+248=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 248 (97.27% from 255 or 58.49% from 424); Max value from RGB is 248 - color contains mainly: blue. Hex color #8030F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8030F8 is #7FCF07. Grayscale: #5E5E5E. Windows color (decimal): -8376072 or 16265344. OLE color: 16265344.
HSL color Cylindrical-coordinate representation of color #8030F8: hue angle of 264º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8030F8 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 48 | 248 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.03 |
| HSL | 264º | 0.93% | 0.58% | - |
| HSV(B) | 264º | 0.81% | 0.97% | - |
| XYZ | 26.9 | 13.48 | 89.99 | - |
| YUV | 94.72 | 214.5 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 248 | 0.48 | 0.81 | 0 | 0.03 | 264 | 0.93 | 0.58 |
| Hex | 80 | 30 | F8 | 30 | 51 | 0 | 3 | 108 | 5D | 3A |
| Octal | 200 | 60 | 370 | 60 | 121 | 0 | 3 | 410 | 135 | 72 |
| Binary | 10000000 | 110000 | 11111000 | 110000 | 1010001 | 0 | 11 | 100001000 | 1011101 | 111010 |
Color Harmonies of #8030F8
Complementary color
Monochromatic Colors of #8030F8
Black with #8030F8
Text Example
Text Example
White with #8030F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8030F8; }
p { color: rgb(128,48,248); }
H1.HeaderClassName
{
color: #8030F8;
}
.AnyTagClassName
{
color: #8030F8;
}
</style>
background-color css
<style>
a { background-color: #8030F8; }
a { background-color: rgb(128,48,248); }
div.DivClassName
{
background-color: #8030F8;
}
.BgClassName
{
background-color: #8030F8;
}
</style>
border-color css
<style>
span { border-color: #8030F8; }
span { border-color: rgb(128,48,248); }
td.TdClassName
{
border-color: #8030F8;
}
.TagClassName
{
border-color: #8030F8;
}
</style>