Shades of Dark Violet #8316C4
Tints of Dark Violet #8316C4
RGB
CMYK
RGB Variations
Color information
#8316C4 (or 0x8316C4) is known color: Dark Violet. HEX triplet: 83, 16 and C4. RGB value is (131,22,196). Sum of RGB (Red+Green+Blue) = 131+22+196=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #8316C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316C4 is #7CE93B. Grayscale: #494949. Windows color (decimal): -8186172 or 12850819. OLE color: 12850819.
HSL color Cylindrical-coordinate representation of color #8316C4: hue angle of 277.59º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8316C4 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 22 | 196 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.23 |
| HSL | 277.59º | 0.8% | 0.43% | - |
| HSV(B) | 277.59º | 0.89% | 0.77% | - |
| XYZ | 19.61 | 9.38 | 53 | - |
| YUV | 74.43 | 196.61 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 196 | 0.33 | 0.89 | 0 | 0.23 | 277.59 | 0.8 | 0.43 |
| Hex | 83 | 16 | C4 | 21 | 59 | 0 | 17 | 116 | 50 | 2B |
| Octal | 203 | 26 | 304 | 41 | 131 | 0 | 27 | 426 | 120 | 53 |
| Binary | 10000011 | 10110 | 11000100 | 100001 | 1011001 | 0 | 10111 | 100010110 | 1010000 | 101011 |
Color Harmonies of #8316C4
Complementary color
Monochromatic Colors of #8316C4
Black with #8316C4
Text Example
Text Example
White with #8316C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8316C4; }
p { color: rgb(131,22,196); }
H1.HeaderClassName
{
color: #8316C4;
}
.AnyTagClassName
{
color: #8316C4;
}
</style>
background-color css
<style>
a { background-color: #8316C4; }
a { background-color: rgb(131,22,196); }
div.DivClassName
{
background-color: #8316C4;
}
.BgClassName
{
background-color: #8316C4;
}
</style>
border-color css
<style>
span { border-color: #8316C4; }
span { border-color: rgb(131,22,196); }
td.TdClassName
{
border-color: #8316C4;
}
.TagClassName
{
border-color: #8316C4;
}
</style>