Shades of Vivid Violet #9B3B90
Tints of Vivid Violet #9B3B90
RGB
CMYK
RGB Variations
Color information
#9B3B90 (or 0x9B3B90) is known color: Vivid Violet. HEX triplet: 9B, 3B and 90. RGB value is (155,59,144). Sum of RGB (Red+Green+Blue) = 155+59+144=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3B90 is #64C46F. Grayscale: #616161. Windows color (decimal): -6603888 or 9452443. OLE color: 9452443.
HSL color Cylindrical-coordinate representation of color #9B3B90: hue angle of 306.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B3B90 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 59 | 144 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.39 |
| HSL | 306.88º | 0.45% | 0.42% | - |
| HSV(B) | 306.88º | 0.62% | 0.61% | - |
| XYZ | 20.12 | 12.11 | 27.66 | - |
| YUV | 97.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 144 | 0 | 0.62 | 0.07 | 0.39 | 306.88 | 0.45 | 0.42 |
| Hex | 9B | 3B | 90 | 0 | 3E | 7 | 27 | 133 | 2D | 2A |
| Octal | 233 | 73 | 220 | 0 | 76 | 7 | 47 | 463 | 55 | 52 |
| Binary | 10011011 | 111011 | 10010000 | 0 | 111110 | 111 | 100111 | 100110011 | 101101 | 101010 |
Color Harmonies of #9B3B90
Complementary color
Monochromatic Colors of #9B3B90
Black with #9B3B90
Text Example
Text Example
White with #9B3B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3B90; }
p { color: rgb(155,59,144); }
H1.HeaderClassName
{
color: #9B3B90;
}
.AnyTagClassName
{
color: #9B3B90;
}
</style>
background-color css
<style>
a { background-color: #9B3B90; }
a { background-color: rgb(155,59,144); }
div.DivClassName
{
background-color: #9B3B90;
}
.BgClassName
{
background-color: #9B3B90;
}
</style>
border-color css
<style>
span { border-color: #9B3B90; }
span { border-color: rgb(155,59,144); }
td.TdClassName
{
border-color: #9B3B90;
}
.TagClassName
{
border-color: #9B3B90;
}
</style>