Shades of Violet Blue #9F4F9E
Tints of Violet Blue #9F4F9E
RGB
CMYK
RGB Variations
Color information
#9F4F9E (or 0x9F4F9E) is known color: Violet Blue. HEX triplet: 9F, 4F and 9E. RGB value is (159,79,158). Sum of RGB (Red+Green+Blue) = 159+79+158=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F9E is #60B061. Grayscale: #6F6F6F. Windows color (decimal): -6336610 or 10375071. OLE color: 10375071.
HSL color Cylindrical-coordinate representation of color #9F4F9E: hue angle of 300.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F9E is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 79 | 158 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.38 |
| HSL | 300.75º | 0.34% | 0.47% | - |
| HSV(B) | 300.75º | 0.5% | 0.62% | - |
| XYZ | 23.27 | 15.43 | 34.1 | - |
| YUV | 111.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 158 | 0 | 0.50 | 0.01 | 0.38 | 300.75 | 0.34 | 0.47 |
| Hex | 9F | 4F | 9E | 0 | 32 | 1 | 26 | 12D | 22 | 2F |
| Octal | 237 | 117 | 236 | 0 | 62 | 1 | 46 | 455 | 42 | 57 |
| Binary | 10011111 | 1001111 | 10011110 | 0 | 110010 | 1 | 100110 | 100101101 | 100010 | 101111 |
Color Harmonies of #9F4F9E
Complementary color
Monochromatic Colors of #9F4F9E
Black with #9F4F9E
Text Example
Text Example
White with #9F4F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4F9E; }
p { color: rgb(159,79,158); }
H1.HeaderClassName
{
color: #9F4F9E;
}
.AnyTagClassName
{
color: #9F4F9E;
}
</style>
background-color css
<style>
a { background-color: #9F4F9E; }
a { background-color: rgb(159,79,158); }
div.DivClassName
{
background-color: #9F4F9E;
}
.BgClassName
{
background-color: #9F4F9E;
}
</style>
border-color css
<style>
span { border-color: #9F4F9E; }
span { border-color: rgb(159,79,158); }
td.TdClassName
{
border-color: #9F4F9E;
}
.TagClassName
{
border-color: #9F4F9E;
}
</style>