Shades of Blue Violet #9B20FE
Tints of Blue Violet #9B20FE
RGB
CMYK
RGB Variations
Color information
#9B20FE (or 0x9B20FE) is known color: Blue Violet. HEX triplet: 9B, 20 and FE. RGB value is (155,32,254). Sum of RGB (Red+Green+Blue) = 155+32+254=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B20FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B20FE is #64DF01. Grayscale: #5D5D5D. Windows color (decimal): -6610690 or 16654491. OLE color: 16654491.
HSL color Cylindrical-coordinate representation of color #9B20FE: hue angle of 273.24º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B20FE is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 32 | 254 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.00 |
| HSL | 273.24º | 0.99% | 0.56% | - |
| HSV(B) | 273.24º | 0.87% | 1% | - |
| XYZ | 31.92 | 15.16 | 95.01 | - |
| YUV | 94.09 | 218.25 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 254 | 0.39 | 0.87 | 0 | 0.00 | 273.24 | 0.99 | 0.56 |
| Hex | 9B | 20 | FE | 27 | 57 | 0 | 0 | 111 | 63 | 38 |
| Octal | 233 | 40 | 376 | 47 | 127 | 0 | 0 | 421 | 143 | 70 |
| Binary | 10011011 | 100000 | 11111110 | 100111 | 1010111 | 0 | 0 | 100010001 | 1100011 | 111000 |
Color Harmonies of #9B20FE
Complementary color
Monochromatic Colors of #9B20FE
Black with #9B20FE
Text Example
Text Example
White with #9B20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B20FE; }
p { color: rgb(155,32,254); }
H1.HeaderClassName
{
color: #9B20FE;
}
.AnyTagClassName
{
color: #9B20FE;
}
</style>
background-color css
<style>
a { background-color: #9B20FE; }
a { background-color: rgb(155,32,254); }
div.DivClassName
{
background-color: #9B20FE;
}
.BgClassName
{
background-color: #9B20FE;
}
</style>
border-color css
<style>
span { border-color: #9B20FE; }
span { border-color: rgb(155,32,254); }
td.TdClassName
{
border-color: #9B20FE;
}
.TagClassName
{
border-color: #9B20FE;
}
</style>