Shades of Vivid Violet #9D2DA4
Tints of Vivid Violet #9D2DA4
RGB
CMYK
RGB Variations
Color information
#9D2DA4 (or 0x9D2DA4) is known color: Vivid Violet. HEX triplet: 9D, 2D and A4. RGB value is (157,45,164). Sum of RGB (Red+Green+Blue) = 157+45+164=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D2DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2DA4 is #62D25B. Grayscale: #5B5B5B. Windows color (decimal): -6476380 or 10759581. OLE color: 10759581.
HSL color Cylindrical-coordinate representation of color #9D2DA4: hue angle of 296.47º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2DA4 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 45 | 164 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.36 |
| HSL | 296.47º | 0.57% | 0.41% | - |
| HSV(B) | 296.47º | 0.73% | 0.64% | - |
| XYZ | 21.54 | 11.73 | 36.25 | - |
| YUV | 92.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 45 | 164 | 0.04 | 0.73 | 0 | 0.36 | 296.47 | 0.57 | 0.41 |
| Hex | 9D | 2D | A4 | 4 | 49 | 0 | 24 | 128 | 39 | 29 |
| Octal | 235 | 55 | 244 | 4 | 111 | 0 | 44 | 450 | 71 | 51 |
| Binary | 10011101 | 101101 | 10100100 | 100 | 1001001 | 0 | 100100 | 100101000 | 111001 | 101001 |
Color Harmonies of #9D2DA4
Complementary color
Monochromatic Colors of #9D2DA4
Black with #9D2DA4
Text Example
Text Example
White with #9D2DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2DA4; }
p { color: rgb(157,45,164); }
H1.HeaderClassName
{
color: #9D2DA4;
}
.AnyTagClassName
{
color: #9D2DA4;
}
</style>
background-color css
<style>
a { background-color: #9D2DA4; }
a { background-color: rgb(157,45,164); }
div.DivClassName
{
background-color: #9D2DA4;
}
.BgClassName
{
background-color: #9D2DA4;
}
</style>
border-color css
<style>
span { border-color: #9D2DA4; }
span { border-color: rgb(157,45,164); }
td.TdClassName
{
border-color: #9D2DA4;
}
.TagClassName
{
border-color: #9D2DA4;
}
</style>