Shades of Blue Violet #803BE4
Tints of Blue Violet #803BE4
RGB
CMYK
RGB Variations
Color information
#803BE4 (or 0x803BE4) is known color: Blue Violet. HEX triplet: 80, 3B and E4. RGB value is (128,59,228). Sum of RGB (Red+Green+Blue) = 128+59+228=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 228 (89.45% from 255 or 54.94% from 415); Max value from RGB is 228 - color contains mainly: blue. Hex color #803BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803BE4 is #7FC41B. Grayscale: #626262. Windows color (decimal): -8373276 or 14957440. OLE color: 14957440.
HSL color Cylindrical-coordinate representation of color #803BE4: hue angle of 264.5º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803BE4 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 59 | 228 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.11 |
| HSL | 264.5º | 0.76% | 0.56% | - |
| HSV(B) | 264.5º | 0.74% | 0.89% | - |
| XYZ | 24.47 | 13.32 | 74.68 | - |
| YUV | 98.9 | 200.86 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 228 | 0.44 | 0.74 | 0 | 0.11 | 264.5 | 0.76 | 0.56 |
| Hex | 80 | 3B | E4 | 2C | 4A | 0 | B | 108 | 4C | 38 |
| Octal | 200 | 73 | 344 | 54 | 112 | 0 | 13 | 410 | 114 | 70 |
| Binary | 10000000 | 111011 | 11100100 | 101100 | 1001010 | 0 | 1011 | 100001000 | 1001100 | 111000 |
Color Harmonies of #803BE4
Complementary color
Monochromatic Colors of #803BE4
Black with #803BE4
Text Example
Text Example
White with #803BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803BE4; }
p { color: rgb(128,59,228); }
H1.HeaderClassName
{
color: #803BE4;
}
.AnyTagClassName
{
color: #803BE4;
}
</style>
background-color css
<style>
a { background-color: #803BE4; }
a { background-color: rgb(128,59,228); }
div.DivClassName
{
background-color: #803BE4;
}
.BgClassName
{
background-color: #803BE4;
}
</style>
border-color css
<style>
span { border-color: #803BE4; }
span { border-color: rgb(128,59,228); }
td.TdClassName
{
border-color: #803BE4;
}
.TagClassName
{
border-color: #803BE4;
}
</style>