Shades of Violet Blue #9F3F90
Tints of Violet Blue #9F3F90
RGB
CMYK
RGB Variations
Color information
#9F3F90 (or 0x9F3F90) is known color: Violet Blue. HEX triplet: 9F, 3F and 90. RGB value is (159,63,144). Sum of RGB (Red+Green+Blue) = 159+63+144=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3F90 is #60C06F. Grayscale: #646464. Windows color (decimal): -6340720 or 9453471. OLE color: 9453471.
HSL color Cylindrical-coordinate representation of color #9F3F90: hue angle of 309.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F3F90 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 63 | 144 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.38 |
| HSL | 309.38º | 0.43% | 0.44% | - |
| HSV(B) | 309.38º | 0.6% | 0.62% | - |
| XYZ | 21.11 | 12.94 | 27.77 | - |
| YUV | 100.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 144 | 0 | 0.60 | 0.09 | 0.38 | 309.38 | 0.43 | 0.44 |
| Hex | 9F | 3F | 90 | 0 | 3C | 9 | 26 | 135 | 2B | 2C |
| Octal | 237 | 77 | 220 | 0 | 74 | 11 | 46 | 465 | 53 | 54 |
| Binary | 10011111 | 111111 | 10010000 | 0 | 111100 | 1001 | 100110 | 100110101 | 101011 | 101100 |
Color Harmonies of #9F3F90
Complementary color
Monochromatic Colors of #9F3F90
Black with #9F3F90
Text Example
Text Example
White with #9F3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3F90; }
p { color: rgb(159,63,144); }
H1.HeaderClassName
{
color: #9F3F90;
}
.AnyTagClassName
{
color: #9F3F90;
}
</style>
background-color css
<style>
a { background-color: #9F3F90; }
a { background-color: rgb(159,63,144); }
div.DivClassName
{
background-color: #9F3F90;
}
.BgClassName
{
background-color: #9F3F90;
}
</style>
border-color css
<style>
span { border-color: #9F3F90; }
span { border-color: rgb(159,63,144); }
td.TdClassName
{
border-color: #9F3F90;
}
.TagClassName
{
border-color: #9F3F90;
}
</style>