Shades of Blue Violet #8B0DFB
Tints of Blue Violet #8B0DFB
RGB
CMYK
RGB Variations
Color information
#8B0DFB (or 0x8B0DFB) is known color: Blue Violet. HEX triplet: 8B, 0D and FB. RGB value is (139,13,251). Sum of RGB (Red+Green+Blue) = 139+13+251=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B0DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0DFB is #74F204. Grayscale: #4C4C4C. Windows color (decimal): -7664133 or 16453003. OLE color: 16453003.
HSL color Cylindrical-coordinate representation of color #8B0DFB: hue angle of 271.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0DFB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 13 | 251 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.02 |
| HSL | 271.76º | 0.97% | 0.52% | - |
| HSV(B) | 271.76º | 0.95% | 0.98% | - |
| XYZ | 28.2 | 12.74 | 92.24 | - |
| YUV | 77.81 | 225.74 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 251 | 0.45 | 0.95 | 0 | 0.02 | 271.76 | 0.97 | 0.52 |
| Hex | 8B | D | FB | 2D | 5F | 0 | 2 | 110 | 61 | 34 |
| Octal | 213 | 15 | 373 | 55 | 137 | 0 | 2 | 420 | 141 | 64 |
| Binary | 10001011 | 1101 | 11111011 | 101101 | 1011111 | 0 | 10 | 100010000 | 1100001 | 110100 |
Color Harmonies of #8B0DFB
Complementary color
Monochromatic Colors of #8B0DFB
Black with #8B0DFB
Text Example
Text Example
White with #8B0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0DFB; }
p { color: rgb(139,13,251); }
H1.HeaderClassName
{
color: #8B0DFB;
}
.AnyTagClassName
{
color: #8B0DFB;
}
</style>
background-color css
<style>
a { background-color: #8B0DFB; }
a { background-color: rgb(139,13,251); }
div.DivClassName
{
background-color: #8B0DFB;
}
.BgClassName
{
background-color: #8B0DFB;
}
</style>
border-color css
<style>
span { border-color: #8B0DFB; }
span { border-color: rgb(139,13,251); }
td.TdClassName
{
border-color: #8B0DFB;
}
.TagClassName
{
border-color: #8B0DFB;
}
</style>