Shades of Vivid Violet #9B2C9A
Tints of Vivid Violet #9B2C9A
RGB
CMYK
RGB Variations
Color information
#9B2C9A (or 0x9B2C9A) is known color: Vivid Violet. HEX triplet: 9B, 2C and 9A. RGB value is (155,44,154). Sum of RGB (Red+Green+Blue) = 155+44+154=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2C9A is #64D365. Grayscale: #595959. Windows color (decimal): -6607718 or 10103963. OLE color: 10103963.
HSL color Cylindrical-coordinate representation of color #9B2C9A: hue angle of 300.54º 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 #9B2C9A is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 154 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.39 |
| HSL | 300.54º | 0.56% | 0.39% | - |
| HSV(B) | 300.54º | 0.72% | 0.61% | - |
| XYZ | 20.25 | 11.1 | 31.65 | - |
| YUV | 89.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 154 | 0 | 0.72 | 0.01 | 0.39 | 300.54 | 0.56 | 0.39 |
| Hex | 9B | 2C | 9A | 0 | 48 | 1 | 27 | 12D | 38 | 27 |
| Octal | 233 | 54 | 232 | 0 | 110 | 1 | 47 | 455 | 70 | 47 |
| Binary | 10011011 | 101100 | 10011010 | 0 | 1001000 | 1 | 100111 | 100101101 | 111000 | 100111 |
Color Harmonies of #9B2C9A
Complementary color
Monochromatic Colors of #9B2C9A
Black with #9B2C9A
Text Example
Text Example
White with #9B2C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C9A; }
p { color: rgb(155,44,154); }
H1.HeaderClassName
{
color: #9B2C9A;
}
.AnyTagClassName
{
color: #9B2C9A;
}
</style>
background-color css
<style>
a { background-color: #9B2C9A; }
a { background-color: rgb(155,44,154); }
div.DivClassName
{
background-color: #9B2C9A;
}
.BgClassName
{
background-color: #9B2C9A;
}
</style>
border-color css
<style>
span { border-color: #9B2C9A; }
span { border-color: rgb(155,44,154); }
td.TdClassName
{
border-color: #9B2C9A;
}
.TagClassName
{
border-color: #9B2C9A;
}
</style>