Shades of Vivid Violet #9D3295
Tints of Vivid Violet #9D3295
RGB
CMYK
RGB Variations
Color information
#9D3295 (or 0x9D3295) is known color: Vivid Violet. HEX triplet: 9D, 32 and 95. RGB value is (157,50,149). Sum of RGB (Red+Green+Blue) = 157+50+149=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3295 is #62CD6A. Grayscale: #5C5C5C. Windows color (decimal): -6475115 or 9777821. OLE color: 9777821.
HSL color Cylindrical-coordinate representation of color #9D3295: hue angle of 304.49º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3295 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 149 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.38 |
| HSL | 304.49º | 0.52% | 0.41% | - |
| HSV(B) | 304.49º | 0.68% | 0.62% | - |
| XYZ | 20.47 | 11.62 | 29.6 | - |
| YUV | 93.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 149 | 0 | 0.68 | 0.05 | 0.38 | 304.49 | 0.52 | 0.41 |
| Hex | 9D | 32 | 95 | 0 | 44 | 5 | 26 | 130 | 34 | 29 |
| Octal | 235 | 62 | 225 | 0 | 104 | 5 | 46 | 460 | 64 | 51 |
| Binary | 10011101 | 110010 | 10010101 | 0 | 1000100 | 101 | 100110 | 100110000 | 110100 | 101001 |
Color Harmonies of #9D3295
Complementary color
Monochromatic Colors of #9D3295
Black with #9D3295
Text Example
Text Example
White with #9D3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3295; }
p { color: rgb(157,50,149); }
H1.HeaderClassName
{
color: #9D3295;
}
.AnyTagClassName
{
color: #9D3295;
}
</style>
background-color css
<style>
a { background-color: #9D3295; }
a { background-color: rgb(157,50,149); }
div.DivClassName
{
background-color: #9D3295;
}
.BgClassName
{
background-color: #9D3295;
}
</style>
border-color css
<style>
span { border-color: #9D3295; }
span { border-color: rgb(157,50,149); }
td.TdClassName
{
border-color: #9D3295;
}
.TagClassName
{
border-color: #9D3295;
}
</style>