Shades of Violet Blue #9F418F
Tints of Violet Blue #9F418F
RGB
CMYK
RGB Variations
Color information
#9F418F (or 0x9F418F) is known color: Violet Blue. HEX triplet: 9F, 41 and 8F. RGB value is (159,65,143). Sum of RGB (Red+Green+Blue) = 159+65+143=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F418F is #60BE70. Grayscale: #656565. Windows color (decimal): -6340209 or 9388447. OLE color: 9388447.
HSL color Cylindrical-coordinate representation of color #9F418F: hue angle of 310.21º 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 #9F418F is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 143 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.38 |
| HSL | 310.21º | 0.42% | 0.44% | - |
| HSV(B) | 310.21º | 0.59% | 0.62% | - |
| XYZ | 21.15 | 13.13 | 27.41 | - |
| YUV | 102 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 143 | 0 | 0.59 | 0.10 | 0.38 | 310.21 | 0.42 | 0.44 |
| Hex | 9F | 41 | 8F | 0 | 3B | A | 26 | 136 | 2A | 2C |
| Octal | 237 | 101 | 217 | 0 | 73 | 12 | 46 | 466 | 52 | 54 |
| Binary | 10011111 | 1000001 | 10001111 | 0 | 111011 | 1010 | 100110 | 100110110 | 101010 | 101100 |
Color Harmonies of #9F418F
Complementary color
Monochromatic Colors of #9F418F
Black with #9F418F
Text Example
Text Example
White with #9F418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F418F; }
p { color: rgb(159,65,143); }
H1.HeaderClassName
{
color: #9F418F;
}
.AnyTagClassName
{
color: #9F418F;
}
</style>
background-color css
<style>
a { background-color: #9F418F; }
a { background-color: rgb(159,65,143); }
div.DivClassName
{
background-color: #9F418F;
}
.BgClassName
{
background-color: #9F418F;
}
</style>
border-color css
<style>
span { border-color: #9F418F; }
span { border-color: rgb(159,65,143); }
td.TdClassName
{
border-color: #9F418F;
}
.TagClassName
{
border-color: #9F418F;
}
</style>