Shades of Blue Violet #8031CE
Tints of Blue Violet #8031CE
RGB
CMYK
RGB Variations
Color information
#8031CE (or 0x8031CE) is known color: Blue Violet. HEX triplet: 80, 31 and CE. RGB value is (128,49,206). Sum of RGB (Red+Green+Blue) = 128+49+206=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #8031CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031CE is #7FCE31. Grayscale: #595959. Windows color (decimal): -8375858 or 13513088. OLE color: 13513088.
HSL color Cylindrical-coordinate representation of color #8031CE: hue angle of 270.19º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8031CE is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 49 | 206 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.19 |
| HSL | 270.19º | 0.62% | 0.5% | - |
| HSV(B) | 270.19º | 0.76% | 0.81% | - |
| XYZ | 21.14 | 11.24 | 59.45 | - |
| YUV | 90.52 | 193.17 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 206 | 0.38 | 0.76 | 0 | 0.19 | 270.19 | 0.62 | 0.5 |
| Hex | 80 | 31 | CE | 26 | 4C | 0 | 13 | 10E | 3E | 32 |
| Octal | 200 | 61 | 316 | 46 | 114 | 0 | 23 | 416 | 76 | 62 |
| Binary | 10000000 | 110001 | 11001110 | 100110 | 1001100 | 0 | 10011 | 100001110 | 111110 | 110010 |
Color Harmonies of #8031CE
Complementary color
Monochromatic Colors of #8031CE
Black with #8031CE
Text Example
Text Example
White with #8031CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031CE; }
p { color: rgb(128,49,206); }
H1.HeaderClassName
{
color: #8031CE;
}
.AnyTagClassName
{
color: #8031CE;
}
</style>
background-color css
<style>
a { background-color: #8031CE; }
a { background-color: rgb(128,49,206); }
div.DivClassName
{
background-color: #8031CE;
}
.BgClassName
{
background-color: #8031CE;
}
</style>
border-color css
<style>
span { border-color: #8031CE; }
span { border-color: rgb(128,49,206); }
td.TdClassName
{
border-color: #8031CE;
}
.TagClassName
{
border-color: #8031CE;
}
</style>