Shades of Dark Violet #8310BB
Tints of Dark Violet #8310BB
RGB
CMYK
RGB Variations
Color information
#8310BB (or 0x8310BB) is known color: Dark Violet. HEX triplet: 83, 10 and BB. RGB value is (131,16,187). Sum of RGB (Red+Green+Blue) = 131+16+187=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #8310BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310BB is #7CEF44. Grayscale: #454545. Windows color (decimal): -8187717 or 12259459. OLE color: 12259459.
HSL color Cylindrical-coordinate representation of color #8310BB: hue angle of 280.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8310BB is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 16 | 187 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.27 |
| HSL | 280.35º | 0.84% | 0.4% | - |
| HSV(B) | 280.35º | 0.91% | 0.73% | - |
| XYZ | 18.52 | 8.78 | 47.73 | - |
| YUV | 69.88 | 194.1 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 187 | 0.30 | 0.91 | 0 | 0.27 | 280.35 | 0.84 | 0.4 |
| Hex | 83 | 10 | BB | 1E | 5B | 0 | 1B | 118 | 54 | 28 |
| Octal | 203 | 20 | 273 | 36 | 133 | 0 | 33 | 430 | 124 | 50 |
| Binary | 10000011 | 10000 | 10111011 | 11110 | 1011011 | 0 | 11011 | 100011000 | 1010100 | 101000 |
Color Harmonies of #8310BB
Complementary color
Monochromatic Colors of #8310BB
Black with #8310BB
Text Example
Text Example
White with #8310BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8310BB; }
p { color: rgb(131,16,187); }
H1.HeaderClassName
{
color: #8310BB;
}
.AnyTagClassName
{
color: #8310BB;
}
</style>
background-color css
<style>
a { background-color: #8310BB; }
a { background-color: rgb(131,16,187); }
div.DivClassName
{
background-color: #8310BB;
}
.BgClassName
{
background-color: #8310BB;
}
</style>
border-color css
<style>
span { border-color: #8310BB; }
span { border-color: rgb(131,16,187); }
td.TdClassName
{
border-color: #8310BB;
}
.TagClassName
{
border-color: #8310BB;
}
</style>