Shades of True V #8B76BD
Tints of True V #8B76BD
RGB
CMYK
RGB Variations
Color information
#8B76BD (or 0x8B76BD) is known color: True V. HEX triplet: 8B, 76 and BD. RGB value is (139,118,189). Sum of RGB (Red+Green+Blue) = 139+118+189=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B76BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B76BD is #748942. Grayscale: #848484. Windows color (decimal): -7637315 or 12416651. OLE color: 12416651.
HSL color Cylindrical-coordinate representation of color #8B76BD: hue angle of 257.75º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B76BD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 118 | 189 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.26 |
| HSL | 257.75º | 0.35% | 0.6% | - |
| HSV(B) | 257.75º | 0.38% | 0.74% | - |
| XYZ | 26.31 | 22.12 | 51.03 | - |
| YUV | 132.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 189 | 0.26 | 0.38 | 0 | 0.26 | 257.75 | 0.35 | 0.6 |
| Hex | 8B | 76 | BD | 1A | 26 | 0 | 1A | 102 | 23 | 3C |
| Octal | 213 | 166 | 275 | 32 | 46 | 0 | 32 | 402 | 43 | 74 |
| Binary | 10001011 | 1110110 | 10111101 | 11010 | 100110 | 0 | 11010 | 100000010 | 100011 | 111100 |
Color Harmonies of #8B76BD
Complementary color
Monochromatic Colors of #8B76BD
Black with #8B76BD
Text Example
Text Example
White with #8B76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B76BD; }
p { color: rgb(139,118,189); }
H1.HeaderClassName
{
color: #8B76BD;
}
.AnyTagClassName
{
color: #8B76BD;
}
</style>
background-color css
<style>
a { background-color: #8B76BD; }
a { background-color: rgb(139,118,189); }
div.DivClassName
{
background-color: #8B76BD;
}
.BgClassName
{
background-color: #8B76BD;
}
</style>
border-color css
<style>
span { border-color: #8B76BD; }
span { border-color: rgb(139,118,189); }
td.TdClassName
{
border-color: #8B76BD;
}
.TagClassName
{
border-color: #8B76BD;
}
</style>