Shades of Dark Violet #8300BC
Tints of Dark Violet #8300BC
RGB
CMYK
RGB Variations
Color information
#8300BC (or 0x8300BC) is known color: Dark Violet. HEX triplet: 83, 00 and BC. RGB value is (131,0,188). Sum of RGB (Red+Green+Blue) = 131+0+188=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #8300BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8300BC is #7CFF43. Grayscale: #3B3B3B. Windows color (decimal): -8191812 or 12320899. OLE color: 12320899.
HSL color Cylindrical-coordinate representation of color #8300BC: hue angle of 281.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300BC is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 0 | 188 | - |
| CMYK | 0.30 | 1 | 0 | 0.26 |
| HSL | 281.81º | 1% | 0.37% | - |
| HSV(B) | 281.81º | 1% | 0.74% | - |
| XYZ | 18.44 | 8.46 | 48.24 | - |
| YUV | 60.6 | 199.9 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 188 | 0.30 | 1 | 0 | 0.26 | 281.81 | 1 | 0.37 |
| Hex | 83 | 0 | BC | 1E | 64 | 0 | 1A | 11A | 64 | 25 |
| Octal | 203 | 0 | 274 | 36 | 144 | 0 | 32 | 432 | 144 | 45 |
| Binary | 10000011 | 0 | 10111100 | 11110 | 1100100 | 0 | 11010 | 100011010 | 1100100 | 100101 |
Color Harmonies of #8300BC
Complementary color
Monochromatic Colors of #8300BC
Black with #8300BC
Text Example
Text Example
White with #8300BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8300BC; }
p { color: rgb(131,0,188); }
H1.HeaderClassName
{
color: #8300BC;
}
.AnyTagClassName
{
color: #8300BC;
}
</style>
background-color css
<style>
a { background-color: #8300BC; }
a { background-color: rgb(131,0,188); }
div.DivClassName
{
background-color: #8300BC;
}
.BgClassName
{
background-color: #8300BC;
}
</style>
border-color css
<style>
span { border-color: #8300BC; }
span { border-color: rgb(131,0,188); }
td.TdClassName
{
border-color: #8300BC;
}
.TagClassName
{
border-color: #8300BC;
}
</style>