Shades of Violet Blue #8F529B
Tints of Violet Blue #8F529B
RGB
CMYK
RGB Variations
Color information
#8F529B (or 0x8F529B) is known color: Violet Blue. HEX triplet: 8F, 52 and 9B. RGB value is (143,82,155). Sum of RGB (Red+Green+Blue) = 143+82+155=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F529B is #70AD64. Grayscale: #6C6C6C. Windows color (decimal): -7384421 or 10179215. OLE color: 10179215.
HSL color Cylindrical-coordinate representation of color #8F529B: hue angle of 290.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F529B is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 82 | 155 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.39 |
| HSL | 290.14º | 0.31% | 0.46% | - |
| HSV(B) | 290.14º | 0.47% | 0.61% | - |
| XYZ | 20.26 | 14.24 | 32.69 | - |
| YUV | 108.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 155 | 0.08 | 0.47 | 0 | 0.39 | 290.14 | 0.31 | 0.46 |
| Hex | 8F | 52 | 9B | 8 | 2F | 0 | 27 | 122 | 1F | 2E |
| Octal | 217 | 122 | 233 | 10 | 57 | 0 | 47 | 442 | 37 | 56 |
| Binary | 10001111 | 1010010 | 10011011 | 1000 | 101111 | 0 | 100111 | 100100010 | 11111 | 101110 |
Color Harmonies of #8F529B
Complementary color
Monochromatic Colors of #8F529B
Black with #8F529B
Text Example
Text Example
White with #8F529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F529B; }
p { color: rgb(143,82,155); }
H1.HeaderClassName
{
color: #8F529B;
}
.AnyTagClassName
{
color: #8F529B;
}
</style>
background-color css
<style>
a { background-color: #8F529B; }
a { background-color: rgb(143,82,155); }
div.DivClassName
{
background-color: #8F529B;
}
.BgClassName
{
background-color: #8F529B;
}
</style>
border-color css
<style>
span { border-color: #8F529B; }
span { border-color: rgb(143,82,155); }
td.TdClassName
{
border-color: #8F529B;
}
.TagClassName
{
border-color: #8F529B;
}
</style>