Shades of Blue Violet #8038FE
Tints of Blue Violet #8038FE
RGB
CMYK
RGB Variations
Color information
#8038FE (or 0x8038FE) is known color: Blue Violet. HEX triplet: 80, 38 and FE. RGB value is (128,56,254). Sum of RGB (Red+Green+Blue) = 128+56+254=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #8038FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8038FE is #7FC701. Grayscale: #636363. Windows color (decimal): -8374018 or 16660608. OLE color: 16660608.
HSL color Cylindrical-coordinate representation of color #8038FE: hue angle of 261.82º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8038FE is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 56 | 254 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.00 |
| HSL | 261.82º | 0.99% | 0.61% | - |
| HSV(B) | 261.82º | 0.78% | 1% | - |
| XYZ | 28.21 | 14.57 | 95.09 | - |
| YUV | 100.1 | 214.85 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 254 | 0.50 | 0.78 | 0 | 0.00 | 261.82 | 0.99 | 0.61 |
| Hex | 80 | 38 | FE | 32 | 4E | 0 | 0 | 106 | 63 | 3D |
| Octal | 200 | 70 | 376 | 62 | 116 | 0 | 0 | 406 | 143 | 75 |
| Binary | 10000000 | 111000 | 11111110 | 110010 | 1001110 | 0 | 0 | 100000110 | 1100011 | 111101 |
Color Harmonies of #8038FE
Complementary color
Monochromatic Colors of #8038FE
Black with #8038FE
Text Example
Text Example
White with #8038FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8038FE; }
p { color: rgb(128,56,254); }
H1.HeaderClassName
{
color: #8038FE;
}
.AnyTagClassName
{
color: #8038FE;
}
</style>
background-color css
<style>
a { background-color: #8038FE; }
a { background-color: rgb(128,56,254); }
div.DivClassName
{
background-color: #8038FE;
}
.BgClassName
{
background-color: #8038FE;
}
</style>
border-color css
<style>
span { border-color: #8038FE; }
span { border-color: rgb(128,56,254); }
td.TdClassName
{
border-color: #8038FE;
}
.TagClassName
{
border-color: #8038FE;
}
</style>