Shades of Dark Violet #8314CF
Tints of Dark Violet #8314CF
RGB
CMYK
RGB Variations
Color information
#8314CF (or 0x8314CF) is known color: Dark Violet. HEX triplet: 83, 14 and CF. RGB value is (131,20,207). Sum of RGB (Red+Green+Blue) = 131+20+207=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #8314CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314CF is #7CEB30. Grayscale: #494949. Windows color (decimal): -8186673 or 13571203. OLE color: 13571203.
HSL color Cylindrical-coordinate representation of color #8314CF: hue angle of 275.61º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8314CF is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 20 | 207 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.19 |
| HSL | 275.62º | 0.82% | 0.45% | - |
| HSV(B) | 275.62º | 0.9% | 0.81% | - |
| XYZ | 20.87 | 9.83 | 59.83 | - |
| YUV | 74.51 | 202.77 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 207 | 0.37 | 0.90 | 0 | 0.19 | 275.62 | 0.82 | 0.45 |
| Hex | 83 | 14 | CF | 25 | 5A | 0 | 13 | 114 | 52 | 2D |
| Octal | 203 | 24 | 317 | 45 | 132 | 0 | 23 | 424 | 122 | 55 |
| Binary | 10000011 | 10100 | 11001111 | 100101 | 1011010 | 0 | 10011 | 100010100 | 1010010 | 101101 |
Color Harmonies of #8314CF
Complementary color
Monochromatic Colors of #8314CF
Black with #8314CF
Text Example
Text Example
White with #8314CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314CF; }
p { color: rgb(131,20,207); }
H1.HeaderClassName
{
color: #8314CF;
}
.AnyTagClassName
{
color: #8314CF;
}
</style>
background-color css
<style>
a { background-color: #8314CF; }
a { background-color: rgb(131,20,207); }
div.DivClassName
{
background-color: #8314CF;
}
.BgClassName
{
background-color: #8314CF;
}
</style>
border-color css
<style>
span { border-color: #8314CF; }
span { border-color: rgb(131,20,207); }
td.TdClassName
{
border-color: #8314CF;
}
.TagClassName
{
border-color: #8314CF;
}
</style>