Shades of Vivid Violet #9B2B95
Tints of Vivid Violet #9B2B95
RGB
CMYK
RGB Variations
Color information
#9B2B95 (or 0x9B2B95) is known color: Vivid Violet. HEX triplet: 9B, 2B and 95. RGB value is (155,43,149). Sum of RGB (Red+Green+Blue) = 155+43+149=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2B95 is #64D46A. Grayscale: #585858. Windows color (decimal): -6607979 or 9776027. OLE color: 9776027.
HSL color Cylindrical-coordinate representation of color #9B2B95: hue angle of 303.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2B95 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 43 | 149 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.39 |
| HSL | 303.21º | 0.57% | 0.39% | - |
| HSV(B) | 303.21º | 0.72% | 0.61% | - |
| XYZ | 19.81 | 10.87 | 29.49 | - |
| YUV | 88.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 43 | 149 | 0 | 0.72 | 0.04 | 0.39 | 303.21 | 0.57 | 0.39 |
| Hex | 9B | 2B | 95 | 0 | 48 | 4 | 27 | 12F | 39 | 27 |
| Octal | 233 | 53 | 225 | 0 | 110 | 4 | 47 | 457 | 71 | 47 |
| Binary | 10011011 | 101011 | 10010101 | 0 | 1001000 | 100 | 100111 | 100101111 | 111001 | 100111 |
Color Harmonies of #9B2B95
Complementary color
Monochromatic Colors of #9B2B95
Black with #9B2B95
Text Example
Text Example
White with #9B2B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2B95; }
p { color: rgb(155,43,149); }
H1.HeaderClassName
{
color: #9B2B95;
}
.AnyTagClassName
{
color: #9B2B95;
}
</style>
background-color css
<style>
a { background-color: #9B2B95; }
a { background-color: rgb(155,43,149); }
div.DivClassName
{
background-color: #9B2B95;
}
.BgClassName
{
background-color: #9B2B95;
}
</style>
border-color css
<style>
span { border-color: #9B2B95; }
span { border-color: rgb(155,43,149); }
td.TdClassName
{
border-color: #9B2B95;
}
.TagClassName
{
border-color: #9B2B95;
}
</style>