Shades of Violet Blue #9F4C8F
Tints of Violet Blue #9F4C8F
RGB
CMYK
RGB Variations
Color information
#9F4C8F (or 0x9F4C8F) is known color: Violet Blue. HEX triplet: 9F, 4C and 8F. RGB value is (159,76,143). Sum of RGB (Red+Green+Blue) = 159+76+143=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4C8F is #60B370. Grayscale: #6C6C6C. Windows color (decimal): -6337393 or 9391263. OLE color: 9391263.
HSL color Cylindrical-coordinate representation of color #9F4C8F: hue angle of 311.57º 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 #9F4C8F is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 76 | 143 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.38 |
| HSL | 311.57º | 0.35% | 0.46% | - |
| HSV(B) | 311.57º | 0.52% | 0.62% | - |
| XYZ | 21.84 | 14.52 | 27.64 | - |
| YUV | 108.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 143 | 0 | 0.52 | 0.10 | 0.38 | 311.57 | 0.35 | 0.46 |
| Hex | 9F | 4C | 8F | 0 | 34 | A | 26 | 138 | 23 | 2E |
| Octal | 237 | 114 | 217 | 0 | 64 | 12 | 46 | 470 | 43 | 56 |
| Binary | 10011111 | 1001100 | 10001111 | 0 | 110100 | 1010 | 100110 | 100111000 | 100011 | 101110 |
Color Harmonies of #9F4C8F
Complementary color
Monochromatic Colors of #9F4C8F
Black with #9F4C8F
Text Example
Text Example
White with #9F4C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4C8F; }
p { color: rgb(159,76,143); }
H1.HeaderClassName
{
color: #9F4C8F;
}
.AnyTagClassName
{
color: #9F4C8F;
}
</style>
background-color css
<style>
a { background-color: #9F4C8F; }
a { background-color: rgb(159,76,143); }
div.DivClassName
{
background-color: #9F4C8F;
}
.BgClassName
{
background-color: #9F4C8F;
}
</style>
border-color css
<style>
span { border-color: #9F4C8F; }
span { border-color: rgb(159,76,143); }
td.TdClassName
{
border-color: #9F4C8F;
}
.TagClassName
{
border-color: #9F4C8F;
}
</style>