Shades of Violet Blue #9F3A96
Tints of Violet Blue #9F3A96
RGB
CMYK
RGB Variations
Color information
#9F3A96 (or 0x9F3A96) is known color: Violet Blue. HEX triplet: 9F, 3A and 96. RGB value is (159,58,150). Sum of RGB (Red+Green+Blue) = 159+58+150=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A96 is #60C569. Grayscale: #626262. Windows color (decimal): -6341994 or 9845407. OLE color: 9845407.
HSL color Cylindrical-coordinate representation of color #9F3A96: hue angle of 305.35º 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 #9F3A96 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 150 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.38 |
| HSL | 305.35º | 0.47% | 0.43% | - |
| HSV(B) | 305.35º | 0.64% | 0.62% | - |
| XYZ | 21.32 | 12.6 | 30.16 | - |
| YUV | 98.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 150 | 0 | 0.64 | 0.06 | 0.38 | 305.35 | 0.47 | 0.43 |
| Hex | 9F | 3A | 96 | 0 | 40 | 6 | 26 | 131 | 2F | 2B |
| Octal | 237 | 72 | 226 | 0 | 100 | 6 | 46 | 461 | 57 | 53 |
| Binary | 10011111 | 111010 | 10010110 | 0 | 1000000 | 110 | 100110 | 100110001 | 101111 | 101011 |
Color Harmonies of #9F3A96
Complementary color
Monochromatic Colors of #9F3A96
Black with #9F3A96
Text Example
Text Example
White with #9F3A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A96; }
p { color: rgb(159,58,150); }
H1.HeaderClassName
{
color: #9F3A96;
}
.AnyTagClassName
{
color: #9F3A96;
}
</style>
background-color css
<style>
a { background-color: #9F3A96; }
a { background-color: rgb(159,58,150); }
div.DivClassName
{
background-color: #9F3A96;
}
.BgClassName
{
background-color: #9F3A96;
}
</style>
border-color css
<style>
span { border-color: #9F3A96; }
span { border-color: rgb(159,58,150); }
td.TdClassName
{
border-color: #9F3A96;
}
.TagClassName
{
border-color: #9F3A96;
}
</style>