Shades of Violet Blue #9F4F93
Tints of Violet Blue #9F4F93
RGB
CMYK
RGB Variations
Color information
#9F4F93 (or 0x9F4F93) is known color: Violet Blue. HEX triplet: 9F, 4F and 93. RGB value is (159,79,147). Sum of RGB (Red+Green+Blue) = 159+79+147=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F93 is #60B06C. Grayscale: #6E6E6E. Windows color (decimal): -6336621 or 9654175. OLE color: 9654175.
HSL color Cylindrical-coordinate representation of color #9F4F93: hue angle of 309º 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 #9F4F93 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 79 | 147 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.38 |
| HSL | 309º | 0.34% | 0.47% | - |
| HSV(B) | 309º | 0.5% | 0.62% | - |
| XYZ | 22.36 | 15.07 | 29.33 | - |
| YUV | 110.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 147 | 0 | 0.50 | 0.08 | 0.38 | 309 | 0.34 | 0.47 |
| Hex | 9F | 4F | 93 | 0 | 32 | 8 | 26 | 135 | 22 | 2F |
| Octal | 237 | 117 | 223 | 0 | 62 | 10 | 46 | 465 | 42 | 57 |
| Binary | 10011111 | 1001111 | 10010011 | 0 | 110010 | 1000 | 100110 | 100110101 | 100010 | 101111 |
Color Harmonies of #9F4F93
Complementary color
Monochromatic Colors of #9F4F93
Black with #9F4F93
Text Example
Text Example
White with #9F4F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4F93; }
p { color: rgb(159,79,147); }
H1.HeaderClassName
{
color: #9F4F93;
}
.AnyTagClassName
{
color: #9F4F93;
}
</style>
background-color css
<style>
a { background-color: #9F4F93; }
a { background-color: rgb(159,79,147); }
div.DivClassName
{
background-color: #9F4F93;
}
.BgClassName
{
background-color: #9F4F93;
}
</style>
border-color css
<style>
span { border-color: #9F4F93; }
span { border-color: rgb(159,79,147); }
td.TdClassName
{
border-color: #9F4F93;
}
.TagClassName
{
border-color: #9F4F93;
}
</style>