Shades of Dark Violet #8B13BF
Tints of Dark Violet #8B13BF
RGB
CMYK
RGB Variations
Color information
#8B13BF (or 0x8B13BF) is known color: Dark Violet. HEX triplet: 8B, 13 and BF. RGB value is (139,19,191). Sum of RGB (Red+Green+Blue) = 139+19+191=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B13BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B13BF is #74EC40. Grayscale: #494949. Windows color (decimal): -7662657 or 12522379. OLE color: 12522379.
HSL color Cylindrical-coordinate representation of color #8B13BF: hue angle of 281.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B13BF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 19 | 191 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.25 |
| HSL | 281.86º | 0.82% | 0.41% | - |
| HSV(B) | 281.86º | 0.9% | 0.75% | - |
| XYZ | 20.28 | 9.72 | 50.1 | - |
| YUV | 74.49 | 193.76 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 191 | 0.27 | 0.90 | 0 | 0.25 | 281.86 | 0.82 | 0.41 |
| Hex | 8B | 13 | BF | 1B | 5A | 0 | 19 | 11A | 52 | 29 |
| Octal | 213 | 23 | 277 | 33 | 132 | 0 | 31 | 432 | 122 | 51 |
| Binary | 10001011 | 10011 | 10111111 | 11011 | 1011010 | 0 | 11001 | 100011010 | 1010010 | 101001 |
Color Harmonies of #8B13BF
Complementary color
Monochromatic Colors of #8B13BF
Black with #8B13BF
Text Example
Text Example
White with #8B13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B13BF; }
p { color: rgb(139,19,191); }
H1.HeaderClassName
{
color: #8B13BF;
}
.AnyTagClassName
{
color: #8B13BF;
}
</style>
background-color css
<style>
a { background-color: #8B13BF; }
a { background-color: rgb(139,19,191); }
div.DivClassName
{
background-color: #8B13BF;
}
.BgClassName
{
background-color: #8B13BF;
}
</style>
border-color css
<style>
span { border-color: #8B13BF; }
span { border-color: rgb(139,19,191); }
td.TdClassName
{
border-color: #8B13BF;
}
.TagClassName
{
border-color: #8B13BF;
}
</style>