Shades of Violet Blue #9F419E
Tints of Violet Blue #9F419E
RGB
CMYK
RGB Variations
Color information
#9F419E (or 0x9F419E) is known color: Violet Blue. HEX triplet: 9F, 41 and 9E. RGB value is (159,65,158). Sum of RGB (Red+Green+Blue) = 159+65+158=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F419E is #60BE61. Grayscale: #676767. Windows color (decimal): -6340194 or 10371487. OLE color: 10371487.
HSL color Cylindrical-coordinate representation of color #9F419E: hue angle of 300.64º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F419E is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 158 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.38 |
| HSL | 300.64º | 0.42% | 0.44% | - |
| HSV(B) | 300.64º | 0.59% | 0.62% | - |
| XYZ | 22.36 | 13.62 | 33.8 | - |
| YUV | 103.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 158 | 0 | 0.59 | 0.01 | 0.38 | 300.64 | 0.42 | 0.44 |
| Hex | 9F | 41 | 9E | 0 | 3B | 1 | 26 | 12D | 2A | 2C |
| Octal | 237 | 101 | 236 | 0 | 73 | 1 | 46 | 455 | 52 | 54 |
| Binary | 10011111 | 1000001 | 10011110 | 0 | 111011 | 1 | 100110 | 100101101 | 101010 | 101100 |
Color Harmonies of #9F419E
Complementary color
Monochromatic Colors of #9F419E
Black with #9F419E
Text Example
Text Example
White with #9F419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F419E; }
p { color: rgb(159,65,158); }
H1.HeaderClassName
{
color: #9F419E;
}
.AnyTagClassName
{
color: #9F419E;
}
</style>
background-color css
<style>
a { background-color: #9F419E; }
a { background-color: rgb(159,65,158); }
div.DivClassName
{
background-color: #9F419E;
}
.BgClassName
{
background-color: #9F419E;
}
</style>
border-color css
<style>
span { border-color: #9F419E; }
span { border-color: rgb(159,65,158); }
td.TdClassName
{
border-color: #9F419E;
}
.TagClassName
{
border-color: #9F419E;
}
</style>