Shades of Dark Violet #8314BD
Tints of Dark Violet #8314BD
RGB
CMYK
RGB Variations
Color information
#8314BD (or 0x8314BD) is known color: Dark Violet. HEX triplet: 83, 14 and BD. RGB value is (131,20,189). Sum of RGB (Red+Green+Blue) = 131+20+189=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #8314BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314BD is #7CEB42. Grayscale: #474747. Windows color (decimal): -8186691 or 12391555. OLE color: 12391555.
HSL color Cylindrical-coordinate representation of color #8314BD: hue angle of 279.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8314BD is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 20 | 189 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.26 |
| HSL | 279.41º | 0.81% | 0.41% | - |
| HSV(B) | 279.41º | 0.89% | 0.74% | - |
| XYZ | 18.8 | 9 | 48.89 | - |
| YUV | 72.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 189 | 0.31 | 0.89 | 0 | 0.26 | 279.41 | 0.81 | 0.41 |
| Hex | 83 | 14 | BD | 1F | 59 | 0 | 1A | 117 | 51 | 29 |
| Octal | 203 | 24 | 275 | 37 | 131 | 0 | 32 | 427 | 121 | 51 |
| Binary | 10000011 | 10100 | 10111101 | 11111 | 1011001 | 0 | 11010 | 100010111 | 1010001 | 101001 |
Color Harmonies of #8314BD
Complementary color
Monochromatic Colors of #8314BD
Black with #8314BD
Text Example
Text Example
White with #8314BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314BD; }
p { color: rgb(131,20,189); }
H1.HeaderClassName
{
color: #8314BD;
}
.AnyTagClassName
{
color: #8314BD;
}
</style>
background-color css
<style>
a { background-color: #8314BD; }
a { background-color: rgb(131,20,189); }
div.DivClassName
{
background-color: #8314BD;
}
.BgClassName
{
background-color: #8314BD;
}
</style>
border-color css
<style>
span { border-color: #8314BD; }
span { border-color: rgb(131,20,189); }
td.TdClassName
{
border-color: #8314BD;
}
.TagClassName
{
border-color: #8314BD;
}
</style>