Shades of True V #886FBD
Tints of True V #886FBD
RGB
CMYK
RGB Variations
Color information
#886FBD (or 0x886FBD) is known color: True V. HEX triplet: 88, 6F and BD. RGB value is (136,111,189). Sum of RGB (Red+Green+Blue) = 136+111+189=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #886FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FBD is #779042. Grayscale: #7F7F7F. Windows color (decimal): -7835715 or 12414856. OLE color: 12414856.
HSL color Cylindrical-coordinate representation of color #886FBD: hue angle of 259.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886FBD is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 111 | 189 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.26 |
| HSL | 259.23º | 0.37% | 0.59% | - |
| HSV(B) | 259.23º | 0.41% | 0.74% | - |
| XYZ | 25.02 | 20.28 | 50.74 | - |
| YUV | 127.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 189 | 0.28 | 0.41 | 0 | 0.26 | 259.23 | 0.37 | 0.59 |
| Hex | 88 | 6F | BD | 1C | 29 | 0 | 1A | 103 | 25 | 3B |
| Octal | 210 | 157 | 275 | 34 | 51 | 0 | 32 | 403 | 45 | 73 |
| Binary | 10001000 | 1101111 | 10111101 | 11100 | 101001 | 0 | 11010 | 100000011 | 100101 | 111011 |
Color Harmonies of #886FBD
Complementary color
Monochromatic Colors of #886FBD
Black with #886FBD
Text Example
Text Example
White with #886FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FBD; }
p { color: rgb(136,111,189); }
H1.HeaderClassName
{
color: #886FBD;
}
.AnyTagClassName
{
color: #886FBD;
}
</style>
background-color css
<style>
a { background-color: #886FBD; }
a { background-color: rgb(136,111,189); }
div.DivClassName
{
background-color: #886FBD;
}
.BgClassName
{
background-color: #886FBD;
}
</style>
border-color css
<style>
span { border-color: #886FBD; }
span { border-color: rgb(136,111,189); }
td.TdClassName
{
border-color: #886FBD;
}
.TagClassName
{
border-color: #886FBD;
}
</style>