Shades of Blue Violet #9B29EA
Tints of Blue Violet #9B29EA
RGB
CMYK
RGB Variations
Color information
#9B29EA (or 0x9B29EA) is known color: Blue Violet. HEX triplet: 9B, 29 and EA. RGB value is (155,41,234). Sum of RGB (Red+Green+Blue) = 155+41+234=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B29EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B29EA is #64D615. Grayscale: #606060. Windows color (decimal): -6608406 or 15346075. OLE color: 15346075.
HSL color Cylindrical-coordinate representation of color #9B29EA: hue angle of 275.44º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B29EA is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 41 | 234 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.08 |
| HSL | 275.44º | 0.82% | 0.54% | - |
| HSV(B) | 275.44º | 0.82% | 0.92% | - |
| XYZ | 29.16 | 14.49 | 79.1 | - |
| YUV | 97.09 | 205.27 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 234 | 0.34 | 0.82 | 0 | 0.08 | 275.44 | 0.82 | 0.54 |
| Hex | 9B | 29 | EA | 22 | 52 | 0 | 8 | 113 | 52 | 36 |
| Octal | 233 | 51 | 352 | 42 | 122 | 0 | 10 | 423 | 122 | 66 |
| Binary | 10011011 | 101001 | 11101010 | 100010 | 1010010 | 0 | 1000 | 100010011 | 1010010 | 110110 |
Color Harmonies of #9B29EA
Complementary color
Monochromatic Colors of #9B29EA
Black with #9B29EA
Text Example
Text Example
White with #9B29EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B29EA; }
p { color: rgb(155,41,234); }
H1.HeaderClassName
{
color: #9B29EA;
}
.AnyTagClassName
{
color: #9B29EA;
}
</style>
background-color css
<style>
a { background-color: #9B29EA; }
a { background-color: rgb(155,41,234); }
div.DivClassName
{
background-color: #9B29EA;
}
.BgClassName
{
background-color: #9B29EA;
}
</style>
border-color css
<style>
span { border-color: #9B29EA; }
span { border-color: rgb(155,41,234); }
td.TdClassName
{
border-color: #9B29EA;
}
.TagClassName
{
border-color: #9B29EA;
}
</style>