Shades of Dark Violet #8313C6
Tints of Dark Violet #8313C6
RGB
CMYK
RGB Variations
Color information
#8313C6 (or 0x8313C6) is known color: Dark Violet. HEX triplet: 83, 13 and C6. RGB value is (131,19,198). Sum of RGB (Red+Green+Blue) = 131+19+198=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #8313C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313C6 is #7CEC39. Grayscale: #484848. Windows color (decimal): -8186938 or 12981123. OLE color: 12981123.
HSL color Cylindrical-coordinate representation of color #8313C6: hue angle of 277.54º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8313C6 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 19 | 198 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.22 |
| HSL | 277.54º | 0.82% | 0.43% | - |
| HSV(B) | 277.54º | 0.9% | 0.78% | - |
| XYZ | 19.79 | 9.37 | 54.19 | - |
| YUV | 72.89 | 198.61 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 198 | 0.34 | 0.90 | 0 | 0.22 | 277.54 | 0.82 | 0.43 |
| Hex | 83 | 13 | C6 | 22 | 5A | 0 | 16 | 116 | 52 | 2B |
| Octal | 203 | 23 | 306 | 42 | 132 | 0 | 26 | 426 | 122 | 53 |
| Binary | 10000011 | 10011 | 11000110 | 100010 | 1011010 | 0 | 10110 | 100010110 | 1010010 | 101011 |
Color Harmonies of #8313C6
Complementary color
Monochromatic Colors of #8313C6
Black with #8313C6
Text Example
Text Example
White with #8313C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8313C6; }
p { color: rgb(131,19,198); }
H1.HeaderClassName
{
color: #8313C6;
}
.AnyTagClassName
{
color: #8313C6;
}
</style>
background-color css
<style>
a { background-color: #8313C6; }
a { background-color: rgb(131,19,198); }
div.DivClassName
{
background-color: #8313C6;
}
.BgClassName
{
background-color: #8313C6;
}
</style>
border-color css
<style>
span { border-color: #8313C6; }
span { border-color: rgb(131,19,198); }
td.TdClassName
{
border-color: #8313C6;
}
.TagClassName
{
border-color: #8313C6;
}
</style>