Shades of Vivid Violet #9B3091
Tints of Vivid Violet #9B3091
RGB
CMYK
RGB Variations
Color information
#9B3091 (or 0x9B3091) is known color: Vivid Violet. HEX triplet: 9B, 30 and 91. RGB value is (155,48,145). Sum of RGB (Red+Green+Blue) = 155+48+145=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3091 is #64CF6E. Grayscale: #5A5A5A. Windows color (decimal): -6606703 or 9515163. OLE color: 9515163.
HSL color Cylindrical-coordinate representation of color #9B3091: hue angle of 305.61º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3091 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 145 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.39 |
| HSL | 305.61º | 0.53% | 0.4% | - |
| HSV(B) | 305.61º | 0.69% | 0.61% | - |
| XYZ | 19.69 | 11.13 | 27.9 | - |
| YUV | 91.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 145 | 0 | 0.69 | 0.06 | 0.39 | 305.61 | 0.53 | 0.4 |
| Hex | 9B | 30 | 91 | 0 | 45 | 6 | 27 | 132 | 35 | 28 |
| Octal | 233 | 60 | 221 | 0 | 105 | 6 | 47 | 462 | 65 | 50 |
| Binary | 10011011 | 110000 | 10010001 | 0 | 1000101 | 110 | 100111 | 100110010 | 110101 | 101000 |
Color Harmonies of #9B3091
Complementary color
Monochromatic Colors of #9B3091
Black with #9B3091
Text Example
Text Example
White with #9B3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3091; }
p { color: rgb(155,48,145); }
H1.HeaderClassName
{
color: #9B3091;
}
.AnyTagClassName
{
color: #9B3091;
}
</style>
background-color css
<style>
a { background-color: #9B3091; }
a { background-color: rgb(155,48,145); }
div.DivClassName
{
background-color: #9B3091;
}
.BgClassName
{
background-color: #9B3091;
}
</style>
border-color css
<style>
span { border-color: #9B3091; }
span { border-color: rgb(155,48,145); }
td.TdClassName
{
border-color: #9B3091;
}
.TagClassName
{
border-color: #9B3091;
}
</style>