Shades of Vivid Violet #8B489B
Tints of Vivid Violet #8B489B
RGB
CMYK
RGB Variations
Color information
#8B489B (or 0x8B489B) is known color: Vivid Violet. HEX triplet: 8B, 48 and 9B. RGB value is (139,72,155). Sum of RGB (Red+Green+Blue) = 139+72+155=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B489B is #74B764. Grayscale: #656565. Windows color (decimal): -7649125 or 10176651. OLE color: 10176651.
HSL color Cylindrical-coordinate representation of color #8B489B: hue angle of 288.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B489B is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 72 | 155 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.39 |
| HSL | 288.43º | 0.37% | 0.45% | - |
| HSV(B) | 288.43º | 0.54% | 0.61% | - |
| XYZ | 18.88 | 12.49 | 32.43 | - |
| YUV | 101.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 155 | 0.10 | 0.54 | 0 | 0.39 | 288.43 | 0.37 | 0.45 |
| Hex | 8B | 48 | 9B | A | 36 | 0 | 27 | 120 | 25 | 2D |
| Octal | 213 | 110 | 233 | 12 | 66 | 0 | 47 | 440 | 45 | 55 |
| Binary | 10001011 | 1001000 | 10011011 | 1010 | 110110 | 0 | 100111 | 100100000 | 100101 | 101101 |
Color Harmonies of #8B489B
Complementary color
Monochromatic Colors of #8B489B
Black with #8B489B
Text Example
Text Example
White with #8B489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B489B; }
p { color: rgb(139,72,155); }
H1.HeaderClassName
{
color: #8B489B;
}
.AnyTagClassName
{
color: #8B489B;
}
</style>
background-color css
<style>
a { background-color: #8B489B; }
a { background-color: rgb(139,72,155); }
div.DivClassName
{
background-color: #8B489B;
}
.BgClassName
{
background-color: #8B489B;
}
</style>
border-color css
<style>
span { border-color: #8B489B; }
span { border-color: rgb(139,72,155); }
td.TdClassName
{
border-color: #8B489B;
}
.TagClassName
{
border-color: #8B489B;
}
</style>