Shades of Blue Violet #8131CB
Tints of Blue Violet #8131CB
RGB
CMYK
RGB Variations
Color information
#8131CB (or 0x8131CB) is known color: Blue Violet. HEX triplet: 81, 31 and CB. RGB value is (129,49,203). Sum of RGB (Red+Green+Blue) = 129+49+203=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #8131CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8131CB is #7ECE34. Grayscale: #595959. Windows color (decimal): -8310325 or 13316481. OLE color: 13316481.
HSL color Cylindrical-coordinate representation of color #8131CB: hue angle of 271.17º 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 #8131CB is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 49 | 203 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.20 |
| HSL | 271.17º | 0.61% | 0.49% | - |
| HSV(B) | 271.17º | 0.76% | 0.8% | - |
| XYZ | 20.93 | 11.18 | 57.55 | - |
| YUV | 90.48 | 191.5 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 203 | 0.36 | 0.76 | 0 | 0.20 | 271.17 | 0.61 | 0.49 |
| Hex | 81 | 31 | CB | 24 | 4C | 0 | 14 | 10F | 3D | 31 |
| Octal | 201 | 61 | 313 | 44 | 114 | 0 | 24 | 417 | 75 | 61 |
| Binary | 10000001 | 110001 | 11001011 | 100100 | 1001100 | 0 | 10100 | 100001111 | 111101 | 110001 |
Color Harmonies of #8131CB
Complementary color
Monochromatic Colors of #8131CB
Black with #8131CB
Text Example
Text Example
White with #8131CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8131CB; }
p { color: rgb(129,49,203); }
H1.HeaderClassName
{
color: #8131CB;
}
.AnyTagClassName
{
color: #8131CB;
}
</style>
background-color css
<style>
a { background-color: #8131CB; }
a { background-color: rgb(129,49,203); }
div.DivClassName
{
background-color: #8131CB;
}
.BgClassName
{
background-color: #8131CB;
}
</style>
border-color css
<style>
span { border-color: #8131CB; }
span { border-color: rgb(129,49,203); }
td.TdClassName
{
border-color: #8131CB;
}
.TagClassName
{
border-color: #8131CB;
}
</style>