Shades of Dark Violet #8314C4
Tints of Dark Violet #8314C4
RGB
CMYK
RGB Variations
Color information
#8314C4 (or 0x8314C4) is known color: Dark Violet. HEX triplet: 83, 14 and C4. RGB value is (131,20,196). Sum of RGB (Red+Green+Blue) = 131+20+196=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #8314C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314C4 is #7CEB3B. Grayscale: #484848. Windows color (decimal): -8186684 or 12850307. OLE color: 12850307.
HSL color Cylindrical-coordinate representation of color #8314C4: hue angle of 277.84º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8314C4 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 20 | 196 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.23 |
| HSL | 277.84º | 0.81% | 0.42% | - |
| HSV(B) | 277.84º | 0.9% | 0.77% | - |
| XYZ | 19.57 | 9.31 | 52.99 | - |
| YUV | 73.25 | 197.27 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 196 | 0.33 | 0.90 | 0 | 0.23 | 277.84 | 0.81 | 0.42 |
| Hex | 83 | 14 | C4 | 21 | 5A | 0 | 17 | 116 | 51 | 2A |
| Octal | 203 | 24 | 304 | 41 | 132 | 0 | 27 | 426 | 121 | 52 |
| Binary | 10000011 | 10100 | 11000100 | 100001 | 1011010 | 0 | 10111 | 100010110 | 1010001 | 101010 |
Color Harmonies of #8314C4
Complementary color
Monochromatic Colors of #8314C4
Black with #8314C4
Text Example
Text Example
White with #8314C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314C4; }
p { color: rgb(131,20,196); }
H1.HeaderClassName
{
color: #8314C4;
}
.AnyTagClassName
{
color: #8314C4;
}
</style>
background-color css
<style>
a { background-color: #8314C4; }
a { background-color: rgb(131,20,196); }
div.DivClassName
{
background-color: #8314C4;
}
.BgClassName
{
background-color: #8314C4;
}
</style>
border-color css
<style>
span { border-color: #8314C4; }
span { border-color: rgb(131,20,196); }
td.TdClassName
{
border-color: #8314C4;
}
.TagClassName
{
border-color: #8314C4;
}
</style>