Shades of Violet Blue #8F6C90
Tints of Violet Blue #8F6C90
RGB
CMYK
RGB Variations
Color information
#8F6C90 (or 0x8F6C90) is known color: Violet Blue. HEX triplet: 8F, 6C and 90. RGB value is (143,108,144). Sum of RGB (Red+Green+Blue) = 143+108+144=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F6C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6C90 is #70936F. Grayscale: #7A7A7A. Windows color (decimal): -7377776 or 9464975. OLE color: 9464975.
HSL color Cylindrical-coordinate representation of color #8F6C90: hue angle of 298.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F6C90 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 108 | 144 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.44 |
| HSL | 298.33º | 0.14% | 0.49% | - |
| HSV(B) | 298.33º | 0.25% | 0.56% | - |
| XYZ | 21.72 | 18.58 | 28.83 | - |
| YUV | 122.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 144 | 0.01 | 0.25 | 0 | 0.44 | 298.33 | 0.14 | 0.49 |
| Hex | 8F | 6C | 90 | 1 | 19 | 0 | 2C | 12A | E | 31 |
| Octal | 217 | 154 | 220 | 1 | 31 | 0 | 54 | 452 | 16 | 61 |
| Binary | 10001111 | 1101100 | 10010000 | 1 | 11001 | 0 | 101100 | 100101010 | 1110 | 110001 |
Color Harmonies of #8F6C90
Complementary color
Monochromatic Colors of #8F6C90
Black with #8F6C90
Text Example
Text Example
White with #8F6C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6C90; }
p { color: rgb(143,108,144); }
H1.HeaderClassName
{
color: #8F6C90;
}
.AnyTagClassName
{
color: #8F6C90;
}
</style>
background-color css
<style>
a { background-color: #8F6C90; }
a { background-color: rgb(143,108,144); }
div.DivClassName
{
background-color: #8F6C90;
}
.BgClassName
{
background-color: #8F6C90;
}
</style>
border-color css
<style>
span { border-color: #8F6C90; }
span { border-color: rgb(143,108,144); }
td.TdClassName
{
border-color: #8F6C90;
}
.TagClassName
{
border-color: #8F6C90;
}
</style>