Shades of Violet Blue #9F70A4
Tints of Violet Blue #9F70A4
RGB
CMYK
RGB Variations
Color information
#9F70A4 (or 0x9F70A4) is known color: Violet Blue. HEX triplet: 9F, 70 and A4. RGB value is (159,112,164). Sum of RGB (Red+Green+Blue) = 159+112+164=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F70A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F70A4 is #608F5B. Grayscale: #838383. Windows color (decimal): -6328156 or 10776735. OLE color: 10776735.
HSL color Cylindrical-coordinate representation of color #9F70A4: hue angle of 294.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F70A4 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 112 | 164 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.36 |
| HSL | 294.23º | 0.22% | 0.54% | - |
| HSV(B) | 294.23º | 0.32% | 0.64% | - |
| XYZ | 26.79 | 21.64 | 37.89 | - |
| YUV | 131.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 164 | 0.03 | 0.32 | 0 | 0.36 | 294.23 | 0.22 | 0.54 |
| Hex | 9F | 70 | A4 | 3 | 20 | 0 | 24 | 126 | 16 | 36 |
| Octal | 237 | 160 | 244 | 3 | 40 | 0 | 44 | 446 | 26 | 66 |
| Binary | 10011111 | 1110000 | 10100100 | 11 | 100000 | 0 | 100100 | 100100110 | 10110 | 110110 |
Color Harmonies of #9F70A4
Complementary color
Monochromatic Colors of #9F70A4
Black with #9F70A4
Text Example
Text Example
White with #9F70A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F70A4; }
p { color: rgb(159,112,164); }
H1.HeaderClassName
{
color: #9F70A4;
}
.AnyTagClassName
{
color: #9F70A4;
}
</style>
background-color css
<style>
a { background-color: #9F70A4; }
a { background-color: rgb(159,112,164); }
div.DivClassName
{
background-color: #9F70A4;
}
.BgClassName
{
background-color: #9F70A4;
}
</style>
border-color css
<style>
span { border-color: #9F70A4; }
span { border-color: rgb(159,112,164); }
td.TdClassName
{
border-color: #9F70A4;
}
.TagClassName
{
border-color: #9F70A4;
}
</style>