Shades of Blue Violet #8031CB
Tints of Blue Violet #8031CB
RGB
CMYK
RGB Variations
Color information
#8031CB (or 0x8031CB) is known color: Blue Violet. HEX triplet: 80, 31 and CB. RGB value is (128,49,203). Sum of RGB (Red+Green+Blue) = 128+49+203=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #8031CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031CB is #7FCE34. Grayscale: #595959. Windows color (decimal): -8375861 or 13316480. OLE color: 13316480.
HSL color Cylindrical-coordinate representation of color #8031CB: hue angle of 270.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8031CB is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 49 | 203 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.20 |
| HSL | 270.78º | 0.61% | 0.49% | - |
| HSV(B) | 270.78º | 0.76% | 0.8% | - |
| XYZ | 20.78 | 11.1 | 57.55 | - |
| YUV | 90.18 | 191.67 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 203 | 0.37 | 0.76 | 0 | 0.20 | 270.78 | 0.61 | 0.49 |
| Hex | 80 | 31 | CB | 25 | 4C | 0 | 14 | 10F | 3D | 31 |
| Octal | 200 | 61 | 313 | 45 | 114 | 0 | 24 | 417 | 75 | 61 |
| Binary | 10000000 | 110001 | 11001011 | 100101 | 1001100 | 0 | 10100 | 100001111 | 111101 | 110001 |
Color Harmonies of #8031CB
Complementary color
Monochromatic Colors of #8031CB
Black with #8031CB
Text Example
Text Example
White with #8031CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031CB; }
p { color: rgb(128,49,203); }
H1.HeaderClassName
{
color: #8031CB;
}
.AnyTagClassName
{
color: #8031CB;
}
</style>
background-color css
<style>
a { background-color: #8031CB; }
a { background-color: rgb(128,49,203); }
div.DivClassName
{
background-color: #8031CB;
}
.BgClassName
{
background-color: #8031CB;
}
</style>
border-color css
<style>
span { border-color: #8031CB; }
span { border-color: rgb(128,49,203); }
td.TdClassName
{
border-color: #8031CB;
}
.TagClassName
{
border-color: #8031CB;
}
</style>