Shades of True V #8B77BD
Tints of True V #8B77BD
RGB
CMYK
RGB Variations
Color information
#8B77BD (or 0x8B77BD) is known color: True V. HEX triplet: 8B, 77 and BD. RGB value is (139,119,189). Sum of RGB (Red+Green+Blue) = 139+119+189=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B77BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B77BD is #748842. Grayscale: #848484. Windows color (decimal): -7637059 or 12416907. OLE color: 12416907.
HSL color Cylindrical-coordinate representation of color #8B77BD: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B77BD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 119 | 189 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.26 |
| HSL | 257.14º | 0.35% | 0.6% | - |
| HSV(B) | 257.14º | 0.37% | 0.74% | - |
| XYZ | 26.43 | 22.36 | 51.07 | - |
| YUV | 132.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 189 | 0.26 | 0.37 | 0 | 0.26 | 257.14 | 0.35 | 0.6 |
| Hex | 8B | 77 | BD | 1A | 25 | 0 | 1A | 101 | 23 | 3C |
| Octal | 213 | 167 | 275 | 32 | 45 | 0 | 32 | 401 | 43 | 74 |
| Binary | 10001011 | 1110111 | 10111101 | 11010 | 100101 | 0 | 11010 | 100000001 | 100011 | 111100 |
Color Harmonies of #8B77BD
Complementary color
Monochromatic Colors of #8B77BD
Black with #8B77BD
Text Example
Text Example
White with #8B77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B77BD; }
p { color: rgb(139,119,189); }
H1.HeaderClassName
{
color: #8B77BD;
}
.AnyTagClassName
{
color: #8B77BD;
}
</style>
background-color css
<style>
a { background-color: #8B77BD; }
a { background-color: rgb(139,119,189); }
div.DivClassName
{
background-color: #8B77BD;
}
.BgClassName
{
background-color: #8B77BD;
}
</style>
border-color css
<style>
span { border-color: #8B77BD; }
span { border-color: rgb(139,119,189); }
td.TdClassName
{
border-color: #8B77BD;
}
.TagClassName
{
border-color: #8B77BD;
}
</style>