Shades of Blue Violet #831ACD
Tints of Blue Violet #831ACD
RGB
CMYK
RGB Variations
Color information
#831ACD (or 0x831ACD) is known color: Blue Violet. HEX triplet: 83, 1A and CD. RGB value is (131,26,205). Sum of RGB (Red+Green+Blue) = 131+26+205=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #831ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ACD is #7CE532. Grayscale: #4D4D4D. Windows color (decimal): -8185139 or 13441667. OLE color: 13441667.
HSL color Cylindrical-coordinate representation of color #831ACD: hue angle of 275.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831ACD is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 26 | 205 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.20 |
| HSL | 275.2º | 0.77% | 0.45% | - |
| HSV(B) | 275.2º | 0.87% | 0.8% | - |
| XYZ | 20.75 | 9.97 | 58.59 | - |
| YUV | 77.8 | 199.79 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 205 | 0.36 | 0.87 | 0 | 0.20 | 275.2 | 0.77 | 0.45 |
| Hex | 83 | 1A | CD | 24 | 57 | 0 | 14 | 113 | 4D | 2D |
| Octal | 203 | 32 | 315 | 44 | 127 | 0 | 24 | 423 | 115 | 55 |
| Binary | 10000011 | 11010 | 11001101 | 100100 | 1010111 | 0 | 10100 | 100010011 | 1001101 | 101101 |
Color Harmonies of #831ACD
Complementary color
Monochromatic Colors of #831ACD
Black with #831ACD
Text Example
Text Example
White with #831ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831ACD; }
p { color: rgb(131,26,205); }
H1.HeaderClassName
{
color: #831ACD;
}
.AnyTagClassName
{
color: #831ACD;
}
</style>
background-color css
<style>
a { background-color: #831ACD; }
a { background-color: rgb(131,26,205); }
div.DivClassName
{
background-color: #831ACD;
}
.BgClassName
{
background-color: #831ACD;
}
</style>
border-color css
<style>
span { border-color: #831ACD; }
span { border-color: rgb(131,26,205); }
td.TdClassName
{
border-color: #831ACD;
}
.TagClassName
{
border-color: #831ACD;
}
</style>