Shades of Blue Violet #8131CE
Tints of Blue Violet #8131CE
RGB
CMYK
RGB Variations
Color information
#8131CE (or 0x8131CE) is known color: Blue Violet. HEX triplet: 81, 31 and CE. RGB value is (129,49,206). Sum of RGB (Red+Green+Blue) = 129+49+206=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #8131CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8131CE is #7ECE31. Grayscale: #5A5A5A. Windows color (decimal): -8310322 or 13513089. OLE color: 13513089.
HSL color Cylindrical-coordinate representation of color #8131CE: hue angle of 270.57º 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 #8131CE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 49 | 206 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.19 |
| HSL | 270.57º | 0.62% | 0.5% | - |
| HSV(B) | 270.57º | 0.76% | 0.81% | - |
| XYZ | 21.29 | 11.32 | 59.46 | - |
| YUV | 90.82 | 193 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 206 | 0.37 | 0.76 | 0 | 0.19 | 270.57 | 0.62 | 0.5 |
| Hex | 81 | 31 | CE | 25 | 4C | 0 | 13 | 10F | 3E | 32 |
| Octal | 201 | 61 | 316 | 45 | 114 | 0 | 23 | 417 | 76 | 62 |
| Binary | 10000001 | 110001 | 11001110 | 100101 | 1001100 | 0 | 10011 | 100001111 | 111110 | 110010 |
Color Harmonies of #8131CE
Complementary color
Monochromatic Colors of #8131CE
Black with #8131CE
Text Example
Text Example
White with #8131CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8131CE; }
p { color: rgb(129,49,206); }
H1.HeaderClassName
{
color: #8131CE;
}
.AnyTagClassName
{
color: #8131CE;
}
</style>
background-color css
<style>
a { background-color: #8131CE; }
a { background-color: rgb(129,49,206); }
div.DivClassName
{
background-color: #8131CE;
}
.BgClassName
{
background-color: #8131CE;
}
</style>
border-color css
<style>
span { border-color: #8131CE; }
span { border-color: rgb(129,49,206); }
td.TdClassName
{
border-color: #8131CE;
}
.TagClassName
{
border-color: #8131CE;
}
</style>