Shades of Blue Violet #803FEF
Tints of Blue Violet #803FEF
RGB
CMYK
RGB Variations
Color information
#803FEF (or 0x803FEF) is known color: Blue Violet. HEX triplet: 80, 3F and EF. RGB value is (128,63,239). Sum of RGB (Red+Green+Blue) = 128+63+239=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #803FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803FEF is #7FC010. Grayscale: #656565. Windows color (decimal): -8372241 or 15679360. OLE color: 15679360.
HSL color Cylindrical-coordinate representation of color #803FEF: hue angle of 262.16º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803FEF is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 63 | 239 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.06 |
| HSL | 262.16º | 0.85% | 0.59% | - |
| HSV(B) | 262.16º | 0.74% | 0.94% | - |
| XYZ | 26.26 | 14.38 | 83.05 | - |
| YUV | 102.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 239 | 0.46 | 0.74 | 0 | 0.06 | 262.16 | 0.85 | 0.59 |
| Hex | 80 | 3F | EF | 2E | 4A | 0 | 6 | 106 | 55 | 3B |
| Octal | 200 | 77 | 357 | 56 | 112 | 0 | 6 | 406 | 125 | 73 |
| Binary | 10000000 | 111111 | 11101111 | 101110 | 1001010 | 0 | 110 | 100000110 | 1010101 | 111011 |
Color Harmonies of #803FEF
Complementary color
Monochromatic Colors of #803FEF
Black with #803FEF
Text Example
Text Example
White with #803FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FEF; }
p { color: rgb(128,63,239); }
H1.HeaderClassName
{
color: #803FEF;
}
.AnyTagClassName
{
color: #803FEF;
}
</style>
background-color css
<style>
a { background-color: #803FEF; }
a { background-color: rgb(128,63,239); }
div.DivClassName
{
background-color: #803FEF;
}
.BgClassName
{
background-color: #803FEF;
}
</style>
border-color css
<style>
span { border-color: #803FEF; }
span { border-color: rgb(128,63,239); }
td.TdClassName
{
border-color: #803FEF;
}
.TagClassName
{
border-color: #803FEF;
}
</style>