Shades of Blue Violet #800FEF
Tints of Blue Violet #800FEF
RGB
CMYK
RGB Variations
Color information
#800FEF (or 0x800FEF) is known color: Blue Violet. HEX triplet: 80, 0F and EF. RGB value is (128,15,239). Sum of RGB (Red+Green+Blue) = 128+15+239=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #800FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800FEF is #7FF010. Grayscale: #494949. Windows color (decimal): -8384529 or 15667072. OLE color: 15667072.
HSL color Cylindrical-coordinate representation of color #800FEF: hue angle of 270.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800FEF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 15 | 239 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.06 |
| HSL | 270.27º | 0.88% | 0.5% | - |
| HSV(B) | 270.27º | 0.94% | 0.94% | - |
| XYZ | 24.65 | 11.16 | 82.52 | - |
| YUV | 74.32 | 220.94 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 239 | 0.46 | 0.94 | 0 | 0.06 | 270.27 | 0.88 | 0.5 |
| Hex | 80 | F | EF | 2E | 5E | 0 | 6 | 10E | 58 | 32 |
| Octal | 200 | 17 | 357 | 56 | 136 | 0 | 6 | 416 | 130 | 62 |
| Binary | 10000000 | 1111 | 11101111 | 101110 | 1011110 | 0 | 110 | 100001110 | 1011000 | 110010 |
Color Harmonies of #800FEF
Complementary color
Monochromatic Colors of #800FEF
Black with #800FEF
Text Example
Text Example
White with #800FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FEF; }
p { color: rgb(128,15,239); }
H1.HeaderClassName
{
color: #800FEF;
}
.AnyTagClassName
{
color: #800FEF;
}
</style>
background-color css
<style>
a { background-color: #800FEF; }
a { background-color: rgb(128,15,239); }
div.DivClassName
{
background-color: #800FEF;
}
.BgClassName
{
background-color: #800FEF;
}
</style>
border-color css
<style>
span { border-color: #800FEF; }
span { border-color: rgb(128,15,239); }
td.TdClassName
{
border-color: #800FEF;
}
.TagClassName
{
border-color: #800FEF;
}
</style>