Shades of Dark Violet #8306BC
Tints of Dark Violet #8306BC
RGB
CMYK
RGB Variations
Color information
#8306BC (or 0x8306BC) is known color: Dark Violet. HEX triplet: 83, 06 and BC. RGB value is (131,6,188). Sum of RGB (Red+Green+Blue) = 131+6+188=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #8306BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8306BC is #7CF943. Grayscale: #3F3F3F. Windows color (decimal): -8190276 or 12322435. OLE color: 12322435.
HSL color Cylindrical-coordinate representation of color #8306BC: hue angle of 281.21º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8306BC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 6 | 188 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.26 |
| HSL | 281.21º | 0.94% | 0.38% | - |
| HSV(B) | 281.21º | 0.97% | 0.74% | - |
| XYZ | 18.5 | 8.59 | 48.26 | - |
| YUV | 64.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 188 | 0.30 | 0.97 | 0 | 0.26 | 281.21 | 0.94 | 0.38 |
| Hex | 83 | 6 | BC | 1E | 61 | 0 | 1A | 119 | 5E | 26 |
| Octal | 203 | 6 | 274 | 36 | 141 | 0 | 32 | 431 | 136 | 46 |
| Binary | 10000011 | 110 | 10111100 | 11110 | 1100001 | 0 | 11010 | 100011001 | 1011110 | 100110 |
Color Harmonies of #8306BC
Complementary color
Monochromatic Colors of #8306BC
Black with #8306BC
Text Example
Text Example
White with #8306BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8306BC; }
p { color: rgb(131,6,188); }
H1.HeaderClassName
{
color: #8306BC;
}
.AnyTagClassName
{
color: #8306BC;
}
</style>
background-color css
<style>
a { background-color: #8306BC; }
a { background-color: rgb(131,6,188); }
div.DivClassName
{
background-color: #8306BC;
}
.BgClassName
{
background-color: #8306BC;
}
</style>
border-color css
<style>
span { border-color: #8306BC; }
span { border-color: rgb(131,6,188); }
td.TdClassName
{
border-color: #8306BC;
}
.TagClassName
{
border-color: #8306BC;
}
</style>