Shades of Violet Blue #9F4DA0
Tints of Violet Blue #9F4DA0
RGB
CMYK
RGB Variations
Color information
#9F4DA0 (or 0x9F4DA0) is known color: Violet Blue. HEX triplet: 9F, 4D and A0. RGB value is (159,77,160). Sum of RGB (Red+Green+Blue) = 159+77+160=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #9F4DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4DA0 is #60B25F. Grayscale: #6E6E6E. Windows color (decimal): -6337120 or 10505631. OLE color: 10505631.
HSL color Cylindrical-coordinate representation of color #9F4DA0: hue angle of 299.28º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4DA0 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 77 | 160 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.37 |
| HSL | 299.28º | 0.35% | 0.46% | - |
| HSV(B) | 299.28º | 0.52% | 0.63% | - |
| XYZ | 23.3 | 15.22 | 34.97 | - |
| YUV | 110.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 160 | 0.01 | 0.52 | 0 | 0.37 | 299.28 | 0.35 | 0.46 |
| Hex | 9F | 4D | A0 | 1 | 34 | 0 | 25 | 12B | 23 | 2E |
| Octal | 237 | 115 | 240 | 1 | 64 | 0 | 45 | 453 | 43 | 56 |
| Binary | 10011111 | 1001101 | 10100000 | 1 | 110100 | 0 | 100101 | 100101011 | 100011 | 101110 |
Color Harmonies of #9F4DA0
Complementary color
Monochromatic Colors of #9F4DA0
Black with #9F4DA0
Text Example
Text Example
White with #9F4DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DA0; }
p { color: rgb(159,77,160); }
H1.HeaderClassName
{
color: #9F4DA0;
}
.AnyTagClassName
{
color: #9F4DA0;
}
</style>
background-color css
<style>
a { background-color: #9F4DA0; }
a { background-color: rgb(159,77,160); }
div.DivClassName
{
background-color: #9F4DA0;
}
.BgClassName
{
background-color: #9F4DA0;
}
</style>
border-color css
<style>
span { border-color: #9F4DA0; }
span { border-color: rgb(159,77,160); }
td.TdClassName
{
border-color: #9F4DA0;
}
.TagClassName
{
border-color: #9F4DA0;
}
</style>