Shades of Violet Blue #8F6490
Tints of Violet Blue #8F6490
RGB
CMYK
RGB Variations
Color information
#8F6490 (or 0x8F6490) is known color: Violet Blue. HEX triplet: 8F, 64 and 90. RGB value is (143,100,144). Sum of RGB (Red+Green+Blue) = 143+100+144=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6490 is #709B6F. Grayscale: #757575. Windows color (decimal): -7379824 or 9462927. OLE color: 9462927.
HSL color Cylindrical-coordinate representation of color #8F6490: hue angle of 298.64º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6490 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 144 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.44 |
| HSL | 298.64º | 0.18% | 0.48% | - |
| HSV(B) | 298.64º | 0.31% | 0.56% | - |
| XYZ | 20.92 | 16.97 | 28.56 | - |
| YUV | 117.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 144 | 0.01 | 0.31 | 0 | 0.44 | 298.64 | 0.18 | 0.48 |
| Hex | 8F | 64 | 90 | 1 | 1F | 0 | 2C | 12B | 12 | 30 |
| Octal | 217 | 144 | 220 | 1 | 37 | 0 | 54 | 453 | 22 | 60 |
| Binary | 10001111 | 1100100 | 10010000 | 1 | 11111 | 0 | 101100 | 100101011 | 10010 | 110000 |
Color Harmonies of #8F6490
Complementary color
Monochromatic Colors of #8F6490
Black with #8F6490
Text Example
Text Example
White with #8F6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6490; }
p { color: rgb(143,100,144); }
H1.HeaderClassName
{
color: #8F6490;
}
.AnyTagClassName
{
color: #8F6490;
}
</style>
background-color css
<style>
a { background-color: #8F6490; }
a { background-color: rgb(143,100,144); }
div.DivClassName
{
background-color: #8F6490;
}
.BgClassName
{
background-color: #8F6490;
}
</style>
border-color css
<style>
span { border-color: #8F6490; }
span { border-color: rgb(143,100,144); }
td.TdClassName
{
border-color: #8F6490;
}
.TagClassName
{
border-color: #8F6490;
}
</style>