Shades of Violet Blue #9F4BA6
Tints of Violet Blue #9F4BA6
RGB
CMYK
RGB Variations
Color information
#9F4BA6 (or 0x9F4BA6) is known color: Violet Blue. HEX triplet: 9F, 4B and A6. RGB value is (159,75,166). Sum of RGB (Red+Green+Blue) = 159+75+166=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 166 - color contains mainly: blue. Hex color #9F4BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4BA6 is #60B459. Grayscale: #6E6E6E. Windows color (decimal): -6337626 or 10898335. OLE color: 10898335.
HSL color Cylindrical-coordinate representation of color #9F4BA6: hue angle of 295.38º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4BA6 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 75 | 166 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.35 |
| HSL | 295.38º | 0.38% | 0.47% | - |
| HSV(B) | 295.38º | 0.55% | 0.65% | - |
| XYZ | 23.7 | 15.16 | 37.75 | - |
| YUV | 110.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 166 | 0.04 | 0.55 | 0 | 0.35 | 295.38 | 0.38 | 0.47 |
| Hex | 9F | 4B | A6 | 4 | 37 | 0 | 23 | 127 | 26 | 2F |
| Octal | 237 | 113 | 246 | 4 | 67 | 0 | 43 | 447 | 46 | 57 |
| Binary | 10011111 | 1001011 | 10100110 | 100 | 110111 | 0 | 100011 | 100100111 | 100110 | 101111 |
Color Harmonies of #9F4BA6
Complementary color
Monochromatic Colors of #9F4BA6
Black with #9F4BA6
Text Example
Text Example
White with #9F4BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4BA6; }
p { color: rgb(159,75,166); }
H1.HeaderClassName
{
color: #9F4BA6;
}
.AnyTagClassName
{
color: #9F4BA6;
}
</style>
background-color css
<style>
a { background-color: #9F4BA6; }
a { background-color: rgb(159,75,166); }
div.DivClassName
{
background-color: #9F4BA6;
}
.BgClassName
{
background-color: #9F4BA6;
}
</style>
border-color css
<style>
span { border-color: #9F4BA6; }
span { border-color: rgb(159,75,166); }
td.TdClassName
{
border-color: #9F4BA6;
}
.TagClassName
{
border-color: #9F4BA6;
}
</style>