Shades of Vivid Violet #9B2499
Tints of Vivid Violet #9B2499
RGB
CMYK
RGB Variations
Color information
#9B2499 (or 0x9B2499) is known color: Vivid Violet. HEX triplet: 9B, 24 and 99. RGB value is (155,36,153). Sum of RGB (Red+Green+Blue) = 155+36+153=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2499 is #64DB66. Grayscale: #545454. Windows color (decimal): -6609767 or 10036379. OLE color: 10036379.
HSL color Cylindrical-coordinate representation of color #9B2499: hue angle of 301.01º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2499 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 153 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.39 |
| HSL | 301.01º | 0.62% | 0.37% | - |
| HSV(B) | 301.01º | 0.77% | 0.61% | - |
| XYZ | 19.9 | 10.53 | 31.12 | - |
| YUV | 84.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 153 | 0 | 0.77 | 0.01 | 0.39 | 301.01 | 0.62 | 0.37 |
| Hex | 9B | 24 | 99 | 0 | 4D | 1 | 27 | 12D | 3E | 25 |
| Octal | 233 | 44 | 231 | 0 | 115 | 1 | 47 | 455 | 76 | 45 |
| Binary | 10011011 | 100100 | 10011001 | 0 | 1001101 | 1 | 100111 | 100101101 | 111110 | 100101 |
Color Harmonies of #9B2499
Complementary color
Monochromatic Colors of #9B2499
Black with #9B2499
Text Example
Text Example
White with #9B2499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2499; }
p { color: rgb(155,36,153); }
H1.HeaderClassName
{
color: #9B2499;
}
.AnyTagClassName
{
color: #9B2499;
}
</style>
background-color css
<style>
a { background-color: #9B2499; }
a { background-color: rgb(155,36,153); }
div.DivClassName
{
background-color: #9B2499;
}
.BgClassName
{
background-color: #9B2499;
}
</style>
border-color css
<style>
span { border-color: #9B2499; }
span { border-color: rgb(155,36,153); }
td.TdClassName
{
border-color: #9B2499;
}
.TagClassName
{
border-color: #9B2499;
}
</style>