Shades of Dark Violet #8306D0
Tints of Dark Violet #8306D0
RGB
CMYK
RGB Variations
Color information
#8306D0 (or 0x8306D0) is known color: Dark Violet. HEX triplet: 83, 06 and D0. RGB value is (131,6,208). Sum of RGB (Red+Green+Blue) = 131+6+208=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 208 (81.64% from 255 or 60.29% from 345); Max value from RGB is 208 - color contains mainly: blue. Hex color #8306D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8306D0 is #7CF92F. Grayscale: #414141. Windows color (decimal): -8190256 or 13633155. OLE color: 13633155.
HSL color Cylindrical-coordinate representation of color #8306D0: hue angle of 277.13º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8306D0 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 6 | 208 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.18 |
| HSL | 277.13º | 0.94% | 0.42% | - |
| HSV(B) | 277.13º | 0.97% | 0.82% | - |
| XYZ | 20.81 | 9.51 | 60.41 | - |
| YUV | 66.4 | 207.91 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 208 | 0.37 | 0.97 | 0 | 0.18 | 277.13 | 0.94 | 0.42 |
| Hex | 83 | 6 | D0 | 25 | 61 | 0 | 12 | 115 | 5E | 2A |
| Octal | 203 | 6 | 320 | 45 | 141 | 0 | 22 | 425 | 136 | 52 |
| Binary | 10000011 | 110 | 11010000 | 100101 | 1100001 | 0 | 10010 | 100010101 | 1011110 | 101010 |
Color Harmonies of #8306D0
Complementary color
Monochromatic Colors of #8306D0
Black with #8306D0
Text Example
Text Example
White with #8306D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8306D0; }
p { color: rgb(131,6,208); }
H1.HeaderClassName
{
color: #8306D0;
}
.AnyTagClassName
{
color: #8306D0;
}
</style>
background-color css
<style>
a { background-color: #8306D0; }
a { background-color: rgb(131,6,208); }
div.DivClassName
{
background-color: #8306D0;
}
.BgClassName
{
background-color: #8306D0;
}
</style>
border-color css
<style>
span { border-color: #8306D0; }
span { border-color: rgb(131,6,208); }
td.TdClassName
{
border-color: #8306D0;
}
.TagClassName
{
border-color: #8306D0;
}
</style>