Shades of Violet Blue #9D4792
Tints of Violet Blue #9D4792
RGB
CMYK
RGB Variations
Color information
#9D4792 (or 0x9D4792) is known color: Violet Blue. HEX triplet: 9D, 47 and 92. RGB value is (157,71,146). Sum of RGB (Red+Green+Blue) = 157+71+146=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4792 is #62B86D. Grayscale: #696969. Windows color (decimal): -6469742 or 9586589. OLE color: 9586589.
HSL color Cylindrical-coordinate representation of color #9D4792: hue angle of 307.67º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D4792 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 71 | 146 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.38 |
| HSL | 307.67º | 0.38% | 0.45% | - |
| HSV(B) | 307.67º | 0.55% | 0.62% | - |
| XYZ | 21.35 | 13.75 | 28.72 | - |
| YUV | 105.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 146 | 0 | 0.55 | 0.07 | 0.38 | 307.67 | 0.38 | 0.45 |
| Hex | 9D | 47 | 92 | 0 | 37 | 7 | 26 | 134 | 26 | 2D |
| Octal | 235 | 107 | 222 | 0 | 67 | 7 | 46 | 464 | 46 | 55 |
| Binary | 10011101 | 1000111 | 10010010 | 0 | 110111 | 111 | 100110 | 100110100 | 100110 | 101101 |
Color Harmonies of #9D4792
Complementary color
Monochromatic Colors of #9D4792
Black with #9D4792
Text Example
Text Example
White with #9D4792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4792; }
p { color: rgb(157,71,146); }
H1.HeaderClassName
{
color: #9D4792;
}
.AnyTagClassName
{
color: #9D4792;
}
</style>
background-color css
<style>
a { background-color: #9D4792; }
a { background-color: rgb(157,71,146); }
div.DivClassName
{
background-color: #9D4792;
}
.BgClassName
{
background-color: #9D4792;
}
</style>
border-color css
<style>
span { border-color: #9D4792; }
span { border-color: rgb(157,71,146); }
td.TdClassName
{
border-color: #9D4792;
}
.TagClassName
{
border-color: #9D4792;
}
</style>