Shades of Blue Violet #9B1DFA
Tints of Blue Violet #9B1DFA
RGB
CMYK
RGB Variations
Color information
#9B1DFA (or 0x9B1DFA) is known color: Blue Violet. HEX triplet: 9B, 1D and FA. RGB value is (155,29,250). Sum of RGB (Red+Green+Blue) = 155+29+250=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B1DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B1DFA is #64E205. Grayscale: #5B5B5B. Windows color (decimal): -6611462 or 16391579. OLE color: 16391579.
HSL color Cylindrical-coordinate representation of color #9B1DFA: hue angle of 274.21º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1DFA is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 29 | 250 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.02 |
| HSL | 274.21º | 0.96% | 0.55% | - |
| HSV(B) | 274.21º | 0.88% | 0.98% | - |
| XYZ | 31.21 | 14.75 | 91.64 | - |
| YUV | 91.87 | 217.24 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 250 | 0.38 | 0.88 | 0 | 0.02 | 274.21 | 0.96 | 0.55 |
| Hex | 9B | 1D | FA | 26 | 58 | 0 | 2 | 112 | 60 | 37 |
| Octal | 233 | 35 | 372 | 46 | 130 | 0 | 2 | 422 | 140 | 67 |
| Binary | 10011011 | 11101 | 11111010 | 100110 | 1011000 | 0 | 10 | 100010010 | 1100000 | 110111 |
Color Harmonies of #9B1DFA
Complementary color
Monochromatic Colors of #9B1DFA
Black with #9B1DFA
Text Example
Text Example
White with #9B1DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1DFA; }
p { color: rgb(155,29,250); }
H1.HeaderClassName
{
color: #9B1DFA;
}
.AnyTagClassName
{
color: #9B1DFA;
}
</style>
background-color css
<style>
a { background-color: #9B1DFA; }
a { background-color: rgb(155,29,250); }
div.DivClassName
{
background-color: #9B1DFA;
}
.BgClassName
{
background-color: #9B1DFA;
}
</style>
border-color css
<style>
span { border-color: #9B1DFA; }
span { border-color: rgb(155,29,250); }
td.TdClassName
{
border-color: #9B1DFA;
}
.TagClassName
{
border-color: #9B1DFA;
}
</style>