Shades of Violet Blue #8F4D9B
Tints of Violet Blue #8F4D9B
RGB
CMYK
RGB Variations
Color information
#8F4D9B (or 0x8F4D9B) is known color: Violet Blue. HEX triplet: 8F, 4D and 9B. RGB value is (143,77,155). Sum of RGB (Red+Green+Blue) = 143+77+155=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F4D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4D9B is #70B264. Grayscale: #696969. Windows color (decimal): -7385701 or 10177935. OLE color: 10177935.
HSL color Cylindrical-coordinate representation of color #8F4D9B: hue angle of 290.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4D9B is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 77 | 155 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.39 |
| HSL | 290.77º | 0.34% | 0.45% | - |
| HSV(B) | 290.77º | 0.5% | 0.61% | - |
| XYZ | 19.9 | 13.51 | 32.57 | - |
| YUV | 105.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 155 | 0.08 | 0.50 | 0 | 0.39 | 290.77 | 0.34 | 0.45 |
| Hex | 8F | 4D | 9B | 8 | 32 | 0 | 27 | 123 | 22 | 2D |
| Octal | 217 | 115 | 233 | 10 | 62 | 0 | 47 | 443 | 42 | 55 |
| Binary | 10001111 | 1001101 | 10011011 | 1000 | 110010 | 0 | 100111 | 100100011 | 100010 | 101101 |
Color Harmonies of #8F4D9B
Complementary color
Monochromatic Colors of #8F4D9B
Black with #8F4D9B
Text Example
Text Example
White with #8F4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4D9B; }
p { color: rgb(143,77,155); }
H1.HeaderClassName
{
color: #8F4D9B;
}
.AnyTagClassName
{
color: #8F4D9B;
}
</style>
background-color css
<style>
a { background-color: #8F4D9B; }
a { background-color: rgb(143,77,155); }
div.DivClassName
{
background-color: #8F4D9B;
}
.BgClassName
{
background-color: #8F4D9B;
}
</style>
border-color css
<style>
span { border-color: #8F4D9B; }
span { border-color: rgb(143,77,155); }
td.TdClassName
{
border-color: #8F4D9B;
}
.TagClassName
{
border-color: #8F4D9B;
}
</style>