Shades of Blue Violet #9B43EC
Tints of Blue Violet #9B43EC
RGB
CMYK
RGB Variations
Color information
#9B43EC (or 0x9B43EC) is known color: Blue Violet. HEX triplet: 9B, 43 and EC. RGB value is (155,67,236). Sum of RGB (Red+Green+Blue) = 155+67+236=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B43EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B43EC is #64BC13. Grayscale: #6F6F6F. Windows color (decimal): -6601748 or 15483803. OLE color: 15483803.
HSL color Cylindrical-coordinate representation of color #9B43EC: hue angle of 271.24º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B43EC is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 67 | 236 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.07 |
| HSL | 271.24º | 0.82% | 0.59% | - |
| HSV(B) | 271.24º | 0.72% | 0.93% | - |
| XYZ | 30.67 | 17.04 | 81.03 | - |
| YUV | 112.58 | 197.65 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 236 | 0.34 | 0.72 | 0 | 0.07 | 271.24 | 0.82 | 0.59 |
| Hex | 9B | 43 | EC | 22 | 48 | 0 | 7 | 10F | 52 | 3B |
| Octal | 233 | 103 | 354 | 42 | 110 | 0 | 7 | 417 | 122 | 73 |
| Binary | 10011011 | 1000011 | 11101100 | 100010 | 1001000 | 0 | 111 | 100001111 | 1010010 | 111011 |
Color Harmonies of #9B43EC
Complementary color
Monochromatic Colors of #9B43EC
Black with #9B43EC
Text Example
Text Example
White with #9B43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B43EC; }
p { color: rgb(155,67,236); }
H1.HeaderClassName
{
color: #9B43EC;
}
.AnyTagClassName
{
color: #9B43EC;
}
</style>
background-color css
<style>
a { background-color: #9B43EC; }
a { background-color: rgb(155,67,236); }
div.DivClassName
{
background-color: #9B43EC;
}
.BgClassName
{
background-color: #9B43EC;
}
</style>
border-color css
<style>
span { border-color: #9B43EC; }
span { border-color: rgb(155,67,236); }
td.TdClassName
{
border-color: #9B43EC;
}
.TagClassName
{
border-color: #9B43EC;
}
</style>