Shades of True V #8A72BB
Tints of True V #8A72BB
RGB
CMYK
RGB Variations
Color information
#8A72BB (or 0x8A72BB) is known color: True V. HEX triplet: 8A, 72 and BB. RGB value is (138,114,187). Sum of RGB (Red+Green+Blue) = 138+114+187=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A72BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72BB is #758D44. Grayscale: #818181. Windows color (decimal): -7703877 or 12284554. OLE color: 12284554.
HSL color Cylindrical-coordinate representation of color #8A72BB: hue angle of 259.73º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A72BB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 114 | 187 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.27 |
| HSL | 259.73º | 0.35% | 0.59% | - |
| HSV(B) | 259.73º | 0.39% | 0.73% | - |
| XYZ | 25.47 | 21.03 | 49.73 | - |
| YUV | 129.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 187 | 0.26 | 0.39 | 0 | 0.27 | 259.73 | 0.35 | 0.59 |
| Hex | 8A | 72 | BB | 1A | 27 | 0 | 1B | 104 | 23 | 3B |
| Octal | 212 | 162 | 273 | 32 | 47 | 0 | 33 | 404 | 43 | 73 |
| Binary | 10001010 | 1110010 | 10111011 | 11010 | 100111 | 0 | 11011 | 100000100 | 100011 | 111011 |
Color Harmonies of #8A72BB
Complementary color
Monochromatic Colors of #8A72BB
Black with #8A72BB
Text Example
Text Example
White with #8A72BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A72BB; }
p { color: rgb(138,114,187); }
H1.HeaderClassName
{
color: #8A72BB;
}
.AnyTagClassName
{
color: #8A72BB;
}
</style>
background-color css
<style>
a { background-color: #8A72BB; }
a { background-color: rgb(138,114,187); }
div.DivClassName
{
background-color: #8A72BB;
}
.BgClassName
{
background-color: #8A72BB;
}
</style>
border-color css
<style>
span { border-color: #8A72BB; }
span { border-color: rgb(138,114,187); }
td.TdClassName
{
border-color: #8A72BB;
}
.TagClassName
{
border-color: #8A72BB;
}
</style>