Shades of Violet Blue #9F4B9A
Tints of Violet Blue #9F4B9A
RGB
CMYK
RGB Variations
Color information
#9F4B9A (or 0x9F4B9A) is known color: Violet Blue. HEX triplet: 9F, 4B and 9A. RGB value is (159,75,154). Sum of RGB (Red+Green+Blue) = 159+75+154=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4B9A is #60B465. Grayscale: #6C6C6C. Windows color (decimal): -6337638 or 10111903. OLE color: 10111903.
HSL color Cylindrical-coordinate representation of color #9F4B9A: hue angle of 303.57º 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 #9F4B9A is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 154 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.38 |
| HSL | 303.57º | 0.36% | 0.46% | - |
| HSV(B) | 303.57º | 0.53% | 0.62% | - |
| XYZ | 22.65 | 14.74 | 32.22 | - |
| YUV | 109.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 154 | 0 | 0.53 | 0.03 | 0.38 | 303.57 | 0.36 | 0.46 |
| Hex | 9F | 4B | 9A | 0 | 35 | 3 | 26 | 130 | 24 | 2E |
| Octal | 237 | 113 | 232 | 0 | 65 | 3 | 46 | 460 | 44 | 56 |
| Binary | 10011111 | 1001011 | 10011010 | 0 | 110101 | 11 | 100110 | 100110000 | 100100 | 101110 |
Color Harmonies of #9F4B9A
Complementary color
Monochromatic Colors of #9F4B9A
Black with #9F4B9A
Text Example
Text Example
White with #9F4B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B9A; }
p { color: rgb(159,75,154); }
H1.HeaderClassName
{
color: #9F4B9A;
}
.AnyTagClassName
{
color: #9F4B9A;
}
</style>
background-color css
<style>
a { background-color: #9F4B9A; }
a { background-color: rgb(159,75,154); }
div.DivClassName
{
background-color: #9F4B9A;
}
.BgClassName
{
background-color: #9F4B9A;
}
</style>
border-color css
<style>
span { border-color: #9F4B9A; }
span { border-color: rgb(159,75,154); }
td.TdClassName
{
border-color: #9F4B9A;
}
.TagClassName
{
border-color: #9F4B9A;
}
</style>