Shades of Dark Violet #8310C7
Tints of Dark Violet #8310C7
RGB
CMYK
RGB Variations
Color information
#8310C7 (or 0x8310C7) is known color: Dark Violet. HEX triplet: 83, 10 and C7. RGB value is (131,16,199). Sum of RGB (Red+Green+Blue) = 131+16+199=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 199 (78.12% from 255 or 57.51% from 346); Max value from RGB is 199 - color contains mainly: blue. Hex color #8310C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310C7 is #7CEF38. Grayscale: #464646. Windows color (decimal): -8187705 or 13045891. OLE color: 13045891.
HSL color Cylindrical-coordinate representation of color #8310C7: hue angle of 277.7º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8310C7 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 16 | 199 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.22 |
| HSL | 277.7º | 0.85% | 0.42% | - |
| HSV(B) | 277.7º | 0.92% | 0.78% | - |
| XYZ | 19.85 | 9.32 | 54.79 | - |
| YUV | 71.25 | 200.1 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 199 | 0.34 | 0.92 | 0 | 0.22 | 277.7 | 0.85 | 0.42 |
| Hex | 83 | 10 | C7 | 22 | 5C | 0 | 16 | 116 | 55 | 2A |
| Octal | 203 | 20 | 307 | 42 | 134 | 0 | 26 | 426 | 125 | 52 |
| Binary | 10000011 | 10000 | 11000111 | 100010 | 1011100 | 0 | 10110 | 100010110 | 1010101 | 101010 |
Color Harmonies of #8310C7
Complementary color
Monochromatic Colors of #8310C7
Black with #8310C7
Text Example
Text Example
White with #8310C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8310C7; }
p { color: rgb(131,16,199); }
H1.HeaderClassName
{
color: #8310C7;
}
.AnyTagClassName
{
color: #8310C7;
}
</style>
background-color css
<style>
a { background-color: #8310C7; }
a { background-color: rgb(131,16,199); }
div.DivClassName
{
background-color: #8310C7;
}
.BgClassName
{
background-color: #8310C7;
}
</style>
border-color css
<style>
span { border-color: #8310C7; }
span { border-color: rgb(131,16,199); }
td.TdClassName
{
border-color: #8310C7;
}
.TagClassName
{
border-color: #8310C7;
}
</style>