Shades of Violet Blue #8B529B
Tints of Violet Blue #8B529B
RGB
CMYK
RGB Variations
Color information
#8B529B (or 0x8B529B) is known color: Violet Blue. HEX triplet: 8B, 52 and 9B. RGB value is (139,82,155). Sum of RGB (Red+Green+Blue) = 139+82+155=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B529B is #74AD64. Grayscale: #6B6B6B. Windows color (decimal): -7646565 or 10179211. OLE color: 10179211.
HSL color Cylindrical-coordinate representation of color #8B529B: hue angle of 286.85º 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 #8B529B is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 82 | 155 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.39 |
| HSL | 286.85º | 0.31% | 0.46% | - |
| HSV(B) | 286.85º | 0.47% | 0.61% | - |
| XYZ | 19.58 | 13.89 | 32.66 | - |
| YUV | 107.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 155 | 0.10 | 0.47 | 0 | 0.39 | 286.85 | 0.31 | 0.46 |
| Hex | 8B | 52 | 9B | A | 2F | 0 | 27 | 11F | 1F | 2E |
| Octal | 213 | 122 | 233 | 12 | 57 | 0 | 47 | 437 | 37 | 56 |
| Binary | 10001011 | 1010010 | 10011011 | 1010 | 101111 | 0 | 100111 | 100011111 | 11111 | 101110 |
Color Harmonies of #8B529B
Complementary color
Monochromatic Colors of #8B529B
Black with #8B529B
Text Example
Text Example
White with #8B529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B529B; }
p { color: rgb(139,82,155); }
H1.HeaderClassName
{
color: #8B529B;
}
.AnyTagClassName
{
color: #8B529B;
}
</style>
background-color css
<style>
a { background-color: #8B529B; }
a { background-color: rgb(139,82,155); }
div.DivClassName
{
background-color: #8B529B;
}
.BgClassName
{
background-color: #8B529B;
}
</style>
border-color css
<style>
span { border-color: #8B529B; }
span { border-color: rgb(139,82,155); }
td.TdClassName
{
border-color: #8B529B;
}
.TagClassName
{
border-color: #8B529B;
}
</style>