Shades of Blue Violet #8037E3
Tints of Blue Violet #8037E3
RGB
CMYK
RGB Variations
Color information
#8037E3 (or 0x8037E3) is known color: Blue Violet. HEX triplet: 80, 37 and E3. RGB value is (128,55,227). Sum of RGB (Red+Green+Blue) = 128+55+227=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 227 (89.06% from 255 or 55.37% from 410); Max value from RGB is 227 - color contains mainly: blue. Hex color #8037E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8037E3 is #7FC81C. Grayscale: #5F5F5F. Windows color (decimal): -8374301 or 14890880. OLE color: 14890880.
HSL color Cylindrical-coordinate representation of color #8037E3: hue angle of 265.47º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8037E3 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 55 | 227 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.11 |
| HSL | 265.47º | 0.75% | 0.55% | - |
| HSV(B) | 265.47º | 0.76% | 0.89% | - |
| XYZ | 24.13 | 12.87 | 73.88 | - |
| YUV | 96.44 | 201.68 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 227 | 0.44 | 0.76 | 0 | 0.11 | 265.47 | 0.75 | 0.55 |
| Hex | 80 | 37 | E3 | 2C | 4C | 0 | B | 109 | 4B | 37 |
| Octal | 200 | 67 | 343 | 54 | 114 | 0 | 13 | 411 | 113 | 67 |
| Binary | 10000000 | 110111 | 11100011 | 101100 | 1001100 | 0 | 1011 | 100001001 | 1001011 | 110111 |
Color Harmonies of #8037E3
Complementary color
Monochromatic Colors of #8037E3
Black with #8037E3
Text Example
Text Example
White with #8037E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8037E3; }
p { color: rgb(128,55,227); }
H1.HeaderClassName
{
color: #8037E3;
}
.AnyTagClassName
{
color: #8037E3;
}
</style>
background-color css
<style>
a { background-color: #8037E3; }
a { background-color: rgb(128,55,227); }
div.DivClassName
{
background-color: #8037E3;
}
.BgClassName
{
background-color: #8037E3;
}
</style>
border-color css
<style>
span { border-color: #8037E3; }
span { border-color: rgb(128,55,227); }
td.TdClassName
{
border-color: #8037E3;
}
.TagClassName
{
border-color: #8037E3;
}
</style>