Shades of Blue Violet #9B1CE9
Tints of Blue Violet #9B1CE9
RGB
CMYK
RGB Variations
Color information
#9B1CE9 (or 0x9B1CE9) is known color: Blue Violet. HEX triplet: 9B, 1C and E9. RGB value is (155,28,233). Sum of RGB (Red+Green+Blue) = 155+28+233=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #9B1CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B1CE9 is #64E316. Grayscale: #585858. Windows color (decimal): -6611735 or 15277211. OLE color: 15277211.
HSL color Cylindrical-coordinate representation of color #9B1CE9: hue angle of 277.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1CE9 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 28 | 233 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.09 |
| HSL | 277.17º | 0.82% | 0.51% | - |
| HSV(B) | 277.17º | 0.88% | 0.91% | - |
| XYZ | 28.64 | 13.68 | 78.22 | - |
| YUV | 89.34 | 209.08 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 233 | 0.33 | 0.88 | 0 | 0.09 | 277.17 | 0.82 | 0.51 |
| Hex | 9B | 1C | E9 | 21 | 58 | 0 | 9 | 115 | 52 | 33 |
| Octal | 233 | 34 | 351 | 41 | 130 | 0 | 11 | 425 | 122 | 63 |
| Binary | 10011011 | 11100 | 11101001 | 100001 | 1011000 | 0 | 1001 | 100010101 | 1010010 | 110011 |
Color Harmonies of #9B1CE9
Complementary color
Monochromatic Colors of #9B1CE9
Black with #9B1CE9
Text Example
Text Example
White with #9B1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1CE9; }
p { color: rgb(155,28,233); }
H1.HeaderClassName
{
color: #9B1CE9;
}
.AnyTagClassName
{
color: #9B1CE9;
}
</style>
background-color css
<style>
a { background-color: #9B1CE9; }
a { background-color: rgb(155,28,233); }
div.DivClassName
{
background-color: #9B1CE9;
}
.BgClassName
{
background-color: #9B1CE9;
}
</style>
border-color css
<style>
span { border-color: #9B1CE9; }
span { border-color: rgb(155,28,233); }
td.TdClassName
{
border-color: #9B1CE9;
}
.TagClassName
{
border-color: #9B1CE9;
}
</style>