Shades of Vivid Violet #9B2899
Tints of Vivid Violet #9B2899
RGB
CMYK
RGB Variations
Color information
#9B2899 (or 0x9B2899) is known color: Vivid Violet. HEX triplet: 9B, 28 and 99. RGB value is (155,40,153). Sum of RGB (Red+Green+Blue) = 155+40+153=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2899 is #64D766. Grayscale: #565656. Windows color (decimal): -6608743 or 10037403. OLE color: 10037403.
HSL color Cylindrical-coordinate representation of color #9B2899: hue angle of 301.04º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2899 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 153 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.39 |
| HSL | 301.04º | 0.59% | 0.38% | - |
| HSV(B) | 301.04º | 0.74% | 0.61% | - |
| XYZ | 20.03 | 10.79 | 31.16 | - |
| YUV | 87.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 153 | 0 | 0.74 | 0.01 | 0.39 | 301.04 | 0.59 | 0.38 |
| Hex | 9B | 28 | 99 | 0 | 4A | 1 | 27 | 12D | 3B | 26 |
| Octal | 233 | 50 | 231 | 0 | 112 | 1 | 47 | 455 | 73 | 46 |
| Binary | 10011011 | 101000 | 10011001 | 0 | 1001010 | 1 | 100111 | 100101101 | 111011 | 100110 |
Color Harmonies of #9B2899
Complementary color
Monochromatic Colors of #9B2899
Black with #9B2899
Text Example
Text Example
White with #9B2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2899; }
p { color: rgb(155,40,153); }
H1.HeaderClassName
{
color: #9B2899;
}
.AnyTagClassName
{
color: #9B2899;
}
</style>
background-color css
<style>
a { background-color: #9B2899; }
a { background-color: rgb(155,40,153); }
div.DivClassName
{
background-color: #9B2899;
}
.BgClassName
{
background-color: #9B2899;
}
</style>
border-color css
<style>
span { border-color: #9B2899; }
span { border-color: rgb(155,40,153); }
td.TdClassName
{
border-color: #9B2899;
}
.TagClassName
{
border-color: #9B2899;
}
</style>