Shades of Blue Violet #9B29EF
Tints of Blue Violet #9B29EF
RGB
CMYK
RGB Variations
Color information
#9B29EF (or 0x9B29EF) is known color: Blue Violet. HEX triplet: 9B, 29 and EF. RGB value is (155,41,239). Sum of RGB (Red+Green+Blue) = 155+41+239=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B29EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B29EF is #64D610. Grayscale: #606060. Windows color (decimal): -6608401 or 15673755. OLE color: 15673755.
HSL color Cylindrical-coordinate representation of color #9B29EF: hue angle of 274.55º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B29EF is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 41 | 239 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.06 |
| HSL | 274.55º | 0.86% | 0.55% | - |
| HSV(B) | 274.55º | 0.83% | 0.94% | - |
| XYZ | 29.89 | 14.79 | 82.94 | - |
| YUV | 97.66 | 207.77 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 239 | 0.35 | 0.83 | 0 | 0.06 | 274.55 | 0.86 | 0.55 |
| Hex | 9B | 29 | EF | 23 | 53 | 0 | 6 | 113 | 56 | 37 |
| Octal | 233 | 51 | 357 | 43 | 123 | 0 | 6 | 423 | 126 | 67 |
| Binary | 10011011 | 101001 | 11101111 | 100011 | 1010011 | 0 | 110 | 100010011 | 1010110 | 110111 |
Color Harmonies of #9B29EF
Complementary color
Monochromatic Colors of #9B29EF
Black with #9B29EF
Text Example
Text Example
White with #9B29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B29EF; }
p { color: rgb(155,41,239); }
H1.HeaderClassName
{
color: #9B29EF;
}
.AnyTagClassName
{
color: #9B29EF;
}
</style>
background-color css
<style>
a { background-color: #9B29EF; }
a { background-color: rgb(155,41,239); }
div.DivClassName
{
background-color: #9B29EF;
}
.BgClassName
{
background-color: #9B29EF;
}
</style>
border-color css
<style>
span { border-color: #9B29EF; }
span { border-color: rgb(155,41,239); }
td.TdClassName
{
border-color: #9B29EF;
}
.TagClassName
{
border-color: #9B29EF;
}
</style>