Shades of Dark Violet #8307BA
Tints of Dark Violet #8307BA
RGB
CMYK
RGB Variations
Color information
#8307BA (or 0x8307BA) is known color: Dark Violet. HEX triplet: 83, 07 and BA. RGB value is (131,7,186). Sum of RGB (Red+Green+Blue) = 131+7+186=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #8307BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8307BA is #7CF845. Grayscale: #3F3F3F. Windows color (decimal): -8190022 or 12191619. OLE color: 12191619.
HSL color Cylindrical-coordinate representation of color #8307BA: hue angle of 281.56º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8307BA is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 7 | 186 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.27 |
| HSL | 281.56º | 0.93% | 0.38% | - |
| HSV(B) | 281.56º | 0.96% | 0.73% | - |
| XYZ | 18.3 | 8.52 | 47.13 | - |
| YUV | 64.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 186 | 0.30 | 0.96 | 0 | 0.27 | 281.56 | 0.93 | 0.38 |
| Hex | 83 | 7 | BA | 1E | 60 | 0 | 1B | 11A | 5D | 26 |
| Octal | 203 | 7 | 272 | 36 | 140 | 0 | 33 | 432 | 135 | 46 |
| Binary | 10000011 | 111 | 10111010 | 11110 | 1100000 | 0 | 11011 | 100011010 | 1011101 | 100110 |
Color Harmonies of #8307BA
Complementary color
Monochromatic Colors of #8307BA
Black with #8307BA
Text Example
Text Example
White with #8307BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8307BA; }
p { color: rgb(131,7,186); }
H1.HeaderClassName
{
color: #8307BA;
}
.AnyTagClassName
{
color: #8307BA;
}
</style>
background-color css
<style>
a { background-color: #8307BA; }
a { background-color: rgb(131,7,186); }
div.DivClassName
{
background-color: #8307BA;
}
.BgClassName
{
background-color: #8307BA;
}
</style>
border-color css
<style>
span { border-color: #8307BA; }
span { border-color: rgb(131,7,186); }
td.TdClassName
{
border-color: #8307BA;
}
.TagClassName
{
border-color: #8307BA;
}
</style>