Shades of Dark Violet #8306DF
Tints of Dark Violet #8306DF
RGB
CMYK
RGB Variations
Color information
#8306DF (or 0x8306DF) is known color: Dark Violet. HEX triplet: 83, 06 and DF. RGB value is (131,6,223). Sum of RGB (Red+Green+Blue) = 131+6+223=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #8306DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8306DF is #7CF920. Grayscale: #434343. Windows color (decimal): -8190241 or 14616195. OLE color: 14616195.
HSL color Cylindrical-coordinate representation of color #8306DF: hue angle of 274.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8306DF is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 6 | 223 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.13 |
| HSL | 274.56º | 0.95% | 0.45% | - |
| HSV(B) | 274.56º | 0.97% | 0.87% | - |
| XYZ | 22.74 | 10.28 | 70.6 | - |
| YUV | 68.11 | 215.41 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 223 | 0.41 | 0.97 | 0 | 0.13 | 274.56 | 0.95 | 0.45 |
| Hex | 83 | 6 | DF | 29 | 61 | 0 | D | 113 | 5F | 2D |
| Octal | 203 | 6 | 337 | 51 | 141 | 0 | 15 | 423 | 137 | 55 |
| Binary | 10000011 | 110 | 11011111 | 101001 | 1100001 | 0 | 1101 | 100010011 | 1011111 | 101101 |
Color Harmonies of #8306DF
Complementary color
Monochromatic Colors of #8306DF
Black with #8306DF
Text Example
Text Example
White with #8306DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8306DF; }
p { color: rgb(131,6,223); }
H1.HeaderClassName
{
color: #8306DF;
}
.AnyTagClassName
{
color: #8306DF;
}
</style>
background-color css
<style>
a { background-color: #8306DF; }
a { background-color: rgb(131,6,223); }
div.DivClassName
{
background-color: #8306DF;
}
.BgClassName
{
background-color: #8306DF;
}
</style>
border-color css
<style>
span { border-color: #8306DF; }
span { border-color: rgb(131,6,223); }
td.TdClassName
{
border-color: #8306DF;
}
.TagClassName
{
border-color: #8306DF;
}
</style>