Shades of Violet Blue #9F439B
Tints of Violet Blue #9F439B
RGB
CMYK
RGB Variations
Color information
#9F439B (or 0x9F439B) is known color: Violet Blue. HEX triplet: 9F, 43 and 9B. RGB value is (159,67,155). Sum of RGB (Red+Green+Blue) = 159+67+155=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F439B is #60BC64. Grayscale: #686868. Windows color (decimal): -6339685 or 10175391. OLE color: 10175391.
HSL color Cylindrical-coordinate representation of color #9F439B: hue angle of 302.61º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F439B is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 155 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.38 |
| HSL | 302.61º | 0.41% | 0.44% | - |
| HSV(B) | 302.61º | 0.58% | 0.62% | - |
| XYZ | 22.22 | 13.75 | 32.49 | - |
| YUV | 104.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 155 | 0 | 0.58 | 0.03 | 0.38 | 302.61 | 0.41 | 0.44 |
| Hex | 9F | 43 | 9B | 0 | 3A | 3 | 26 | 12F | 29 | 2C |
| Octal | 237 | 103 | 233 | 0 | 72 | 3 | 46 | 457 | 51 | 54 |
| Binary | 10011111 | 1000011 | 10011011 | 0 | 111010 | 11 | 100110 | 100101111 | 101001 | 101100 |
Color Harmonies of #9F439B
Complementary color
Monochromatic Colors of #9F439B
Black with #9F439B
Text Example
Text Example
White with #9F439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F439B; }
p { color: rgb(159,67,155); }
H1.HeaderClassName
{
color: #9F439B;
}
.AnyTagClassName
{
color: #9F439B;
}
</style>
background-color css
<style>
a { background-color: #9F439B; }
a { background-color: rgb(159,67,155); }
div.DivClassName
{
background-color: #9F439B;
}
.BgClassName
{
background-color: #9F439B;
}
</style>
border-color css
<style>
span { border-color: #9F439B; }
span { border-color: rgb(159,67,155); }
td.TdClassName
{
border-color: #9F439B;
}
.TagClassName
{
border-color: #9F439B;
}
</style>