Shades of Violet Blue #9F3B9A
Tints of Violet Blue #9F3B9A
RGB
CMYK
RGB Variations
Color information
#9F3B9A (or 0x9F3B9A) is known color: Violet Blue. HEX triplet: 9F, 3B and 9A. RGB value is (159,59,154). Sum of RGB (Red+Green+Blue) = 159+59+154=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3B9A is #60C465. Grayscale: #636363. Windows color (decimal): -6341734 or 10107807. OLE color: 10107807.
HSL color Cylindrical-coordinate representation of color #9F3B9A: hue angle of 303º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3B9A is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 59 | 154 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.38 |
| HSL | 303º | 0.46% | 0.43% | - |
| HSV(B) | 303º | 0.63% | 0.62% | - |
| XYZ | 21.69 | 12.83 | 31.91 | - |
| YUV | 99.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 154 | 0 | 0.63 | 0.03 | 0.38 | 303 | 0.46 | 0.43 |
| Hex | 9F | 3B | 9A | 0 | 3F | 3 | 26 | 12F | 2E | 2B |
| Octal | 237 | 73 | 232 | 0 | 77 | 3 | 46 | 457 | 56 | 53 |
| Binary | 10011111 | 111011 | 10011010 | 0 | 111111 | 11 | 100110 | 100101111 | 101110 | 101011 |
Color Harmonies of #9F3B9A
Complementary color
Monochromatic Colors of #9F3B9A
Black with #9F3B9A
Text Example
Text Example
White with #9F3B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3B9A; }
p { color: rgb(159,59,154); }
H1.HeaderClassName
{
color: #9F3B9A;
}
.AnyTagClassName
{
color: #9F3B9A;
}
</style>
background-color css
<style>
a { background-color: #9F3B9A; }
a { background-color: rgb(159,59,154); }
div.DivClassName
{
background-color: #9F3B9A;
}
.BgClassName
{
background-color: #9F3B9A;
}
</style>
border-color css
<style>
span { border-color: #9F3B9A; }
span { border-color: rgb(159,59,154); }
td.TdClassName
{
border-color: #9F3B9A;
}
.TagClassName
{
border-color: #9F3B9A;
}
</style>