Shades of Violet Blue #8F619B
Tints of Violet Blue #8F619B
RGB
CMYK
RGB Variations
Color information
#8F619B (or 0x8F619B) is known color: Violet Blue. HEX triplet: 8F, 61 and 9B. RGB value is (143,97,155). Sum of RGB (Red+Green+Blue) = 143+97+155=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F619B is #709E64. Grayscale: #757575. Windows color (decimal): -7380581 or 10183055. OLE color: 10183055.
HSL color Cylindrical-coordinate representation of color #8F619B: hue angle of 287.59º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F619B is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 97 | 155 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.39 |
| HSL | 287.59º | 0.23% | 0.49% | - |
| HSV(B) | 287.59º | 0.37% | 0.61% | - |
| XYZ | 21.52 | 16.76 | 33.11 | - |
| YUV | 117.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 155 | 0.08 | 0.37 | 0 | 0.39 | 287.59 | 0.23 | 0.49 |
| Hex | 8F | 61 | 9B | 8 | 25 | 0 | 27 | 120 | 17 | 31 |
| Octal | 217 | 141 | 233 | 10 | 45 | 0 | 47 | 440 | 27 | 61 |
| Binary | 10001111 | 1100001 | 10011011 | 1000 | 100101 | 0 | 100111 | 100100000 | 10111 | 110001 |
Color Harmonies of #8F619B
Complementary color
Monochromatic Colors of #8F619B
Black with #8F619B
Text Example
Text Example
White with #8F619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F619B; }
p { color: rgb(143,97,155); }
H1.HeaderClassName
{
color: #8F619B;
}
.AnyTagClassName
{
color: #8F619B;
}
</style>
background-color css
<style>
a { background-color: #8F619B; }
a { background-color: rgb(143,97,155); }
div.DivClassName
{
background-color: #8F619B;
}
.BgClassName
{
background-color: #8F619B;
}
</style>
border-color css
<style>
span { border-color: #8F619B; }
span { border-color: rgb(143,97,155); }
td.TdClassName
{
border-color: #8F619B;
}
.TagClassName
{
border-color: #8F619B;
}
</style>