Shades of Blue Violet #8B13DF
Tints of Blue Violet #8B13DF
RGB
CMYK
RGB Variations
Color information
#8B13DF (or 0x8B13DF) is known color: Blue Violet. HEX triplet: 8B, 13 and DF. RGB value is (139,19,223). Sum of RGB (Red+Green+Blue) = 139+19+223=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B13DF is #74EC20. Grayscale: #4D4D4D. Windows color (decimal): -7662625 or 14619531. OLE color: 14619531.
HSL color Cylindrical-coordinate representation of color #8B13DF: hue angle of 275.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B13DF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 19 | 223 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.13 |
| HSL | 275.29º | 0.84% | 0.47% | - |
| HSV(B) | 275.29º | 0.91% | 0.87% | - |
| XYZ | 24.2 | 11.28 | 70.71 | - |
| YUV | 78.14 | 209.76 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 223 | 0.38 | 0.91 | 0 | 0.13 | 275.29 | 0.84 | 0.47 |
| Hex | 8B | 13 | DF | 26 | 5B | 0 | D | 113 | 54 | 2F |
| Octal | 213 | 23 | 337 | 46 | 133 | 0 | 15 | 423 | 124 | 57 |
| Binary | 10001011 | 10011 | 11011111 | 100110 | 1011011 | 0 | 1101 | 100010011 | 1010100 | 101111 |
Color Harmonies of #8B13DF
Complementary color
Monochromatic Colors of #8B13DF
Black with #8B13DF
Text Example
Text Example
White with #8B13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B13DF; }
p { color: rgb(139,19,223); }
H1.HeaderClassName
{
color: #8B13DF;
}
.AnyTagClassName
{
color: #8B13DF;
}
</style>
background-color css
<style>
a { background-color: #8B13DF; }
a { background-color: rgb(139,19,223); }
div.DivClassName
{
background-color: #8B13DF;
}
.BgClassName
{
background-color: #8B13DF;
}
</style>
border-color css
<style>
span { border-color: #8B13DF; }
span { border-color: rgb(139,19,223); }
td.TdClassName
{
border-color: #8B13DF;
}
.TagClassName
{
border-color: #8B13DF;
}
</style>