Shades of Blue Violet #831EC9
Tints of Blue Violet #831EC9
RGB
CMYK
RGB Variations
Color information
#831EC9 (or 0x831EC9) is known color: Blue Violet. HEX triplet: 83, 1E and C9. RGB value is (131,30,201). Sum of RGB (Red+Green+Blue) = 131+30+201=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #831EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EC9 is #7CE136. Grayscale: #4F4F4F. Windows color (decimal): -8184119 or 13180547. OLE color: 13180547.
HSL color Cylindrical-coordinate representation of color #831EC9: hue angle of 275.44º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831EC9 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 30 | 201 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.21 |
| HSL | 275.44º | 0.74% | 0.45% | - |
| HSV(B) | 275.44º | 0.85% | 0.79% | - |
| XYZ | 20.37 | 9.97 | 56.11 | - |
| YUV | 79.69 | 196.46 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 201 | 0.35 | 0.85 | 0 | 0.21 | 275.44 | 0.74 | 0.45 |
| Hex | 83 | 1E | C9 | 23 | 55 | 0 | 15 | 113 | 4A | 2D |
| Octal | 203 | 36 | 311 | 43 | 125 | 0 | 25 | 423 | 112 | 55 |
| Binary | 10000011 | 11110 | 11001001 | 100011 | 1010101 | 0 | 10101 | 100010011 | 1001010 | 101101 |
Color Harmonies of #831EC9
Complementary color
Monochromatic Colors of #831EC9
Black with #831EC9
Text Example
Text Example
White with #831EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EC9; }
p { color: rgb(131,30,201); }
H1.HeaderClassName
{
color: #831EC9;
}
.AnyTagClassName
{
color: #831EC9;
}
</style>
background-color css
<style>
a { background-color: #831EC9; }
a { background-color: rgb(131,30,201); }
div.DivClassName
{
background-color: #831EC9;
}
.BgClassName
{
background-color: #831EC9;
}
</style>
border-color css
<style>
span { border-color: #831EC9; }
span { border-color: rgb(131,30,201); }
td.TdClassName
{
border-color: #831EC9;
}
.TagClassName
{
border-color: #831EC9;
}
</style>