Shades of Violet Blue #9D4D92
Tints of Violet Blue #9D4D92
RGB
CMYK
RGB Variations
Color information
#9D4D92 (or 0x9D4D92) is known color: Violet Blue. HEX triplet: 9D, 4D and 92. RGB value is (157,77,146). Sum of RGB (Red+Green+Blue) = 157+77+146=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4D92 is #62B26D. Grayscale: #6C6C6C. Windows color (decimal): -6468206 or 9588125. OLE color: 9588125.
HSL color Cylindrical-coordinate representation of color #9D4D92: hue angle of 308.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D92 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 146 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.38 |
| HSL | 308.25º | 0.34% | 0.46% | - |
| HSV(B) | 308.25º | 0.51% | 0.62% | - |
| XYZ | 21.75 | 14.55 | 28.86 | - |
| YUV | 108.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 146 | 0 | 0.51 | 0.07 | 0.38 | 308.25 | 0.34 | 0.46 |
| Hex | 9D | 4D | 92 | 0 | 33 | 7 | 26 | 134 | 22 | 2E |
| Octal | 235 | 115 | 222 | 0 | 63 | 7 | 46 | 464 | 42 | 56 |
| Binary | 10011101 | 1001101 | 10010010 | 0 | 110011 | 111 | 100110 | 100110100 | 100010 | 101110 |
Color Harmonies of #9D4D92
Complementary color
Monochromatic Colors of #9D4D92
Black with #9D4D92
Text Example
Text Example
White with #9D4D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D92; }
p { color: rgb(157,77,146); }
H1.HeaderClassName
{
color: #9D4D92;
}
.AnyTagClassName
{
color: #9D4D92;
}
</style>
background-color css
<style>
a { background-color: #9D4D92; }
a { background-color: rgb(157,77,146); }
div.DivClassName
{
background-color: #9D4D92;
}
.BgClassName
{
background-color: #9D4D92;
}
</style>
border-color css
<style>
span { border-color: #9D4D92; }
span { border-color: rgb(157,77,146); }
td.TdClassName
{
border-color: #9D4D92;
}
.TagClassName
{
border-color: #9D4D92;
}
</style>