Shades of Violet Blue #9F3F9E
Tints of Violet Blue #9F3F9E
RGB
CMYK
RGB Variations
Color information
#9F3F9E (or 0x9F3F9E) is known color: Violet Blue. HEX triplet: 9F, 3F and 9E. RGB value is (159,63,158). Sum of RGB (Red+Green+Blue) = 159+63+158=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3F9E is #60C061. Grayscale: #666666. Windows color (decimal): -6340706 or 10370975. OLE color: 10370975.
HSL color Cylindrical-coordinate representation of color #9F3F9E: hue angle of 300.62º 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 #9F3F9E is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 63 | 158 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.38 |
| HSL | 300.63º | 0.43% | 0.44% | - |
| HSV(B) | 300.63º | 0.6% | 0.62% | - |
| XYZ | 22.25 | 13.39 | 33.76 | - |
| YUV | 102.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 158 | 0 | 0.60 | 0.01 | 0.38 | 300.63 | 0.43 | 0.44 |
| Hex | 9F | 3F | 9E | 0 | 3C | 1 | 26 | 12D | 2B | 2C |
| Octal | 237 | 77 | 236 | 0 | 74 | 1 | 46 | 455 | 53 | 54 |
| Binary | 10011111 | 111111 | 10011110 | 0 | 111100 | 1 | 100110 | 100101101 | 101011 | 101100 |
Color Harmonies of #9F3F9E
Complementary color
Monochromatic Colors of #9F3F9E
Black with #9F3F9E
Text Example
Text Example
White with #9F3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3F9E; }
p { color: rgb(159,63,158); }
H1.HeaderClassName
{
color: #9F3F9E;
}
.AnyTagClassName
{
color: #9F3F9E;
}
</style>
background-color css
<style>
a { background-color: #9F3F9E; }
a { background-color: rgb(159,63,158); }
div.DivClassName
{
background-color: #9F3F9E;
}
.BgClassName
{
background-color: #9F3F9E;
}
</style>
border-color css
<style>
span { border-color: #9F3F9E; }
span { border-color: rgb(159,63,158); }
td.TdClassName
{
border-color: #9F3F9E;
}
.TagClassName
{
border-color: #9F3F9E;
}
</style>