Shades of True V #886ECB
Tints of True V #886ECB
RGB
CMYK
RGB Variations
Color information
#886ECB (or 0x886ECB) is known color: True V. HEX triplet: 88, 6E and CB. RGB value is (136,110,203). Sum of RGB (Red+Green+Blue) = 136+110+203=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #886ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ECB is #779134. Grayscale: #808080. Windows color (decimal): -7835957 or 13332104. OLE color: 13332104.
HSL color Cylindrical-coordinate representation of color #886ECB: hue angle of 256.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886ECB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 110 | 203 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.20 |
| HSL | 256.77º | 0.47% | 0.61% | - |
| HSV(B) | 256.77º | 0.46% | 0.8% | - |
| XYZ | 26.51 | 20.7 | 59.1 | - |
| YUV | 128.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 203 | 0.33 | 0.46 | 0 | 0.20 | 256.77 | 0.47 | 0.61 |
| Hex | 88 | 6E | CB | 21 | 2E | 0 | 14 | 101 | 2F | 3D |
| Octal | 210 | 156 | 313 | 41 | 56 | 0 | 24 | 401 | 57 | 75 |
| Binary | 10001000 | 1101110 | 11001011 | 100001 | 101110 | 0 | 10100 | 100000001 | 101111 | 111101 |
Color Harmonies of #886ECB
Complementary color
Monochromatic Colors of #886ECB
Black with #886ECB
Text Example
Text Example
White with #886ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ECB; }
p { color: rgb(136,110,203); }
H1.HeaderClassName
{
color: #886ECB;
}
.AnyTagClassName
{
color: #886ECB;
}
</style>
background-color css
<style>
a { background-color: #886ECB; }
a { background-color: rgb(136,110,203); }
div.DivClassName
{
background-color: #886ECB;
}
.BgClassName
{
background-color: #886ECB;
}
</style>
border-color css
<style>
span { border-color: #886ECB; }
span { border-color: rgb(136,110,203); }
td.TdClassName
{
border-color: #886ECB;
}
.TagClassName
{
border-color: #886ECB;
}
</style>