Shades of Blue Violet #8038CE
Tints of Blue Violet #8038CE
RGB
CMYK
RGB Variations
Color information
#8038CE (or 0x8038CE) is known color: Blue Violet. HEX triplet: 80, 38 and CE. RGB value is (128,56,206). Sum of RGB (Red+Green+Blue) = 128+56+206=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #8038CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8038CE is #7FC731. Grayscale: #5E5E5E. Windows color (decimal): -8374066 or 13514880. OLE color: 13514880.
HSL color Cylindrical-coordinate representation of color #8038CE: hue angle of 268.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8038CE is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 56 | 206 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.19 |
| HSL | 268.8º | 0.6% | 0.51% | - |
| HSV(B) | 268.8º | 0.73% | 0.81% | - |
| XYZ | 21.46 | 11.87 | 59.55 | - |
| YUV | 94.63 | 190.85 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 206 | 0.38 | 0.73 | 0 | 0.19 | 268.8 | 0.6 | 0.51 |
| Hex | 80 | 38 | CE | 26 | 49 | 0 | 13 | 10D | 3C | 33 |
| Octal | 200 | 70 | 316 | 46 | 111 | 0 | 23 | 415 | 74 | 63 |
| Binary | 10000000 | 111000 | 11001110 | 100110 | 1001001 | 0 | 10011 | 100001101 | 111100 | 110011 |
Color Harmonies of #8038CE
Complementary color
Monochromatic Colors of #8038CE
Black with #8038CE
Text Example
Text Example
White with #8038CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8038CE; }
p { color: rgb(128,56,206); }
H1.HeaderClassName
{
color: #8038CE;
}
.AnyTagClassName
{
color: #8038CE;
}
</style>
background-color css
<style>
a { background-color: #8038CE; }
a { background-color: rgb(128,56,206); }
div.DivClassName
{
background-color: #8038CE;
}
.BgClassName
{
background-color: #8038CE;
}
</style>
border-color css
<style>
span { border-color: #8038CE; }
span { border-color: rgb(128,56,206); }
td.TdClassName
{
border-color: #8038CE;
}
.TagClassName
{
border-color: #8038CE;
}
</style>