Shades of Blue Violet #9B1BF0
Tints of Blue Violet #9B1BF0
RGB
CMYK
RGB Variations
Color information
#9B1BF0 (or 0x9B1BF0) is known color: Blue Violet. HEX triplet: 9B, 1B and F0. RGB value is (155,27,240). Sum of RGB (Red+Green+Blue) = 155+27+240=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #9B1BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B1BF0 is #64E40F. Grayscale: #585858. Windows color (decimal): -6611984 or 15735707. OLE color: 15735707.
HSL color Cylindrical-coordinate representation of color #9B1BF0: hue angle of 276.06º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B1BF0 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 27 | 240 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.06 |
| HSL | 276.06º | 0.88% | 0.52% | - |
| HSV(B) | 276.06º | 0.89% | 0.94% | - |
| XYZ | 29.64 | 14.04 | 83.59 | - |
| YUV | 89.55 | 212.91 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 240 | 0.35 | 0.89 | 0 | 0.06 | 276.06 | 0.88 | 0.52 |
| Hex | 9B | 1B | F0 | 23 | 59 | 0 | 6 | 114 | 58 | 34 |
| Octal | 233 | 33 | 360 | 43 | 131 | 0 | 6 | 424 | 130 | 64 |
| Binary | 10011011 | 11011 | 11110000 | 100011 | 1011001 | 0 | 110 | 100010100 | 1011000 | 110100 |
Color Harmonies of #9B1BF0
Complementary color
Monochromatic Colors of #9B1BF0
Black with #9B1BF0
Text Example
Text Example
White with #9B1BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1BF0; }
p { color: rgb(155,27,240); }
H1.HeaderClassName
{
color: #9B1BF0;
}
.AnyTagClassName
{
color: #9B1BF0;
}
</style>
background-color css
<style>
a { background-color: #9B1BF0; }
a { background-color: rgb(155,27,240); }
div.DivClassName
{
background-color: #9B1BF0;
}
.BgClassName
{
background-color: #9B1BF0;
}
</style>
border-color css
<style>
span { border-color: #9B1BF0; }
span { border-color: rgb(155,27,240); }
td.TdClassName
{
border-color: #9B1BF0;
}
.TagClassName
{
border-color: #9B1BF0;
}
</style>