Shades of Dark Violet #8306DC
Tints of Dark Violet #8306DC
RGB
CMYK
RGB Variations
Color information
#8306DC (or 0x8306DC) is known color: Dark Violet. HEX triplet: 83, 06 and DC. RGB value is (131,6,220). Sum of RGB (Red+Green+Blue) = 131+6+220=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #8306DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8306DC is #7CF923. Grayscale: #434343. Windows color (decimal): -8190244 or 14419587. OLE color: 14419587.
HSL color Cylindrical-coordinate representation of color #8306DC: hue angle of 275.05º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8306DC is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 6 | 220 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.14 |
| HSL | 275.05º | 0.95% | 0.44% | - |
| HSV(B) | 275.05º | 0.97% | 0.86% | - |
| XYZ | 22.34 | 10.12 | 68.49 | - |
| YUV | 67.77 | 213.91 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 220 | 0.40 | 0.97 | 0 | 0.14 | 275.05 | 0.95 | 0.44 |
| Hex | 83 | 6 | DC | 28 | 61 | 0 | E | 113 | 5F | 2C |
| Octal | 203 | 6 | 334 | 50 | 141 | 0 | 16 | 423 | 137 | 54 |
| Binary | 10000011 | 110 | 11011100 | 101000 | 1100001 | 0 | 1110 | 100010011 | 1011111 | 101100 |
Color Harmonies of #8306DC
Complementary color
Monochromatic Colors of #8306DC
Black with #8306DC
Text Example
Text Example
White with #8306DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8306DC; }
p { color: rgb(131,6,220); }
H1.HeaderClassName
{
color: #8306DC;
}
.AnyTagClassName
{
color: #8306DC;
}
</style>
background-color css
<style>
a { background-color: #8306DC; }
a { background-color: rgb(131,6,220); }
div.DivClassName
{
background-color: #8306DC;
}
.BgClassName
{
background-color: #8306DC;
}
</style>
border-color css
<style>
span { border-color: #8306DC; }
span { border-color: rgb(131,6,220); }
td.TdClassName
{
border-color: #8306DC;
}
.TagClassName
{
border-color: #8306DC;
}
</style>