Shades of Vivid Violet #9B2D9A
Tints of Vivid Violet #9B2D9A
RGB
CMYK
RGB Variations
Color information
#9B2D9A (or 0x9B2D9A) is known color: Vivid Violet. HEX triplet: 9B, 2D and 9A. RGB value is (155,45,154). Sum of RGB (Red+Green+Blue) = 155+45+154=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D9A is #64D265. Grayscale: #595959. Windows color (decimal): -6607462 or 10104219. OLE color: 10104219.
HSL color Cylindrical-coordinate representation of color #9B2D9A: hue angle of 300.55º 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 #9B2D9A is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 154 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.39 |
| HSL | 300.55º | 0.55% | 0.39% | - |
| HSV(B) | 300.55º | 0.71% | 0.61% | - |
| XYZ | 20.29 | 11.18 | 31.66 | - |
| YUV | 90.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 154 | 0 | 0.71 | 0.01 | 0.39 | 300.55 | 0.55 | 0.39 |
| Hex | 9B | 2D | 9A | 0 | 47 | 1 | 27 | 12D | 37 | 27 |
| Octal | 233 | 55 | 232 | 0 | 107 | 1 | 47 | 455 | 67 | 47 |
| Binary | 10011011 | 101101 | 10011010 | 0 | 1000111 | 1 | 100111 | 100101101 | 110111 | 100111 |
Color Harmonies of #9B2D9A
Complementary color
Monochromatic Colors of #9B2D9A
Black with #9B2D9A
Text Example
Text Example
White with #9B2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D9A; }
p { color: rgb(155,45,154); }
H1.HeaderClassName
{
color: #9B2D9A;
}
.AnyTagClassName
{
color: #9B2D9A;
}
</style>
background-color css
<style>
a { background-color: #9B2D9A; }
a { background-color: rgb(155,45,154); }
div.DivClassName
{
background-color: #9B2D9A;
}
.BgClassName
{
background-color: #9B2D9A;
}
</style>
border-color css
<style>
span { border-color: #9B2D9A; }
span { border-color: rgb(155,45,154); }
td.TdClassName
{
border-color: #9B2D9A;
}
.TagClassName
{
border-color: #9B2D9A;
}
</style>