Shades of Blue Violet #831CCD
Tints of Blue Violet #831CCD
RGB
CMYK
RGB Variations
Color information
#831CCD (or 0x831CCD) is known color: Blue Violet. HEX triplet: 83, 1C and CD. RGB value is (131,28,205). Sum of RGB (Red+Green+Blue) = 131+28+205=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #831CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CCD is #7CE332. Grayscale: #4E4E4E. Windows color (decimal): -8184627 or 13442179. OLE color: 13442179.
HSL color Cylindrical-coordinate representation of color #831CCD: hue angle of 274.92º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831CCD is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 28 | 205 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.20 |
| HSL | 274.92º | 0.76% | 0.46% | - |
| HSV(B) | 274.92º | 0.86% | 0.8% | - |
| XYZ | 20.79 | 10.06 | 58.6 | - |
| YUV | 78.98 | 199.12 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 205 | 0.36 | 0.86 | 0 | 0.20 | 274.92 | 0.76 | 0.46 |
| Hex | 83 | 1C | CD | 24 | 56 | 0 | 14 | 113 | 4C | 2E |
| Octal | 203 | 34 | 315 | 44 | 126 | 0 | 24 | 423 | 114 | 56 |
| Binary | 10000011 | 11100 | 11001101 | 100100 | 1010110 | 0 | 10100 | 100010011 | 1001100 | 101110 |
Color Harmonies of #831CCD
Complementary color
Monochromatic Colors of #831CCD
Black with #831CCD
Text Example
Text Example
White with #831CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CCD; }
p { color: rgb(131,28,205); }
H1.HeaderClassName
{
color: #831CCD;
}
.AnyTagClassName
{
color: #831CCD;
}
</style>
background-color css
<style>
a { background-color: #831CCD; }
a { background-color: rgb(131,28,205); }
div.DivClassName
{
background-color: #831CCD;
}
.BgClassName
{
background-color: #831CCD;
}
</style>
border-color css
<style>
span { border-color: #831CCD; }
span { border-color: rgb(131,28,205); }
td.TdClassName
{
border-color: #831CCD;
}
.TagClassName
{
border-color: #831CCD;
}
</style>