Shades of Violet Blue #9F3A99
Tints of Violet Blue #9F3A99
RGB
CMYK
RGB Variations
Color information
#9F3A99 (or 0x9F3A99) is known color: Violet Blue. HEX triplet: 9F, 3A and 99. RGB value is (159,58,153). Sum of RGB (Red+Green+Blue) = 159+58+153=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A99 is #60C566. Grayscale: #626262. Windows color (decimal): -6341991 or 10042015. OLE color: 10042015.
HSL color Cylindrical-coordinate representation of color #9F3A99: hue angle of 303.56º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3A99 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 153 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.38 |
| HSL | 303.56º | 0.47% | 0.43% | - |
| HSV(B) | 303.56º | 0.64% | 0.62% | - |
| XYZ | 21.56 | 12.7 | 31.45 | - |
| YUV | 99.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 153 | 0 | 0.64 | 0.04 | 0.38 | 303.56 | 0.47 | 0.43 |
| Hex | 9F | 3A | 99 | 0 | 40 | 4 | 26 | 130 | 2F | 2B |
| Octal | 237 | 72 | 231 | 0 | 100 | 4 | 46 | 460 | 57 | 53 |
| Binary | 10011111 | 111010 | 10011001 | 0 | 1000000 | 100 | 100110 | 100110000 | 101111 | 101011 |
Color Harmonies of #9F3A99
Complementary color
Monochromatic Colors of #9F3A99
Black with #9F3A99
Text Example
Text Example
White with #9F3A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A99; }
p { color: rgb(159,58,153); }
H1.HeaderClassName
{
color: #9F3A99;
}
.AnyTagClassName
{
color: #9F3A99;
}
</style>
background-color css
<style>
a { background-color: #9F3A99; }
a { background-color: rgb(159,58,153); }
div.DivClassName
{
background-color: #9F3A99;
}
.BgClassName
{
background-color: #9F3A99;
}
</style>
border-color css
<style>
span { border-color: #9F3A99; }
span { border-color: rgb(159,58,153); }
td.TdClassName
{
border-color: #9F3A99;
}
.TagClassName
{
border-color: #9F3A99;
}
</style>