Shades of Vivid Violet #9B2D98
Tints of Vivid Violet #9B2D98
RGB
CMYK
RGB Variations
Color information
#9B2D98 (or 0x9B2D98) is known color: Vivid Violet. HEX triplet: 9B, 2D and 98. RGB value is (155,45,152). Sum of RGB (Red+Green+Blue) = 155+45+152=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D98 is #64D267. Grayscale: #595959. Windows color (decimal): -6607464 or 9973147. OLE color: 9973147.
HSL color Cylindrical-coordinate representation of color #9B2D98: hue angle of 301.64º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D98 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 152 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.39 |
| HSL | 301.64º | 0.55% | 0.39% | - |
| HSV(B) | 301.64º | 0.71% | 0.61% | - |
| XYZ | 20.12 | 11.11 | 30.79 | - |
| YUV | 90.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 152 | 0 | 0.71 | 0.02 | 0.39 | 301.64 | 0.55 | 0.39 |
| Hex | 9B | 2D | 98 | 0 | 47 | 2 | 27 | 12E | 37 | 27 |
| Octal | 233 | 55 | 230 | 0 | 107 | 2 | 47 | 456 | 67 | 47 |
| Binary | 10011011 | 101101 | 10011000 | 0 | 1000111 | 10 | 100111 | 100101110 | 110111 | 100111 |
Color Harmonies of #9B2D98
Complementary color
Monochromatic Colors of #9B2D98
Black with #9B2D98
Text Example
Text Example
White with #9B2D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D98; }
p { color: rgb(155,45,152); }
H1.HeaderClassName
{
color: #9B2D98;
}
.AnyTagClassName
{
color: #9B2D98;
}
</style>
background-color css
<style>
a { background-color: #9B2D98; }
a { background-color: rgb(155,45,152); }
div.DivClassName
{
background-color: #9B2D98;
}
.BgClassName
{
background-color: #9B2D98;
}
</style>
border-color css
<style>
span { border-color: #9B2D98; }
span { border-color: rgb(155,45,152); }
td.TdClassName
{
border-color: #9B2D98;
}
.TagClassName
{
border-color: #9B2D98;
}
</style>