Shades of Violet Blue #8F6790
Tints of Violet Blue #8F6790
RGB
CMYK
RGB Variations
Color information
#8F6790 (or 0x8F6790) is known color: Violet Blue. HEX triplet: 8F, 67 and 90. RGB value is (143,103,144). Sum of RGB (Red+Green+Blue) = 143+103+144=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6790 is #70986F. Grayscale: #777777. Windows color (decimal): -7379056 or 9463695. OLE color: 9463695.
HSL color Cylindrical-coordinate representation of color #8F6790: hue angle of 298.54º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F6790 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 144 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.44 |
| HSL | 298.54º | 0.17% | 0.48% | - |
| HSV(B) | 298.54º | 0.28% | 0.56% | - |
| XYZ | 21.21 | 17.55 | 28.66 | - |
| YUV | 119.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 144 | 0.01 | 0.28 | 0 | 0.44 | 298.54 | 0.17 | 0.48 |
| Hex | 8F | 67 | 90 | 1 | 1C | 0 | 2C | 12B | 11 | 30 |
| Octal | 217 | 147 | 220 | 1 | 34 | 0 | 54 | 453 | 21 | 60 |
| Binary | 10001111 | 1100111 | 10010000 | 1 | 11100 | 0 | 101100 | 100101011 | 10001 | 110000 |
Color Harmonies of #8F6790
Complementary color
Monochromatic Colors of #8F6790
Black with #8F6790
Text Example
Text Example
White with #8F6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6790; }
p { color: rgb(143,103,144); }
H1.HeaderClassName
{
color: #8F6790;
}
.AnyTagClassName
{
color: #8F6790;
}
</style>
background-color css
<style>
a { background-color: #8F6790; }
a { background-color: rgb(143,103,144); }
div.DivClassName
{
background-color: #8F6790;
}
.BgClassName
{
background-color: #8F6790;
}
</style>
border-color css
<style>
span { border-color: #8F6790; }
span { border-color: rgb(143,103,144); }
td.TdClassName
{
border-color: #8F6790;
}
.TagClassName
{
border-color: #8F6790;
}
</style>