Shades of Violet Blue #9F4B9C
Tints of Violet Blue #9F4B9C
RGB
CMYK
RGB Variations
Color information
#9F4B9C (or 0x9F4B9C) is known color: Violet Blue. HEX triplet: 9F, 4B and 9C. RGB value is (159,75,156). Sum of RGB (Red+Green+Blue) = 159+75+156=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4B9C is #60B463. Grayscale: #6D6D6D. Windows color (decimal): -6337636 or 10242975. OLE color: 10242975.
HSL color Cylindrical-coordinate representation of color #9F4B9C: hue angle of 302.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B9C is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 156 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.38 |
| HSL | 302.14º | 0.36% | 0.46% | - |
| HSV(B) | 302.14º | 0.53% | 0.62% | - |
| XYZ | 22.81 | 14.8 | 33.11 | - |
| YUV | 109.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 156 | 0 | 0.53 | 0.02 | 0.38 | 302.14 | 0.36 | 0.46 |
| Hex | 9F | 4B | 9C | 0 | 35 | 2 | 26 | 12E | 24 | 2E |
| Octal | 237 | 113 | 234 | 0 | 65 | 2 | 46 | 456 | 44 | 56 |
| Binary | 10011111 | 1001011 | 10011100 | 0 | 110101 | 10 | 100110 | 100101110 | 100100 | 101110 |
Color Harmonies of #9F4B9C
Complementary color
Monochromatic Colors of #9F4B9C
Black with #9F4B9C
Text Example
Text Example
White with #9F4B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B9C; }
p { color: rgb(159,75,156); }
H1.HeaderClassName
{
color: #9F4B9C;
}
.AnyTagClassName
{
color: #9F4B9C;
}
</style>
background-color css
<style>
a { background-color: #9F4B9C; }
a { background-color: rgb(159,75,156); }
div.DivClassName
{
background-color: #9F4B9C;
}
.BgClassName
{
background-color: #9F4B9C;
}
</style>
border-color css
<style>
span { border-color: #9F4B9C; }
span { border-color: rgb(159,75,156); }
td.TdClassName
{
border-color: #9F4B9C;
}
.TagClassName
{
border-color: #9F4B9C;
}
</style>