Shades of Violet Blue #9F4D92
Tints of Violet Blue #9F4D92
RGB
CMYK
RGB Variations
Color information
#9F4D92 (or 0x9F4D92) is known color: Violet Blue. HEX triplet: 9F, 4D and 92. RGB value is (159,77,146). Sum of RGB (Red+Green+Blue) = 159+77+146=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D92 is #60B26D. Grayscale: #6D6D6D. Windows color (decimal): -6337134 or 9588127. OLE color: 9588127.
HSL color Cylindrical-coordinate representation of color #9F4D92: hue angle of 309.51º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4D92 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 146 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.38 |
| HSL | 309.51º | 0.35% | 0.46% | - |
| HSV(B) | 309.51º | 0.52% | 0.62% | - |
| XYZ | 22.14 | 14.75 | 28.88 | - |
| YUV | 109.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 146 | 0 | 0.52 | 0.08 | 0.38 | 309.51 | 0.35 | 0.46 |
| Hex | 9F | 4D | 92 | 0 | 34 | 8 | 26 | 136 | 23 | 2E |
| Octal | 237 | 115 | 222 | 0 | 64 | 10 | 46 | 466 | 43 | 56 |
| Binary | 10011111 | 1001101 | 10010010 | 0 | 110100 | 1000 | 100110 | 100110110 | 100011 | 101110 |
Color Harmonies of #9F4D92
Complementary color
Monochromatic Colors of #9F4D92
Black with #9F4D92
Text Example
Text Example
White with #9F4D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D92; }
p { color: rgb(159,77,146); }
H1.HeaderClassName
{
color: #9F4D92;
}
.AnyTagClassName
{
color: #9F4D92;
}
</style>
background-color css
<style>
a { background-color: #9F4D92; }
a { background-color: rgb(159,77,146); }
div.DivClassName
{
background-color: #9F4D92;
}
.BgClassName
{
background-color: #9F4D92;
}
</style>
border-color css
<style>
span { border-color: #9F4D92; }
span { border-color: rgb(159,77,146); }
td.TdClassName
{
border-color: #9F4D92;
}
.TagClassName
{
border-color: #9F4D92;
}
</style>