Shades of Vivid Violet #9B2E99
Tints of Vivid Violet #9B2E99
RGB
CMYK
RGB Variations
Color information
#9B2E99 (or 0x9B2E99) is known color: Vivid Violet. HEX triplet: 9B, 2E and 99. RGB value is (155,46,153). Sum of RGB (Red+Green+Blue) = 155+46+153=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2E99 is #64D166. Grayscale: #5A5A5A. Windows color (decimal): -6607207 or 10038939. OLE color: 10038939.
HSL color Cylindrical-coordinate representation of color #9B2E99: hue angle of 301.1º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2E99 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 46 | 153 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.39 |
| HSL | 301.1º | 0.54% | 0.39% | - |
| HSV(B) | 301.1º | 0.7% | 0.61% | - |
| XYZ | 20.24 | 11.22 | 31.24 | - |
| YUV | 90.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 46 | 153 | 0 | 0.70 | 0.01 | 0.39 | 301.1 | 0.54 | 0.39 |
| Hex | 9B | 2E | 99 | 0 | 46 | 1 | 27 | 12D | 36 | 27 |
| Octal | 233 | 56 | 231 | 0 | 106 | 1 | 47 | 455 | 66 | 47 |
| Binary | 10011011 | 101110 | 10011001 | 0 | 1000110 | 1 | 100111 | 100101101 | 110110 | 100111 |
Color Harmonies of #9B2E99
Complementary color
Monochromatic Colors of #9B2E99
Black with #9B2E99
Text Example
Text Example
White with #9B2E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2E99; }
p { color: rgb(155,46,153); }
H1.HeaderClassName
{
color: #9B2E99;
}
.AnyTagClassName
{
color: #9B2E99;
}
</style>
background-color css
<style>
a { background-color: #9B2E99; }
a { background-color: rgb(155,46,153); }
div.DivClassName
{
background-color: #9B2E99;
}
.BgClassName
{
background-color: #9B2E99;
}
</style>
border-color css
<style>
span { border-color: #9B2E99; }
span { border-color: rgb(155,46,153); }
td.TdClassName
{
border-color: #9B2E99;
}
.TagClassName
{
border-color: #9B2E99;
}
</style>