Shades of Blue Violet #9B36EC
Tints of Blue Violet #9B36EC
RGB
CMYK
RGB Variations
Color information
#9B36EC (or 0x9B36EC) is known color: Blue Violet. HEX triplet: 9B, 36 and EC. RGB value is (155,54,236). Sum of RGB (Red+Green+Blue) = 155+54+236=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B36EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B36EC is #64C913. Grayscale: #686868. Windows color (decimal): -6605076 or 15480475. OLE color: 15480475.
HSL color Cylindrical-coordinate representation of color #9B36EC: hue angle of 273.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B36EC is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 54 | 236 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.07 |
| HSL | 273.3º | 0.83% | 0.57% | - |
| HSV(B) | 273.3º | 0.77% | 0.93% | - |
| XYZ | 29.98 | 15.66 | 80.8 | - |
| YUV | 104.95 | 201.96 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 236 | 0.34 | 0.77 | 0 | 0.07 | 273.3 | 0.83 | 0.57 |
| Hex | 9B | 36 | EC | 22 | 4D | 0 | 7 | 111 | 53 | 39 |
| Octal | 233 | 66 | 354 | 42 | 115 | 0 | 7 | 421 | 123 | 71 |
| Binary | 10011011 | 110110 | 11101100 | 100010 | 1001101 | 0 | 111 | 100010001 | 1010011 | 111001 |
Color Harmonies of #9B36EC
Complementary color
Monochromatic Colors of #9B36EC
Black with #9B36EC
Text Example
Text Example
White with #9B36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B36EC; }
p { color: rgb(155,54,236); }
H1.HeaderClassName
{
color: #9B36EC;
}
.AnyTagClassName
{
color: #9B36EC;
}
</style>
background-color css
<style>
a { background-color: #9B36EC; }
a { background-color: rgb(155,54,236); }
div.DivClassName
{
background-color: #9B36EC;
}
.BgClassName
{
background-color: #9B36EC;
}
</style>
border-color css
<style>
span { border-color: #9B36EC; }
span { border-color: rgb(155,54,236); }
td.TdClassName
{
border-color: #9B36EC;
}
.TagClassName
{
border-color: #9B36EC;
}
</style>