Shades of Violet Blue #8F7590
Tints of Violet Blue #8F7590
RGB
CMYK
RGB Variations
Color information
#8F7590 (or 0x8F7590) is known color: Violet Blue. HEX triplet: 8F, 75 and 90. RGB value is (143,117,144). Sum of RGB (Red+Green+Blue) = 143+117+144=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7590 is #708A6F. Grayscale: #7F7F7F. Windows color (decimal): -7375472 or 9467279. OLE color: 9467279.
HSL color Cylindrical-coordinate representation of color #8F7590: hue angle of 297.78º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F7590 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 144 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.44 |
| HSL | 297.78º | 0.11% | 0.51% | - |
| HSV(B) | 297.78º | 0.19% | 0.56% | - |
| XYZ | 22.72 | 20.58 | 29.16 | - |
| YUV | 127.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 144 | 0.01 | 0.19 | 0 | 0.44 | 297.78 | 0.11 | 0.51 |
| Hex | 8F | 75 | 90 | 1 | 13 | 0 | 2C | 12A | B | 33 |
| Octal | 217 | 165 | 220 | 1 | 23 | 0 | 54 | 452 | 13 | 63 |
| Binary | 10001111 | 1110101 | 10010000 | 1 | 10011 | 0 | 101100 | 100101010 | 1011 | 110011 |
Color Harmonies of #8F7590
Complementary color
Monochromatic Colors of #8F7590
Black with #8F7590
Text Example
Text Example
White with #8F7590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7590; }
p { color: rgb(143,117,144); }
H1.HeaderClassName
{
color: #8F7590;
}
.AnyTagClassName
{
color: #8F7590;
}
</style>
background-color css
<style>
a { background-color: #8F7590; }
a { background-color: rgb(143,117,144); }
div.DivClassName
{
background-color: #8F7590;
}
.BgClassName
{
background-color: #8F7590;
}
</style>
border-color css
<style>
span { border-color: #8F7590; }
span { border-color: rgb(143,117,144); }
td.TdClassName
{
border-color: #8F7590;
}
.TagClassName
{
border-color: #8F7590;
}
</style>