Shades of True V #8B7ABD
Tints of True V #8B7ABD
RGB
CMYK
RGB Variations
Color information
#8B7ABD (or 0x8B7ABD) is known color: True V. HEX triplet: 8B, 7A and BD. RGB value is (139,122,189). Sum of RGB (Red+Green+Blue) = 139+122+189=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B7ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ABD is #748542. Grayscale: #868686. Windows color (decimal): -7636291 or 12417675. OLE color: 12417675.
HSL color Cylindrical-coordinate representation of color #8B7ABD: hue angle of 255.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B7ABD is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 122 | 189 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.26 |
| HSL | 255.22º | 0.34% | 0.61% | - |
| HSV(B) | 255.22º | 0.35% | 0.74% | - |
| XYZ | 26.79 | 23.08 | 51.19 | - |
| YUV | 134.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 189 | 0.26 | 0.35 | 0 | 0.26 | 255.22 | 0.34 | 0.61 |
| Hex | 8B | 7A | BD | 1A | 23 | 0 | 1A | FF | 22 | 3D |
| Octal | 213 | 172 | 275 | 32 | 43 | 0 | 32 | 377 | 42 | 75 |
| Binary | 10001011 | 1111010 | 10111101 | 11010 | 100011 | 0 | 11010 | 11111111 | 100010 | 111101 |
Color Harmonies of #8B7ABD
Complementary color
Monochromatic Colors of #8B7ABD
Black with #8B7ABD
Text Example
Text Example
White with #8B7ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7ABD; }
p { color: rgb(139,122,189); }
H1.HeaderClassName
{
color: #8B7ABD;
}
.AnyTagClassName
{
color: #8B7ABD;
}
</style>
background-color css
<style>
a { background-color: #8B7ABD; }
a { background-color: rgb(139,122,189); }
div.DivClassName
{
background-color: #8B7ABD;
}
.BgClassName
{
background-color: #8B7ABD;
}
</style>
border-color css
<style>
span { border-color: #8B7ABD; }
span { border-color: rgb(139,122,189); }
td.TdClassName
{
border-color: #8B7ABD;
}
.TagClassName
{
border-color: #8B7ABD;
}
</style>