Shades of Blue Violet #9B39EC
Tints of Blue Violet #9B39EC
RGB
CMYK
RGB Variations
Color information
#9B39EC (or 0x9B39EC) is known color: Blue Violet. HEX triplet: 9B, 39 and EC. RGB value is (155,57,236). Sum of RGB (Red+Green+Blue) = 155+57+236=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B39EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B39EC is #64C613. Grayscale: #6A6A6A. Windows color (decimal): -6604308 or 15481243. OLE color: 15481243.
HSL color Cylindrical-coordinate representation of color #9B39EC: hue angle of 272.85º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B39EC is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 57 | 236 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.07 |
| HSL | 272.85º | 0.82% | 0.57% | - |
| HSV(B) | 272.85º | 0.76% | 0.93% | - |
| XYZ | 30.12 | 15.95 | 80.85 | - |
| YUV | 106.71 | 200.97 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 236 | 0.34 | 0.76 | 0 | 0.07 | 272.85 | 0.82 | 0.57 |
| Hex | 9B | 39 | EC | 22 | 4C | 0 | 7 | 111 | 52 | 39 |
| Octal | 233 | 71 | 354 | 42 | 114 | 0 | 7 | 421 | 122 | 71 |
| Binary | 10011011 | 111001 | 11101100 | 100010 | 1001100 | 0 | 111 | 100010001 | 1010010 | 111001 |
Color Harmonies of #9B39EC
Complementary color
Monochromatic Colors of #9B39EC
Black with #9B39EC
Text Example
Text Example
White with #9B39EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B39EC; }
p { color: rgb(155,57,236); }
H1.HeaderClassName
{
color: #9B39EC;
}
.AnyTagClassName
{
color: #9B39EC;
}
</style>
background-color css
<style>
a { background-color: #9B39EC; }
a { background-color: rgb(155,57,236); }
div.DivClassName
{
background-color: #9B39EC;
}
.BgClassName
{
background-color: #9B39EC;
}
</style>
border-color css
<style>
span { border-color: #9B39EC; }
span { border-color: rgb(155,57,236); }
td.TdClassName
{
border-color: #9B39EC;
}
.TagClassName
{
border-color: #9B39EC;
}
</style>