Shades of Dark Violet #8308BC
Tints of Dark Violet #8308BC
RGB
CMYK
RGB Variations
Color information
#8308BC (or 0x8308BC) is known color: Dark Violet. HEX triplet: 83, 08 and BC. RGB value is (131,8,188). Sum of RGB (Red+Green+Blue) = 131+8+188=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #8308BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308BC is #7CF743. Grayscale: #404040. Windows color (decimal): -8189764 or 12322947. OLE color: 12322947.
HSL color Cylindrical-coordinate representation of color #8308BC: hue angle of 281º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8308BC is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 8 | 188 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.26 |
| HSL | 281º | 0.92% | 0.38% | - |
| HSV(B) | 281º | 0.96% | 0.74% | - |
| XYZ | 18.52 | 8.63 | 48.27 | - |
| YUV | 65.3 | 197.25 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 188 | 0.30 | 0.96 | 0 | 0.26 | 281 | 0.92 | 0.38 |
| Hex | 83 | 8 | BC | 1E | 60 | 0 | 1A | 119 | 5C | 26 |
| Octal | 203 | 10 | 274 | 36 | 140 | 0 | 32 | 431 | 134 | 46 |
| Binary | 10000011 | 1000 | 10111100 | 11110 | 1100000 | 0 | 11010 | 100011001 | 1011100 | 100110 |
Color Harmonies of #8308BC
Complementary color
Monochromatic Colors of #8308BC
Black with #8308BC
Text Example
Text Example
White with #8308BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308BC; }
p { color: rgb(131,8,188); }
H1.HeaderClassName
{
color: #8308BC;
}
.AnyTagClassName
{
color: #8308BC;
}
</style>
background-color css
<style>
a { background-color: #8308BC; }
a { background-color: rgb(131,8,188); }
div.DivClassName
{
background-color: #8308BC;
}
.BgClassName
{
background-color: #8308BC;
}
</style>
border-color css
<style>
span { border-color: #8308BC; }
span { border-color: rgb(131,8,188); }
td.TdClassName
{
border-color: #8308BC;
}
.TagClassName
{
border-color: #8308BC;
}
</style>