Shades of Vivid Violet #9D3293
Tints of Vivid Violet #9D3293
RGB
CMYK
RGB Variations
Color information
#9D3293 (or 0x9D3293) is known color: Vivid Violet. HEX triplet: 9D, 32 and 93. RGB value is (157,50,147). Sum of RGB (Red+Green+Blue) = 157+50+147=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3293 is #62CD6C. Grayscale: #5C5C5C. Windows color (decimal): -6475117 or 9646749. OLE color: 9646749.
HSL color Cylindrical-coordinate representation of color #9D3293: hue angle of 305.61º 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 #9D3293 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 147 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.38 |
| HSL | 305.61º | 0.52% | 0.41% | - |
| HSV(B) | 305.61º | 0.68% | 0.62% | - |
| XYZ | 20.31 | 11.56 | 28.76 | - |
| YUV | 93.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 147 | 0 | 0.68 | 0.06 | 0.38 | 305.61 | 0.52 | 0.41 |
| Hex | 9D | 32 | 93 | 0 | 44 | 6 | 26 | 132 | 34 | 29 |
| Octal | 235 | 62 | 223 | 0 | 104 | 6 | 46 | 462 | 64 | 51 |
| Binary | 10011101 | 110010 | 10010011 | 0 | 1000100 | 110 | 100110 | 100110010 | 110100 | 101001 |
Color Harmonies of #9D3293
Complementary color
Monochromatic Colors of #9D3293
Black with #9D3293
Text Example
Text Example
White with #9D3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3293; }
p { color: rgb(157,50,147); }
H1.HeaderClassName
{
color: #9D3293;
}
.AnyTagClassName
{
color: #9D3293;
}
</style>
background-color css
<style>
a { background-color: #9D3293; }
a { background-color: rgb(157,50,147); }
div.DivClassName
{
background-color: #9D3293;
}
.BgClassName
{
background-color: #9D3293;
}
</style>
border-color css
<style>
span { border-color: #9D3293; }
span { border-color: rgb(157,50,147); }
td.TdClassName
{
border-color: #9D3293;
}
.TagClassName
{
border-color: #9D3293;
}
</style>