Shades of Vivid Violet #9D2C99
Tints of Vivid Violet #9D2C99
RGB
CMYK
RGB Variations
Color information
#9D2C99 (or 0x9D2C99) is known color: Vivid Violet. HEX triplet: 9D, 2C and 99. RGB value is (157,44,153). Sum of RGB (Red+Green+Blue) = 157+44+153=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2C99 is #62D366. Grayscale: #595959. Windows color (decimal): -6476647 or 10038429. OLE color: 10038429.
HSL color Cylindrical-coordinate representation of color #9D2C99: hue angle of 302.12º 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 #9D2C99 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 153 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.38 |
| HSL | 302.12º | 0.56% | 0.39% | - |
| HSV(B) | 302.12º | 0.72% | 0.62% | - |
| XYZ | 20.56 | 11.27 | 31.23 | - |
| YUV | 90.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 153 | 0 | 0.72 | 0.03 | 0.38 | 302.12 | 0.56 | 0.39 |
| Hex | 9D | 2C | 99 | 0 | 48 | 3 | 26 | 12E | 38 | 27 |
| Octal | 235 | 54 | 231 | 0 | 110 | 3 | 46 | 456 | 70 | 47 |
| Binary | 10011101 | 101100 | 10011001 | 0 | 1001000 | 11 | 100110 | 100101110 | 111000 | 100111 |
Color Harmonies of #9D2C99
Complementary color
Monochromatic Colors of #9D2C99
Black with #9D2C99
Text Example
Text Example
White with #9D2C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C99; }
p { color: rgb(157,44,153); }
H1.HeaderClassName
{
color: #9D2C99;
}
.AnyTagClassName
{
color: #9D2C99;
}
</style>
background-color css
<style>
a { background-color: #9D2C99; }
a { background-color: rgb(157,44,153); }
div.DivClassName
{
background-color: #9D2C99;
}
.BgClassName
{
background-color: #9D2C99;
}
</style>
border-color css
<style>
span { border-color: #9D2C99; }
span { border-color: rgb(157,44,153); }
td.TdClassName
{
border-color: #9D2C99;
}
.TagClassName
{
border-color: #9D2C99;
}
</style>