Shades of Vivid Violet #9B3BA7
Tints of Vivid Violet #9B3BA7
RGB
CMYK
RGB Variations
Color information
#9B3BA7 (or 0x9B3BA7) is known color: Vivid Violet. HEX triplet: 9B, 3B and A7. RGB value is (155,59,167). Sum of RGB (Red+Green+Blue) = 155+59+167=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 167 - color contains mainly: blue. Hex color #9B3BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3BA7 is #64C458. Grayscale: #636363. Windows color (decimal): -6603865 or 10959771. OLE color: 10959771.
HSL color Cylindrical-coordinate representation of color #9B3BA7: hue angle of 293.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3BA7 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 59 | 167 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.35 |
| HSL | 293.33º | 0.48% | 0.44% | - |
| HSV(B) | 293.33º | 0.65% | 0.65% | - |
| XYZ | 22.06 | 12.89 | 37.88 | - |
| YUV | 100.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 167 | 0.07 | 0.65 | 0 | 0.35 | 293.33 | 0.48 | 0.44 |
| Hex | 9B | 3B | A7 | 7 | 41 | 0 | 23 | 125 | 30 | 2C |
| Octal | 233 | 73 | 247 | 7 | 101 | 0 | 43 | 445 | 60 | 54 |
| Binary | 10011011 | 111011 | 10100111 | 111 | 1000001 | 0 | 100011 | 100100101 | 110000 | 101100 |
Color Harmonies of #9B3BA7
Complementary color
Monochromatic Colors of #9B3BA7
Black with #9B3BA7
Text Example
Text Example
White with #9B3BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3BA7; }
p { color: rgb(155,59,167); }
H1.HeaderClassName
{
color: #9B3BA7;
}
.AnyTagClassName
{
color: #9B3BA7;
}
</style>
background-color css
<style>
a { background-color: #9B3BA7; }
a { background-color: rgb(155,59,167); }
div.DivClassName
{
background-color: #9B3BA7;
}
.BgClassName
{
background-color: #9B3BA7;
}
</style>
border-color css
<style>
span { border-color: #9B3BA7; }
span { border-color: rgb(155,59,167); }
td.TdClassName
{
border-color: #9B3BA7;
}
.TagClassName
{
border-color: #9B3BA7;
}
</style>