Shades of Violet Blue #9F468F
Tints of Violet Blue #9F468F
RGB
CMYK
RGB Variations
Color information
#9F468F (or 0x9F468F) is known color: Violet Blue. HEX triplet: 9F, 46 and 8F. RGB value is (159,70,143). Sum of RGB (Red+Green+Blue) = 159+70+143=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F468F is #60B970. Grayscale: #686868. Windows color (decimal): -6338929 or 9389727. OLE color: 9389727.
HSL color Cylindrical-coordinate representation of color #9F468F: hue angle of 310.79º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F468F is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 143 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.38 |
| HSL | 310.79º | 0.39% | 0.45% | - |
| HSV(B) | 310.79º | 0.56% | 0.62% | - |
| XYZ | 21.45 | 13.73 | 27.51 | - |
| YUV | 104.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 143 | 0 | 0.56 | 0.10 | 0.38 | 310.79 | 0.39 | 0.45 |
| Hex | 9F | 46 | 8F | 0 | 38 | A | 26 | 137 | 27 | 2D |
| Octal | 237 | 106 | 217 | 0 | 70 | 12 | 46 | 467 | 47 | 55 |
| Binary | 10011111 | 1000110 | 10001111 | 0 | 111000 | 1010 | 100110 | 100110111 | 100111 | 101101 |
Color Harmonies of #9F468F
Complementary color
Monochromatic Colors of #9F468F
Black with #9F468F
Text Example
Text Example
White with #9F468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F468F; }
p { color: rgb(159,70,143); }
H1.HeaderClassName
{
color: #9F468F;
}
.AnyTagClassName
{
color: #9F468F;
}
</style>
background-color css
<style>
a { background-color: #9F468F; }
a { background-color: rgb(159,70,143); }
div.DivClassName
{
background-color: #9F468F;
}
.BgClassName
{
background-color: #9F468F;
}
</style>
border-color css
<style>
span { border-color: #9F468F; }
span { border-color: rgb(159,70,143); }
td.TdClassName
{
border-color: #9F468F;
}
.TagClassName
{
border-color: #9F468F;
}
</style>