Shades of Blue Violet #8031CC
Tints of Blue Violet #8031CC
RGB
CMYK
RGB Variations
Color information
#8031CC (or 0x8031CC) is known color: Blue Violet. HEX triplet: 80, 31 and CC. RGB value is (128,49,204). Sum of RGB (Red+Green+Blue) = 128+49+204=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #8031CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031CC is #7FCE33. Grayscale: #595959. Windows color (decimal): -8375860 or 13382016. OLE color: 13382016.
HSL color Cylindrical-coordinate representation of color #8031CC: hue angle of 270.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8031CC is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 49 | 204 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.2 |
| HSL | 270.58º | 0.61% | 0.5% | - |
| HSV(B) | 270.58º | 0.76% | 0.8% | - |
| XYZ | 20.9 | 11.15 | 58.18 | - |
| YUV | 90.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 204 | 0.37 | 0.76 | 0 | 0.2 | 270.58 | 0.61 | 0.5 |
| Hex | 80 | 31 | CC | 25 | 4C | 0 | 14 | 10F | 3D | 32 |
| Octal | 200 | 61 | 314 | 45 | 114 | 0 | 24 | 417 | 75 | 62 |
| Binary | 10000000 | 110001 | 11001100 | 100101 | 1001100 | 0 | 10100 | 100001111 | 111101 | 110010 |
Color Harmonies of #8031CC
Complementary color
Monochromatic Colors of #8031CC
Black with #8031CC
Text Example
Text Example
White with #8031CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031CC; }
p { color: rgb(128,49,204); }
H1.HeaderClassName
{
color: #8031CC;
}
.AnyTagClassName
{
color: #8031CC;
}
</style>
background-color css
<style>
a { background-color: #8031CC; }
a { background-color: rgb(128,49,204); }
div.DivClassName
{
background-color: #8031CC;
}
.BgClassName
{
background-color: #8031CC;
}
</style>
border-color css
<style>
span { border-color: #8031CC; }
span { border-color: rgb(128,49,204); }
td.TdClassName
{
border-color: #8031CC;
}
.TagClassName
{
border-color: #8031CC;
}
</style>