Shades of Blue Violet #8039CE
Tints of Blue Violet #8039CE
RGB
CMYK
RGB Variations
Color information
#8039CE (or 0x8039CE) is known color: Blue Violet. HEX triplet: 80, 39 and CE. RGB value is (128,57,206). Sum of RGB (Red+Green+Blue) = 128+57+206=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #8039CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039CE is #7FC631. Grayscale: #5E5E5E. Windows color (decimal): -8373810 or 13515136. OLE color: 13515136.
HSL color Cylindrical-coordinate representation of color #8039CE: hue angle of 268.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8039CE is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 57 | 206 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.19 |
| HSL | 268.59º | 0.6% | 0.52% | - |
| HSV(B) | 268.59º | 0.72% | 0.81% | - |
| XYZ | 21.51 | 11.97 | 59.57 | - |
| YUV | 95.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 206 | 0.38 | 0.72 | 0 | 0.19 | 268.59 | 0.6 | 0.52 |
| Hex | 80 | 39 | CE | 26 | 48 | 0 | 13 | 10D | 3C | 34 |
| Octal | 200 | 71 | 316 | 46 | 110 | 0 | 23 | 415 | 74 | 64 |
| Binary | 10000000 | 111001 | 11001110 | 100110 | 1001000 | 0 | 10011 | 100001101 | 111100 | 110100 |
Color Harmonies of #8039CE
Complementary color
Monochromatic Colors of #8039CE
Black with #8039CE
Text Example
Text Example
White with #8039CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039CE; }
p { color: rgb(128,57,206); }
H1.HeaderClassName
{
color: #8039CE;
}
.AnyTagClassName
{
color: #8039CE;
}
</style>
background-color css
<style>
a { background-color: #8039CE; }
a { background-color: rgb(128,57,206); }
div.DivClassName
{
background-color: #8039CE;
}
.BgClassName
{
background-color: #8039CE;
}
</style>
border-color css
<style>
span { border-color: #8039CE; }
span { border-color: rgb(128,57,206); }
td.TdClassName
{
border-color: #8039CE;
}
.TagClassName
{
border-color: #8039CE;
}
</style>