Shades of Vivid Violet #9D2C9B
Tints of Vivid Violet #9D2C9B
RGB
CMYK
RGB Variations
Color information
#9D2C9B (or 0x9D2C9B) is known color: Vivid Violet. HEX triplet: 9D, 2C and 9B. RGB value is (157,44,155). Sum of RGB (Red+Green+Blue) = 157+44+155=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2C9B is #62D364. Grayscale: #5A5A5A. Windows color (decimal): -6476645 or 10169501. OLE color: 10169501.
HSL color Cylindrical-coordinate representation of color #9D2C9B: hue angle of 301.06º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C9B is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 155 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.38 |
| HSL | 301.06º | 0.56% | 0.39% | - |
| HSV(B) | 301.06º | 0.72% | 0.62% | - |
| XYZ | 20.72 | 11.34 | 32.11 | - |
| YUV | 90.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 155 | 0 | 0.72 | 0.01 | 0.38 | 301.06 | 0.56 | 0.39 |
| Hex | 9D | 2C | 9B | 0 | 48 | 1 | 26 | 12D | 38 | 27 |
| Octal | 235 | 54 | 233 | 0 | 110 | 1 | 46 | 455 | 70 | 47 |
| Binary | 10011101 | 101100 | 10011011 | 0 | 1001000 | 1 | 100110 | 100101101 | 111000 | 100111 |
Color Harmonies of #9D2C9B
Complementary color
Monochromatic Colors of #9D2C9B
Black with #9D2C9B
Text Example
Text Example
White with #9D2C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C9B; }
p { color: rgb(157,44,155); }
H1.HeaderClassName
{
color: #9D2C9B;
}
.AnyTagClassName
{
color: #9D2C9B;
}
</style>
background-color css
<style>
a { background-color: #9D2C9B; }
a { background-color: rgb(157,44,155); }
div.DivClassName
{
background-color: #9D2C9B;
}
.BgClassName
{
background-color: #9D2C9B;
}
</style>
border-color css
<style>
span { border-color: #9D2C9B; }
span { border-color: rgb(157,44,155); }
td.TdClassName
{
border-color: #9D2C9B;
}
.TagClassName
{
border-color: #9D2C9B;
}
</style>