Shades of Blue Violet #9B20EF
Tints of Blue Violet #9B20EF
RGB
CMYK
RGB Variations
Color information
#9B20EF (or 0x9B20EF) is known color: Blue Violet. HEX triplet: 9B, 20 and EF. RGB value is (155,32,239). Sum of RGB (Red+Green+Blue) = 155+32+239=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B20EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B20EF is #64DF10. Grayscale: #5B5B5B. Windows color (decimal): -6610705 or 15671451. OLE color: 15671451.
HSL color Cylindrical-coordinate representation of color #9B20EF: hue angle of 275.65º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B20EF is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 32 | 239 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.06 |
| HSL | 275.65º | 0.87% | 0.53% | - |
| HSV(B) | 275.65º | 0.87% | 0.94% | - |
| XYZ | 29.61 | 14.23 | 82.85 | - |
| YUV | 92.38 | 210.75 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 239 | 0.35 | 0.87 | 0 | 0.06 | 275.65 | 0.87 | 0.53 |
| Hex | 9B | 20 | EF | 23 | 57 | 0 | 6 | 114 | 57 | 35 |
| Octal | 233 | 40 | 357 | 43 | 127 | 0 | 6 | 424 | 127 | 65 |
| Binary | 10011011 | 100000 | 11101111 | 100011 | 1010111 | 0 | 110 | 100010100 | 1010111 | 110101 |
Color Harmonies of #9B20EF
Complementary color
Monochromatic Colors of #9B20EF
Black with #9B20EF
Text Example
Text Example
White with #9B20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B20EF; }
p { color: rgb(155,32,239); }
H1.HeaderClassName
{
color: #9B20EF;
}
.AnyTagClassName
{
color: #9B20EF;
}
</style>
background-color css
<style>
a { background-color: #9B20EF; }
a { background-color: rgb(155,32,239); }
div.DivClassName
{
background-color: #9B20EF;
}
.BgClassName
{
background-color: #9B20EF;
}
</style>
border-color css
<style>
span { border-color: #9B20EF; }
span { border-color: rgb(155,32,239); }
td.TdClassName
{
border-color: #9B20EF;
}
.TagClassName
{
border-color: #9B20EF;
}
</style>