Shades of Vivid Violet #9D2E9B
Tints of Vivid Violet #9D2E9B
RGB
CMYK
RGB Variations
Color information
#9D2E9B (or 0x9D2E9B) is known color: Vivid Violet. HEX triplet: 9D, 2E and 9B. RGB value is (157,46,155). Sum of RGB (Red+Green+Blue) = 157+46+155=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2E9B is #62D164. Grayscale: #5B5B5B. Windows color (decimal): -6476133 or 10170013. OLE color: 10170013.
HSL color Cylindrical-coordinate representation of color #9D2E9B: hue angle of 301.08º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D2E9B is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 46 | 155 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.38 |
| HSL | 301.08º | 0.55% | 0.4% | - |
| HSV(B) | 301.08º | 0.71% | 0.62% | - |
| XYZ | 20.8 | 11.49 | 32.13 | - |
| YUV | 91.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 46 | 155 | 0 | 0.71 | 0.01 | 0.38 | 301.08 | 0.55 | 0.4 |
| Hex | 9D | 2E | 9B | 0 | 47 | 1 | 26 | 12D | 37 | 28 |
| Octal | 235 | 56 | 233 | 0 | 107 | 1 | 46 | 455 | 67 | 50 |
| Binary | 10011101 | 101110 | 10011011 | 0 | 1000111 | 1 | 100110 | 100101101 | 110111 | 101000 |
Color Harmonies of #9D2E9B
Complementary color
Monochromatic Colors of #9D2E9B
Black with #9D2E9B
Text Example
Text Example
White with #9D2E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2E9B; }
p { color: rgb(157,46,155); }
H1.HeaderClassName
{
color: #9D2E9B;
}
.AnyTagClassName
{
color: #9D2E9B;
}
</style>
background-color css
<style>
a { background-color: #9D2E9B; }
a { background-color: rgb(157,46,155); }
div.DivClassName
{
background-color: #9D2E9B;
}
.BgClassName
{
background-color: #9D2E9B;
}
</style>
border-color css
<style>
span { border-color: #9D2E9B; }
span { border-color: rgb(157,46,155); }
td.TdClassName
{
border-color: #9D2E9B;
}
.TagClassName
{
border-color: #9D2E9B;
}
</style>