Shades of Vivid Violet #9D219D
Tints of Vivid Violet #9D219D
RGB
CMYK
RGB Variations
Color information
#9D219D (or 0x9D219D) is known color: Vivid Violet. HEX triplet: 9D, 21 and 9D. RGB value is (157,33,157). Sum of RGB (Red+Green+Blue) = 157+33+157=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D219D is #62DE62. Grayscale: #535353. Windows color (decimal): -6479459 or 10297757. OLE color: 10297757.
HSL color Cylindrical-coordinate representation of color #9D219D: hue angle of 300º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D219D is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 33 | 157 | - |
| CMYK | 0 | 0.79 | 0 | 0.38 |
| HSL | 300º | 0.65% | 0.37% | - |
| HSV(B) | 300º | 0.79% | 0.62% | - |
| XYZ | 20.53 | 10.69 | 32.88 | - |
| YUV | 84.21 | 169.08 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 33 | 157 | 0 | 0.79 | 0 | 0.38 | 300 | 0.65 | 0.37 |
| Hex | 9D | 21 | 9D | 0 | 4F | 0 | 26 | 12C | 41 | 25 |
| Octal | 235 | 41 | 235 | 0 | 117 | 0 | 46 | 454 | 101 | 45 |
| Binary | 10011101 | 100001 | 10011101 | 0 | 1001111 | 0 | 100110 | 100101100 | 1000001 | 100101 |
Color Harmonies of #9D219D
Complementary color
Monochromatic Colors of #9D219D
Black with #9D219D
Text Example
Text Example
White with #9D219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D219D; }
p { color: rgb(157,33,157); }
H1.HeaderClassName
{
color: #9D219D;
}
.AnyTagClassName
{
color: #9D219D;
}
</style>
background-color css
<style>
a { background-color: #9D219D; }
a { background-color: rgb(157,33,157); }
div.DivClassName
{
background-color: #9D219D;
}
.BgClassName
{
background-color: #9D219D;
}
</style>
border-color css
<style>
span { border-color: #9D219D; }
span { border-color: rgb(157,33,157); }
td.TdClassName
{
border-color: #9D219D;
}
.TagClassName
{
border-color: #9D219D;
}
</style>