Shades of Vivid Violet #9B2C95
Tints of Vivid Violet #9B2C95
RGB
CMYK
RGB Variations
Color information
#9B2C95 (or 0x9B2C95) is known color: Vivid Violet. HEX triplet: 9B, 2C and 95. RGB value is (155,44,149). Sum of RGB (Red+Green+Blue) = 155+44+149=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2C95 is #64D36A. Grayscale: #585858. Windows color (decimal): -6607723 or 9776283. OLE color: 9776283.
HSL color Cylindrical-coordinate representation of color #9B2C95: hue angle of 303.24º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C95 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 149 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.39 |
| HSL | 303.24º | 0.56% | 0.39% | - |
| HSV(B) | 303.24º | 0.72% | 0.61% | - |
| XYZ | 19.84 | 10.94 | 29.5 | - |
| YUV | 89.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 149 | 0 | 0.72 | 0.04 | 0.39 | 303.24 | 0.56 | 0.39 |
| Hex | 9B | 2C | 95 | 0 | 48 | 4 | 27 | 12F | 38 | 27 |
| Octal | 233 | 54 | 225 | 0 | 110 | 4 | 47 | 457 | 70 | 47 |
| Binary | 10011011 | 101100 | 10010101 | 0 | 1001000 | 100 | 100111 | 100101111 | 111000 | 100111 |
Color Harmonies of #9B2C95
Complementary color
Monochromatic Colors of #9B2C95
Black with #9B2C95
Text Example
Text Example
White with #9B2C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C95; }
p { color: rgb(155,44,149); }
H1.HeaderClassName
{
color: #9B2C95;
}
.AnyTagClassName
{
color: #9B2C95;
}
</style>
background-color css
<style>
a { background-color: #9B2C95; }
a { background-color: rgb(155,44,149); }
div.DivClassName
{
background-color: #9B2C95;
}
.BgClassName
{
background-color: #9B2C95;
}
</style>
border-color css
<style>
span { border-color: #9B2C95; }
span { border-color: rgb(155,44,149); }
td.TdClassName
{
border-color: #9B2C95;
}
.TagClassName
{
border-color: #9B2C95;
}
</style>