Shades of Blue Violet #9B19EC
Tints of Blue Violet #9B19EC
RGB
CMYK
RGB Variations
Color information
#9B19EC (or 0x9B19EC) is known color: Blue Violet. HEX triplet: 9B, 19 and EC. RGB value is (155,25,236). Sum of RGB (Red+Green+Blue) = 155+25+236=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B19EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B19EC is #64E613. Grayscale: #575757. Windows color (decimal): -6612500 or 15473051. OLE color: 15473051.
HSL color Cylindrical-coordinate representation of color #9B19EC: hue angle of 276.97º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B19EC is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 25 | 236 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.07 |
| HSL | 276.97º | 0.85% | 0.51% | - |
| HSV(B) | 276.97º | 0.89% | 0.93% | - |
| XYZ | 29.01 | 13.72 | 80.48 | - |
| YUV | 87.92 | 211.57 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 236 | 0.34 | 0.89 | 0 | 0.07 | 276.97 | 0.85 | 0.51 |
| Hex | 9B | 19 | EC | 22 | 59 | 0 | 7 | 115 | 55 | 33 |
| Octal | 233 | 31 | 354 | 42 | 131 | 0 | 7 | 425 | 125 | 63 |
| Binary | 10011011 | 11001 | 11101100 | 100010 | 1011001 | 0 | 111 | 100010101 | 1010101 | 110011 |
Color Harmonies of #9B19EC
Complementary color
Monochromatic Colors of #9B19EC
Black with #9B19EC
Text Example
Text Example
White with #9B19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B19EC; }
p { color: rgb(155,25,236); }
H1.HeaderClassName
{
color: #9B19EC;
}
.AnyTagClassName
{
color: #9B19EC;
}
</style>
background-color css
<style>
a { background-color: #9B19EC; }
a { background-color: rgb(155,25,236); }
div.DivClassName
{
background-color: #9B19EC;
}
.BgClassName
{
background-color: #9B19EC;
}
</style>
border-color css
<style>
span { border-color: #9B19EC; }
span { border-color: rgb(155,25,236); }
td.TdClassName
{
border-color: #9B19EC;
}
.TagClassName
{
border-color: #9B19EC;
}
</style>