Shades of Blue Violet #9B16EE
Tints of Blue Violet #9B16EE
RGB
CMYK
RGB Variations
Color information
#9B16EE (or 0x9B16EE) is known color: Blue Violet. HEX triplet: 9B, 16 and EE. RGB value is (155,22,238). Sum of RGB (Red+Green+Blue) = 155+22+238=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B16EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B16EE is #64E911. Grayscale: #555555. Windows color (decimal): -6613266 or 15603355. OLE color: 15603355.
HSL color Cylindrical-coordinate representation of color #9B16EE: hue angle of 276.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B16EE is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 22 | 238 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.07 |
| HSL | 276.94º | 0.86% | 0.51% | - |
| HSV(B) | 276.94º | 0.91% | 0.93% | - |
| XYZ | 29.24 | 13.72 | 82 | - |
| YUV | 86.39 | 213.56 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 238 | 0.35 | 0.91 | 0 | 0.07 | 276.94 | 0.86 | 0.51 |
| Hex | 9B | 16 | EE | 23 | 5B | 0 | 7 | 115 | 56 | 33 |
| Octal | 233 | 26 | 356 | 43 | 133 | 0 | 7 | 425 | 126 | 63 |
| Binary | 10011011 | 10110 | 11101110 | 100011 | 1011011 | 0 | 111 | 100010101 | 1010110 | 110011 |
Color Harmonies of #9B16EE
Complementary color
Monochromatic Colors of #9B16EE
Black with #9B16EE
Text Example
Text Example
White with #9B16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B16EE; }
p { color: rgb(155,22,238); }
H1.HeaderClassName
{
color: #9B16EE;
}
.AnyTagClassName
{
color: #9B16EE;
}
</style>
background-color css
<style>
a { background-color: #9B16EE; }
a { background-color: rgb(155,22,238); }
div.DivClassName
{
background-color: #9B16EE;
}
.BgClassName
{
background-color: #9B16EE;
}
</style>
border-color css
<style>
span { border-color: #9B16EE; }
span { border-color: rgb(155,22,238); }
td.TdClassName
{
border-color: #9B16EE;
}
.TagClassName
{
border-color: #9B16EE;
}
</style>