Shades of Violet Blue #9F419B
Tints of Violet Blue #9F419B
RGB
CMYK
RGB Variations
Color information
#9F419B (or 0x9F419B) is known color: Violet Blue. HEX triplet: 9F, 41 and 9B. RGB value is (159,65,155). Sum of RGB (Red+Green+Blue) = 159+65+155=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F419B is #60BE64. Grayscale: #676767. Windows color (decimal): -6340197 or 10174879. OLE color: 10174879.
HSL color Cylindrical-coordinate representation of color #9F419B: hue angle of 302.55º 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 #9F419B is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 155 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.38 |
| HSL | 302.55º | 0.42% | 0.44% | - |
| HSV(B) | 302.55º | 0.59% | 0.62% | - |
| XYZ | 22.1 | 13.52 | 32.45 | - |
| YUV | 103.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 155 | 0 | 0.59 | 0.03 | 0.38 | 302.55 | 0.42 | 0.44 |
| Hex | 9F | 41 | 9B | 0 | 3B | 3 | 26 | 12F | 2A | 2C |
| Octal | 237 | 101 | 233 | 0 | 73 | 3 | 46 | 457 | 52 | 54 |
| Binary | 10011111 | 1000001 | 10011011 | 0 | 111011 | 11 | 100110 | 100101111 | 101010 | 101100 |
Color Harmonies of #9F419B
Complementary color
Monochromatic Colors of #9F419B
Black with #9F419B
Text Example
Text Example
White with #9F419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F419B; }
p { color: rgb(159,65,155); }
H1.HeaderClassName
{
color: #9F419B;
}
.AnyTagClassName
{
color: #9F419B;
}
</style>
background-color css
<style>
a { background-color: #9F419B; }
a { background-color: rgb(159,65,155); }
div.DivClassName
{
background-color: #9F419B;
}
.BgClassName
{
background-color: #9F419B;
}
</style>
border-color css
<style>
span { border-color: #9F419B; }
span { border-color: rgb(159,65,155); }
td.TdClassName
{
border-color: #9F419B;
}
.TagClassName
{
border-color: #9F419B;
}
</style>