Shades of Dark Violet #8306CF
Tints of Dark Violet #8306CF
RGB
CMYK
RGB Variations
Color information
#8306CF (or 0x8306CF) is known color: Dark Violet. HEX triplet: 83, 06 and CF. RGB value is (131,6,207). Sum of RGB (Red+Green+Blue) = 131+6+207=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #8306CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8306CF is #7CF930. Grayscale: #414141. Windows color (decimal): -8190257 or 13567619. OLE color: 13567619.
HSL color Cylindrical-coordinate representation of color #8306CF: hue angle of 277.31º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8306CF is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 6 | 207 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.19 |
| HSL | 277.31º | 0.94% | 0.42% | - |
| HSV(B) | 277.31º | 0.97% | 0.81% | - |
| XYZ | 20.69 | 9.46 | 59.77 | - |
| YUV | 66.29 | 207.41 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 207 | 0.37 | 0.97 | 0 | 0.19 | 277.31 | 0.94 | 0.42 |
| Hex | 83 | 6 | CF | 25 | 61 | 0 | 13 | 115 | 5E | 2A |
| Octal | 203 | 6 | 317 | 45 | 141 | 0 | 23 | 425 | 136 | 52 |
| Binary | 10000011 | 110 | 11001111 | 100101 | 1100001 | 0 | 10011 | 100010101 | 1011110 | 101010 |
Color Harmonies of #8306CF
Complementary color
Monochromatic Colors of #8306CF
Black with #8306CF
Text Example
Text Example
White with #8306CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8306CF; }
p { color: rgb(131,6,207); }
H1.HeaderClassName
{
color: #8306CF;
}
.AnyTagClassName
{
color: #8306CF;
}
</style>
background-color css
<style>
a { background-color: #8306CF; }
a { background-color: rgb(131,6,207); }
div.DivClassName
{
background-color: #8306CF;
}
.BgClassName
{
background-color: #8306CF;
}
</style>
border-color css
<style>
span { border-color: #8306CF; }
span { border-color: rgb(131,6,207); }
td.TdClassName
{
border-color: #8306CF;
}
.TagClassName
{
border-color: #8306CF;
}
</style>