Shades of Violet Blue #9F468B
Tints of Violet Blue #9F468B
RGB
CMYK
RGB Variations
Color information
#9F468B (or 0x9F468B) is known color: Violet Blue. HEX triplet: 9F, 46 and 8B. RGB value is (159,70,139). Sum of RGB (Red+Green+Blue) = 159+70+139=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F468B is #60B974. Grayscale: #686868. Windows color (decimal): -6338933 or 9127583. OLE color: 9127583.
HSL color Cylindrical-coordinate representation of color #9F468B: hue angle of 313.48º 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 #9F468B is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 139 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.38 |
| HSL | 313.48º | 0.39% | 0.45% | - |
| HSV(B) | 313.48º | 0.56% | 0.62% | - |
| XYZ | 21.15 | 13.62 | 25.94 | - |
| YUV | 104.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 139 | 0 | 0.56 | 0.13 | 0.38 | 313.48 | 0.39 | 0.45 |
| Hex | 9F | 46 | 8B | 0 | 38 | D | 26 | 139 | 27 | 2D |
| Octal | 237 | 106 | 213 | 0 | 70 | 15 | 46 | 471 | 47 | 55 |
| Binary | 10011111 | 1000110 | 10001011 | 0 | 111000 | 1101 | 100110 | 100111001 | 100111 | 101101 |
Color Harmonies of #9F468B
Complementary color
Monochromatic Colors of #9F468B
Black with #9F468B
Text Example
Text Example
White with #9F468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F468B; }
p { color: rgb(159,70,139); }
H1.HeaderClassName
{
color: #9F468B;
}
.AnyTagClassName
{
color: #9F468B;
}
</style>
background-color css
<style>
a { background-color: #9F468B; }
a { background-color: rgb(159,70,139); }
div.DivClassName
{
background-color: #9F468B;
}
.BgClassName
{
background-color: #9F468B;
}
</style>
border-color css
<style>
span { border-color: #9F468B; }
span { border-color: rgb(159,70,139); }
td.TdClassName
{
border-color: #9F468B;
}
.TagClassName
{
border-color: #9F468B;
}
</style>