Shades of Blue Violet #831CDA
Tints of Blue Violet #831CDA
RGB
CMYK
RGB Variations
Color information
#831CDA (or 0x831CDA) is known color: Blue Violet. HEX triplet: 83, 1C and DA. RGB value is (131,28,218). Sum of RGB (Red+Green+Blue) = 131+28+218=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #831CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CDA is #7CE325. Grayscale: #4F4F4F. Windows color (decimal): -8184614 or 14294147. OLE color: 14294147.
HSL color Cylindrical-coordinate representation of color #831CDA: hue angle of 272.53º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831CDA is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 28 | 218 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.15 |
| HSL | 272.53º | 0.77% | 0.48% | - |
| HSV(B) | 272.53º | 0.87% | 0.85% | - |
| XYZ | 22.43 | 10.72 | 67.22 | - |
| YUV | 80.46 | 205.62 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 218 | 0.40 | 0.87 | 0 | 0.15 | 272.53 | 0.77 | 0.48 |
| Hex | 83 | 1C | DA | 28 | 57 | 0 | F | 111 | 4D | 30 |
| Octal | 203 | 34 | 332 | 50 | 127 | 0 | 17 | 421 | 115 | 60 |
| Binary | 10000011 | 11100 | 11011010 | 101000 | 1010111 | 0 | 1111 | 100010001 | 1001101 | 110000 |
Color Harmonies of #831CDA
Complementary color
Monochromatic Colors of #831CDA
Black with #831CDA
Text Example
Text Example
White with #831CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CDA; }
p { color: rgb(131,28,218); }
H1.HeaderClassName
{
color: #831CDA;
}
.AnyTagClassName
{
color: #831CDA;
}
</style>
background-color css
<style>
a { background-color: #831CDA; }
a { background-color: rgb(131,28,218); }
div.DivClassName
{
background-color: #831CDA;
}
.BgClassName
{
background-color: #831CDA;
}
</style>
border-color css
<style>
span { border-color: #831CDA; }
span { border-color: rgb(131,28,218); }
td.TdClassName
{
border-color: #831CDA;
}
.TagClassName
{
border-color: #831CDA;
}
</style>