Shades of Vivid Violet #9D3B93
Tints of Vivid Violet #9D3B93
RGB
CMYK
RGB Variations
Color information
#9D3B93 (or 0x9D3B93) is known color: Vivid Violet. HEX triplet: 9D, 3B and 93. RGB value is (157,59,147). Sum of RGB (Red+Green+Blue) = 157+59+147=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3B93 is #62C46C. Grayscale: #626262. Windows color (decimal): -6472813 or 9649053. OLE color: 9649053.
HSL color Cylindrical-coordinate representation of color #9D3B93: hue angle of 306.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D3B93 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 59 | 147 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.38 |
| HSL | 306.12º | 0.45% | 0.42% | - |
| HSV(B) | 306.12º | 0.62% | 0.62% | - |
| XYZ | 20.74 | 12.4 | 28.9 | - |
| YUV | 98.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 59 | 147 | 0 | 0.62 | 0.06 | 0.38 | 306.12 | 0.45 | 0.42 |
| Hex | 9D | 3B | 93 | 0 | 3E | 6 | 26 | 132 | 2D | 2A |
| Octal | 235 | 73 | 223 | 0 | 76 | 6 | 46 | 462 | 55 | 52 |
| Binary | 10011101 | 111011 | 10010011 | 0 | 111110 | 110 | 100110 | 100110010 | 101101 | 101010 |
Color Harmonies of #9D3B93
Complementary color
Monochromatic Colors of #9D3B93
Black with #9D3B93
Text Example
Text Example
White with #9D3B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3B93; }
p { color: rgb(157,59,147); }
H1.HeaderClassName
{
color: #9D3B93;
}
.AnyTagClassName
{
color: #9D3B93;
}
</style>
background-color css
<style>
a { background-color: #9D3B93; }
a { background-color: rgb(157,59,147); }
div.DivClassName
{
background-color: #9D3B93;
}
.BgClassName
{
background-color: #9D3B93;
}
</style>
border-color css
<style>
span { border-color: #9D3B93; }
span { border-color: rgb(157,59,147); }
td.TdClassName
{
border-color: #9D3B93;
}
.TagClassName
{
border-color: #9D3B93;
}
</style>