Shades of Vivid Violet #9B2896
Tints of Vivid Violet #9B2896
RGB
CMYK
RGB Variations
Color information
#9B2896 (or 0x9B2896) is known color: Vivid Violet. HEX triplet: 9B, 28 and 96. RGB value is (155,40,150). Sum of RGB (Red+Green+Blue) = 155+40+150=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2896 is #64D769. Grayscale: #565656. Windows color (decimal): -6608746 or 9840795. OLE color: 9840795.
HSL color Cylindrical-coordinate representation of color #9B2896: hue angle of 302.61º 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 #9B2896 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 150 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.39 |
| HSL | 302.61º | 0.59% | 0.38% | - |
| HSV(B) | 302.61º | 0.74% | 0.61% | - |
| XYZ | 19.78 | 10.69 | 29.87 | - |
| YUV | 86.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 150 | 0 | 0.74 | 0.03 | 0.39 | 302.61 | 0.59 | 0.38 |
| Hex | 9B | 28 | 96 | 0 | 4A | 3 | 27 | 12F | 3B | 26 |
| Octal | 233 | 50 | 226 | 0 | 112 | 3 | 47 | 457 | 73 | 46 |
| Binary | 10011011 | 101000 | 10010110 | 0 | 1001010 | 11 | 100111 | 100101111 | 111011 | 100110 |
Color Harmonies of #9B2896
Complementary color
Monochromatic Colors of #9B2896
Black with #9B2896
Text Example
Text Example
White with #9B2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2896; }
p { color: rgb(155,40,150); }
H1.HeaderClassName
{
color: #9B2896;
}
.AnyTagClassName
{
color: #9B2896;
}
</style>
background-color css
<style>
a { background-color: #9B2896; }
a { background-color: rgb(155,40,150); }
div.DivClassName
{
background-color: #9B2896;
}
.BgClassName
{
background-color: #9B2896;
}
</style>
border-color css
<style>
span { border-color: #9B2896; }
span { border-color: rgb(155,40,150); }
td.TdClassName
{
border-color: #9B2896;
}
.TagClassName
{
border-color: #9B2896;
}
</style>