Shades of True V #8873BA
Tints of True V #8873BA
RGB
CMYK
RGB Variations
Color information
#8873BA (or 0x8873BA) is known color: True V. HEX triplet: 88, 73 and BA. RGB value is (136,115,186). Sum of RGB (Red+Green+Blue) = 136+115+186=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #8873BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8873BA is #778C45. Grayscale: #818181. Windows color (decimal): -7834694 or 12219272. OLE color: 12219272.
HSL color Cylindrical-coordinate representation of color #8873BA: hue angle of 257.75º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8873BA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 115 | 186 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.27 |
| HSL | 257.75º | 0.34% | 0.59% | - |
| HSV(B) | 257.75º | 0.38% | 0.73% | - |
| XYZ | 25.15 | 21.04 | 49.19 | - |
| YUV | 129.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 186 | 0.27 | 0.38 | 0 | 0.27 | 257.75 | 0.34 | 0.59 |
| Hex | 88 | 73 | BA | 1B | 26 | 0 | 1B | 102 | 22 | 3B |
| Octal | 210 | 163 | 272 | 33 | 46 | 0 | 33 | 402 | 42 | 73 |
| Binary | 10001000 | 1110011 | 10111010 | 11011 | 100110 | 0 | 11011 | 100000010 | 100010 | 111011 |
Color Harmonies of #8873BA
Complementary color
Monochromatic Colors of #8873BA
Black with #8873BA
Text Example
Text Example
White with #8873BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8873BA; }
p { color: rgb(136,115,186); }
H1.HeaderClassName
{
color: #8873BA;
}
.AnyTagClassName
{
color: #8873BA;
}
</style>
background-color css
<style>
a { background-color: #8873BA; }
a { background-color: rgb(136,115,186); }
div.DivClassName
{
background-color: #8873BA;
}
.BgClassName
{
background-color: #8873BA;
}
</style>
border-color css
<style>
span { border-color: #8873BA; }
span { border-color: rgb(136,115,186); }
td.TdClassName
{
border-color: #8873BA;
}
.TagClassName
{
border-color: #8873BA;
}
</style>