Shades of Blue Violet #831AD0
Tints of Blue Violet #831AD0
RGB
CMYK
RGB Variations
Color information
#831AD0 (or 0x831AD0) is known color: Blue Violet. HEX triplet: 83, 1A and D0. RGB value is (131,26,208). Sum of RGB (Red+Green+Blue) = 131+26+208=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #831AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831AD0 is #7CE52F. Grayscale: #4D4D4D. Windows color (decimal): -8185136 or 13638275. OLE color: 13638275.
HSL color Cylindrical-coordinate representation of color #831AD0: hue angle of 274.62º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831AD0 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 26 | 208 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.18 |
| HSL | 274.62º | 0.78% | 0.46% | - |
| HSV(B) | 274.62º | 0.88% | 0.82% | - |
| XYZ | 21.11 | 10.12 | 60.51 | - |
| YUV | 78.14 | 201.29 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 208 | 0.37 | 0.88 | 0 | 0.18 | 274.62 | 0.78 | 0.46 |
| Hex | 83 | 1A | D0 | 25 | 58 | 0 | 12 | 113 | 4E | 2E |
| Octal | 203 | 32 | 320 | 45 | 130 | 0 | 22 | 423 | 116 | 56 |
| Binary | 10000011 | 11010 | 11010000 | 100101 | 1011000 | 0 | 10010 | 100010011 | 1001110 | 101110 |
Color Harmonies of #831AD0
Complementary color
Monochromatic Colors of #831AD0
Black with #831AD0
Text Example
Text Example
White with #831AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831AD0; }
p { color: rgb(131,26,208); }
H1.HeaderClassName
{
color: #831AD0;
}
.AnyTagClassName
{
color: #831AD0;
}
</style>
background-color css
<style>
a { background-color: #831AD0; }
a { background-color: rgb(131,26,208); }
div.DivClassName
{
background-color: #831AD0;
}
.BgClassName
{
background-color: #831AD0;
}
</style>
border-color css
<style>
span { border-color: #831AD0; }
span { border-color: rgb(131,26,208); }
td.TdClassName
{
border-color: #831AD0;
}
.TagClassName
{
border-color: #831AD0;
}
</style>