Shades of Vivid Violet #9B219F
Tints of Vivid Violet #9B219F
RGB
CMYK
RGB Variations
Color information
#9B219F (or 0x9B219F) is known color: Vivid Violet. HEX triplet: 9B, 21 and 9F. RGB value is (155,33,159). Sum of RGB (Red+Green+Blue) = 155+33+159=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B219F is #64DE60. Grayscale: #535353. Windows color (decimal): -6610529 or 10428827. OLE color: 10428827.
HSL color Cylindrical-coordinate representation of color #9B219F: hue angle of 298.1º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B219F is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 33 | 159 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.38 |
| HSL | 298.1º | 0.66% | 0.38% | - |
| HSV(B) | 298.1º | 0.79% | 0.62% | - |
| XYZ | 20.32 | 10.56 | 33.77 | - |
| YUV | 83.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 33 | 159 | 0.03 | 0.79 | 0 | 0.38 | 298.1 | 0.66 | 0.38 |
| Hex | 9B | 21 | 9F | 3 | 4F | 0 | 26 | 12A | 42 | 26 |
| Octal | 233 | 41 | 237 | 3 | 117 | 0 | 46 | 452 | 102 | 46 |
| Binary | 10011011 | 100001 | 10011111 | 11 | 1001111 | 0 | 100110 | 100101010 | 1000010 | 100110 |
Color Harmonies of #9B219F
Complementary color
Monochromatic Colors of #9B219F
Black with #9B219F
Text Example
Text Example
White with #9B219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B219F; }
p { color: rgb(155,33,159); }
H1.HeaderClassName
{
color: #9B219F;
}
.AnyTagClassName
{
color: #9B219F;
}
</style>
background-color css
<style>
a { background-color: #9B219F; }
a { background-color: rgb(155,33,159); }
div.DivClassName
{
background-color: #9B219F;
}
.BgClassName
{
background-color: #9B219F;
}
</style>
border-color css
<style>
span { border-color: #9B219F; }
span { border-color: rgb(155,33,159); }
td.TdClassName
{
border-color: #9B219F;
}
.TagClassName
{
border-color: #9B219F;
}
</style>