Shades of Vivid Violet #9B3B95
Tints of Vivid Violet #9B3B95
RGB
CMYK
RGB Variations
Color information
#9B3B95 (or 0x9B3B95) is known color: Vivid Violet. HEX triplet: 9B, 3B and 95. RGB value is (155,59,149). Sum of RGB (Red+Green+Blue) = 155+59+149=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3B95 is #64C46A. Grayscale: #616161. Windows color (decimal): -6603883 or 9780123. OLE color: 9780123.
HSL color Cylindrical-coordinate representation of color #9B3B95: hue angle of 303.75º 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 #9B3B95 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 59 | 149 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.39 |
| HSL | 303.75º | 0.45% | 0.42% | - |
| HSV(B) | 303.75º | 0.62% | 0.61% | - |
| XYZ | 20.51 | 12.27 | 29.72 | - |
| YUV | 97.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 149 | 0 | 0.62 | 0.04 | 0.39 | 303.75 | 0.45 | 0.42 |
| Hex | 9B | 3B | 95 | 0 | 3E | 4 | 27 | 130 | 2D | 2A |
| Octal | 233 | 73 | 225 | 0 | 76 | 4 | 47 | 460 | 55 | 52 |
| Binary | 10011011 | 111011 | 10010101 | 0 | 111110 | 100 | 100111 | 100110000 | 101101 | 101010 |
Color Harmonies of #9B3B95
Complementary color
Monochromatic Colors of #9B3B95
Black with #9B3B95
Text Example
Text Example
White with #9B3B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3B95; }
p { color: rgb(155,59,149); }
H1.HeaderClassName
{
color: #9B3B95;
}
.AnyTagClassName
{
color: #9B3B95;
}
</style>
background-color css
<style>
a { background-color: #9B3B95; }
a { background-color: rgb(155,59,149); }
div.DivClassName
{
background-color: #9B3B95;
}
.BgClassName
{
background-color: #9B3B95;
}
</style>
border-color css
<style>
span { border-color: #9B3B95; }
span { border-color: rgb(155,59,149); }
td.TdClassName
{
border-color: #9B3B95;
}
.TagClassName
{
border-color: #9B3B95;
}
</style>