Shades of Dark Violet #8304BC
Tints of Dark Violet #8304BC
RGB
CMYK
RGB Variations
Color information
#8304BC (or 0x8304BC) is known color: Dark Violet. HEX triplet: 83, 04 and BC. RGB value is (131,4,188). Sum of RGB (Red+Green+Blue) = 131+4+188=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #8304BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8304BC is #7CFB43. Grayscale: #3E3E3E. Windows color (decimal): -8190788 or 12321923. OLE color: 12321923.
HSL color Cylindrical-coordinate representation of color #8304BC: hue angle of 281.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8304BC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 4 | 188 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.26 |
| HSL | 281.41º | 0.96% | 0.38% | - |
| HSV(B) | 281.41º | 0.98% | 0.74% | - |
| XYZ | 18.48 | 8.54 | 48.25 | - |
| YUV | 62.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 188 | 0.30 | 0.98 | 0 | 0.26 | 281.41 | 0.96 | 0.38 |
| Hex | 83 | 4 | BC | 1E | 62 | 0 | 1A | 119 | 60 | 26 |
| Octal | 203 | 4 | 274 | 36 | 142 | 0 | 32 | 431 | 140 | 46 |
| Binary | 10000011 | 100 | 10111100 | 11110 | 1100010 | 0 | 11010 | 100011001 | 1100000 | 100110 |
Color Harmonies of #8304BC
Complementary color
Monochromatic Colors of #8304BC
Black with #8304BC
Text Example
Text Example
White with #8304BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8304BC; }
p { color: rgb(131,4,188); }
H1.HeaderClassName
{
color: #8304BC;
}
.AnyTagClassName
{
color: #8304BC;
}
</style>
background-color css
<style>
a { background-color: #8304BC; }
a { background-color: rgb(131,4,188); }
div.DivClassName
{
background-color: #8304BC;
}
.BgClassName
{
background-color: #8304BC;
}
</style>
border-color css
<style>
span { border-color: #8304BC; }
span { border-color: rgb(131,4,188); }
td.TdClassName
{
border-color: #8304BC;
}
.TagClassName
{
border-color: #8304BC;
}
</style>