Shades of Dark Violet #8308BA
Tints of Dark Violet #8308BA
RGB
CMYK
RGB Variations
Color information
#8308BA (or 0x8308BA) is known color: Dark Violet. HEX triplet: 83, 08 and BA. RGB value is (131,8,186). Sum of RGB (Red+Green+Blue) = 131+8+186=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #8308BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308BA is #7CF745. Grayscale: #404040. Windows color (decimal): -8189766 or 12191875. OLE color: 12191875.
HSL color Cylindrical-coordinate representation of color #8308BA: hue angle of 281.46º degrees, saturation: 0.92, 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 #8308BA is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 8 | 186 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.27 |
| HSL | 281.46º | 0.92% | 0.38% | - |
| HSV(B) | 281.46º | 0.96% | 0.73% | - |
| XYZ | 18.31 | 8.54 | 47.14 | - |
| YUV | 65.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 186 | 0.30 | 0.96 | 0 | 0.27 | 281.46 | 0.92 | 0.38 |
| Hex | 83 | 8 | BA | 1E | 60 | 0 | 1B | 119 | 5C | 26 |
| Octal | 203 | 10 | 272 | 36 | 140 | 0 | 33 | 431 | 134 | 46 |
| Binary | 10000011 | 1000 | 10111010 | 11110 | 1100000 | 0 | 11011 | 100011001 | 1011100 | 100110 |
Color Harmonies of #8308BA
Complementary color
Monochromatic Colors of #8308BA
Black with #8308BA
Text Example
Text Example
White with #8308BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308BA; }
p { color: rgb(131,8,186); }
H1.HeaderClassName
{
color: #8308BA;
}
.AnyTagClassName
{
color: #8308BA;
}
</style>
background-color css
<style>
a { background-color: #8308BA; }
a { background-color: rgb(131,8,186); }
div.DivClassName
{
background-color: #8308BA;
}
.BgClassName
{
background-color: #8308BA;
}
</style>
border-color css
<style>
span { border-color: #8308BA; }
span { border-color: rgb(131,8,186); }
td.TdClassName
{
border-color: #8308BA;
}
.TagClassName
{
border-color: #8308BA;
}
</style>