Shades of True V #8A76BB
Tints of True V #8A76BB
RGB
CMYK
RGB Variations
Color information
#8A76BB (or 0x8A76BB) is known color: True V. HEX triplet: 8A, 76 and BB. RGB value is (138,118,187). Sum of RGB (Red+Green+Blue) = 138+118+187=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A76BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A76BB is #758944. Grayscale: #838383. Windows color (decimal): -7702853 or 12285578. OLE color: 12285578.
HSL color Cylindrical-coordinate representation of color #8A76BB: hue angle of 257.39º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A76BB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 118 | 187 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.27 |
| HSL | 257.39º | 0.34% | 0.6% | - |
| HSV(B) | 257.39º | 0.37% | 0.73% | - |
| XYZ | 25.93 | 21.95 | 49.88 | - |
| YUV | 131.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 187 | 0.26 | 0.37 | 0 | 0.27 | 257.39 | 0.34 | 0.6 |
| Hex | 8A | 76 | BB | 1A | 25 | 0 | 1B | 101 | 22 | 3C |
| Octal | 212 | 166 | 273 | 32 | 45 | 0 | 33 | 401 | 42 | 74 |
| Binary | 10001010 | 1110110 | 10111011 | 11010 | 100101 | 0 | 11011 | 100000001 | 100010 | 111100 |
Color Harmonies of #8A76BB
Complementary color
Monochromatic Colors of #8A76BB
Black with #8A76BB
Text Example
Text Example
White with #8A76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A76BB; }
p { color: rgb(138,118,187); }
H1.HeaderClassName
{
color: #8A76BB;
}
.AnyTagClassName
{
color: #8A76BB;
}
</style>
background-color css
<style>
a { background-color: #8A76BB; }
a { background-color: rgb(138,118,187); }
div.DivClassName
{
background-color: #8A76BB;
}
.BgClassName
{
background-color: #8A76BB;
}
</style>
border-color css
<style>
span { border-color: #8A76BB; }
span { border-color: rgb(138,118,187); }
td.TdClassName
{
border-color: #8A76BB;
}
.TagClassName
{
border-color: #8A76BB;
}
</style>