Shades of Blue Violet #8038EE
Tints of Blue Violet #8038EE
RGB
CMYK
RGB Variations
Color information
#8038EE (or 0x8038EE) is known color: Blue Violet. HEX triplet: 80, 38 and EE. RGB value is (128,56,238). Sum of RGB (Red+Green+Blue) = 128+56+238=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #8038EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8038EE is #7FC711. Grayscale: #616161. Windows color (decimal): -8374034 or 15612032. OLE color: 15612032.
HSL color Cylindrical-coordinate representation of color #8038EE: hue angle of 263.74º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8038EE is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 56 | 238 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.07 |
| HSL | 263.74º | 0.84% | 0.58% | - |
| HSV(B) | 263.74º | 0.76% | 0.93% | - |
| XYZ | 25.75 | 13.59 | 82.16 | - |
| YUV | 98.28 | 206.85 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 238 | 0.46 | 0.76 | 0 | 0.07 | 263.74 | 0.84 | 0.58 |
| Hex | 80 | 38 | EE | 2E | 4C | 0 | 7 | 108 | 54 | 3A |
| Octal | 200 | 70 | 356 | 56 | 114 | 0 | 7 | 410 | 124 | 72 |
| Binary | 10000000 | 111000 | 11101110 | 101110 | 1001100 | 0 | 111 | 100001000 | 1010100 | 111010 |
Color Harmonies of #8038EE
Complementary color
Monochromatic Colors of #8038EE
Black with #8038EE
Text Example
Text Example
White with #8038EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8038EE; }
p { color: rgb(128,56,238); }
H1.HeaderClassName
{
color: #8038EE;
}
.AnyTagClassName
{
color: #8038EE;
}
</style>
background-color css
<style>
a { background-color: #8038EE; }
a { background-color: rgb(128,56,238); }
div.DivClassName
{
background-color: #8038EE;
}
.BgClassName
{
background-color: #8038EE;
}
</style>
border-color css
<style>
span { border-color: #8038EE; }
span { border-color: rgb(128,56,238); }
td.TdClassName
{
border-color: #8038EE;
}
.TagClassName
{
border-color: #8038EE;
}
</style>