Shades of Dark Violet #8315BB
Tints of Dark Violet #8315BB
RGB
CMYK
RGB Variations
Color information
#8315BB (or 0x8315BB) is known color: Dark Violet. HEX triplet: 83, 15 and BB. RGB value is (131,21,187). Sum of RGB (Red+Green+Blue) = 131+21+187=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #8315BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315BB is #7CEA44. Grayscale: #484848. Windows color (decimal): -8186437 or 12260739. OLE color: 12260739.
HSL color Cylindrical-coordinate representation of color #8315BB: hue angle of 279.76º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8315BB is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 21 | 187 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.27 |
| HSL | 279.76º | 0.8% | 0.41% | - |
| HSV(B) | 279.76º | 0.89% | 0.73% | - |
| XYZ | 18.6 | 8.95 | 47.76 | - |
| YUV | 72.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 187 | 0.30 | 0.89 | 0 | 0.27 | 279.76 | 0.8 | 0.41 |
| Hex | 83 | 15 | BB | 1E | 59 | 0 | 1B | 118 | 50 | 29 |
| Octal | 203 | 25 | 273 | 36 | 131 | 0 | 33 | 430 | 120 | 51 |
| Binary | 10000011 | 10101 | 10111011 | 11110 | 1011001 | 0 | 11011 | 100011000 | 1010000 | 101001 |
Color Harmonies of #8315BB
Complementary color
Monochromatic Colors of #8315BB
Black with #8315BB
Text Example
Text Example
White with #8315BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8315BB; }
p { color: rgb(131,21,187); }
H1.HeaderClassName
{
color: #8315BB;
}
.AnyTagClassName
{
color: #8315BB;
}
</style>
background-color css
<style>
a { background-color: #8315BB; }
a { background-color: rgb(131,21,187); }
div.DivClassName
{
background-color: #8315BB;
}
.BgClassName
{
background-color: #8315BB;
}
</style>
border-color css
<style>
span { border-color: #8315BB; }
span { border-color: rgb(131,21,187); }
td.TdClassName
{
border-color: #8315BB;
}
.TagClassName
{
border-color: #8315BB;
}
</style>